Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-04-08 | * Fixed a compile error when socket send shortlists are disabled (s->eof inst... | ai4rei | 1 | -1/+1 |
2011-01-31 | * Various accumulated cleanups and fixes. | ai4rei | 1 | -6/+6 |
2011-01-31 | * Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, ... | ai4rei | 1 | -3/+3 |
2011-01-28 | * Resolving allow/deny IP rules not working (bugreport:2632). | ai4rei | 1 | -3/+2 |
2010-12-02 | * Added an error message when a client connection exceeds the socket write bu... | ai4rei | 1 | -0/+1 |
2010-11-25 | * Too large client packets, which would otherwise cause the client to crash, ... | ai4rei | 1 | -0/+12 |
2009-02-20 | * Modified WFIFOSET to trigger a fatal error when trying to send a packet tha... | FlavioJS | 1 | -1/+9 |
2009-01-21 | * Added a limit of 1MB of pending data in the write fifo for non-server socke... | FlavioJS | 1 | -1/+11 |
2008-06-16 | * Made the socket limit not be set in cygwin, which has bogus behavior. (bugr... | FlavioJS | 1 | -2/+9 |
2008-06-09 | * Added experimental code to set the socket limit at runtime. | FlavioJS | 1 | -0/+21 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -1/+1 |
2008-02-27 | Altered socket code to do a graceful connection shutdown when exiting. | ultramage | 1 | -3/+2 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -12/+0 |
2008-02-19 | * Forgotten update to the definition of script command 'input'. | FlavioJS | 1 | -0/+1 |
2008-02-17 | Reverting r12212. As expected, Linux is incompatible. | ultramage | 1 | -0/+6 |
2008-02-17 | Made unix interface enumeration work with dynamic sockaddr lengths (BSD, for ... | ultramage | 1 | -4/+0 |
2008-02-03 | Added a missing client update when the mute status is manually cancelled by a GM | ultramage | 1 | -1/+1 |
2008-01-29 | - Cleaned socket.c to use flag.server when detecting inter-server connections. | skotlex | 1 | -14/+5 |