Age | Commit message (Expand) | Author | Files | Lines |
2014-09-21 | Fixed Bug 8344 | shennetsind | 1 | -7/+0 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -12/+13 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -6/+6 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -7/+7 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -4/+4 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -31/+33 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -33/+31 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -31/+33 |
2014-02-24 | Fixed console parse gm command crash on select commands | shennetsind | 1 | -2/+2 |
2014-01-18 | Socket interfaced | shennetsind | 1 | -43/+92 |
2014-01-11 | Fixed Bug 7960 | shennetsind | 1 | -1/+1 |
2014-01-11 | Hercules 1st 2014 MegaPatch | shennetsind | 1 | -3/+1 |
2013-12-17 | Fixed several compiler warnings | Haru | 1 | -4/+8 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -13/+13 |
2013-11-13 | HPM Custom Data Struct Makeover! | shennetsind | 1 | -1/+1 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -3/+2 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -6/+6 |
2013-08-08 | HPM Update | shennetsind | 1 | -4/+22 |
2013-07-08 | Follow up ea5a413cdf7eec37141a7fe124cad38d66464ac4 | malufett | 1 | -0/+1 |
2013-07-05 | HCache | Item Packages Update | shennetsind | 1 | -1/+56 |
2013-07-05 | Implemented real-time server stats (in and out data and ram usage), made by A... | Matheus Macabu | 1 | -0/+53 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -6/+6 |
2013-05-30 | Memory Slasher - May 30 Patch | shennetsind | 1 | -30/+30 |
2013-05-04 | Upgrading Stat Server from 2.5 to 3.0 | shennetsind | 1 | -3/+4 |
2013-04-02 | Fixed Bug #7145 | shennetsind | 1 | -4/+5 |
2013-04-01 | Introducing socket_datasync | shennetsind | 1 | -1/+65 |
2013-02-18 | Improvements all over the place | shennetsind | 1 | -3/+3 |
2013-01-25 | Dropping _athena file suffixes | shennetsind | 1 | -1/+1 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -980/+1003 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -1003/+980 |
2012-10-31 | Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m... | shennetsind | 1 | -3/+11 |
2012-09-16 | Introducing rAthena's anonymous data collector. This aims at improving rAthen... | shennetsind | 1 | -4/+5 |
2012-06-03 | cleaned up windows header usage (added one central file to use windows / wina... | blacksirius | 1 | -2/+1 |
2012-04-29 | - Removed leftover TXT configs, follow-up to r15503. | brianluau | 1 | -0/+2 |
2012-02-19 | - reverted part of r15609 since apparently the issue is purely limited to ZC_... | lordttseven | 1 | -2/+1 |
2012-02-18 | Follow up r15609, fixed gcc warnings | shennetsind | 1 | -1/+1 |
2012-02-18 | * adjusted socket_max_client_packet to a more accurate (if guessed) value to ... | lordttseven | 1 | -1/+2 |
2012-02-13 | Socket init now gives meaningful error description if failed to set socket li... | gepard1984 | 1 | -7/+3 |
2012-01-25 | Added user-friendly socket error messages (bugreport:117). | gepard1984 | 1 | -10/+28 |
2012-01-15 | Fixed gm_all_skill, bugreport:5239 | shennetsind | 1 | -12/+13 |
2012-01-09 | Sending to a broken socket will no longer cause SIGPIPE signal to be sent bac... | gepard1984 | 1 | -1/+5 |
2011-11-17 | * Added a check to WFIFOSET to detect zero-length 'sets' of packets, that cou... | ai4rei | 1 | -0/+8 |
2011-10-16 | * Added a message indicating how many concurrent connections the server was c... | ai4rei | 1 | -0/+4 |
2011-10-07 | * Remove fds from the shortlist before processing. | flaviojs | 1 | -14/+16 |
2011-09-05 | * Add consistency checks to the shortlist. | flaviojs | 1 | -2/+17 |
2011-07-15 | * Changed the warning message of when setrlimit fails to be more explicit. | flaviojs | 1 | -2/+9 |
2011-07-12 | * CMake: added search for math.h, added search for socket/nsl library. (teste... | flaviojs | 1 | -0/+3 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -1/+1 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -0/+3 |
2011-04-09 | * Fixed memory corruption when amount of players online approached FD_SETSIZE... | ai4rei | 1 | -4/+1 |