summaryrefslogtreecommitdiff
path: root/src/common/socket.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Fixed console parse gm command crash on select commandsshennetsind1-2/+2
2014-01-18Socket interfacedshennetsind1-43/+92
2014-01-11Fixed Bug 7960shennetsind1-1/+1
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-3/+1
2013-12-17Fixed several compiler warningsHaru1-4/+8
2013-11-19Sanitized and improved several macros through the codeHaru1-13/+13
2013-11-13HPM Custom Data Struct Makeover!shennetsind1-1/+1
2013-10-26Changed 'tick' variables to 64 bitHaru1-3/+2
2013-09-25Renamed iTimer interface to timer.shennetsind1-6/+6
2013-08-08HPM Updateshennetsind1-4/+22
2013-07-08Follow up ea5a413cdf7eec37141a7fe124cad38d66464ac4malufett1-0/+1
2013-07-05HCache | Item Packages Updateshennetsind1-1/+56
2013-07-05Implemented real-time server stats (in and out data and ram usage), made by A...Matheus Macabu1-0/+53
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-6/+6
2013-05-30Memory Slasher - May 30 Patchshennetsind1-30/+30
2013-05-04Upgrading Stat Server from 2.5 to 3.0shennetsind1-3/+4
2013-04-02Fixed Bug #7145shennetsind1-4/+5
2013-04-01Introducing socket_datasyncshennetsind1-1/+65
2013-02-18Improvements all over the placeshennetsind1-3/+3
2013-01-25Dropping _athena file suffixesshennetsind1-1/+1
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-980/+1003
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-1003/+980
2012-10-31Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m...shennetsind1-3/+11
2012-09-16Introducing rAthena's anonymous data collector. This aims at improving rAthen...shennetsind1-4/+5
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-2/+1
2012-04-29- Removed leftover TXT configs, follow-up to r15503.brianluau1-0/+2
2012-02-19- reverted part of r15609 since apparently the issue is purely limited to ZC_...lordttseven1-2/+1
2012-02-18Follow up r15609, fixed gcc warningsshennetsind1-1/+1
2012-02-18* adjusted socket_max_client_packet to a more accurate (if guessed) value to ...lordttseven1-1/+2
2012-02-13Socket init now gives meaningful error description if failed to set socket li...gepard19841-7/+3
2012-01-25Added user-friendly socket error messages (bugreport:117).gepard19841-10/+28
2012-01-15Fixed gm_all_skill, bugreport:5239shennetsind1-12/+13
2012-01-09Sending to a broken socket will no longer cause SIGPIPE signal to be sent bac...gepard19841-1/+5
2011-11-17* Added a check to WFIFOSET to detect zero-length 'sets' of packets, that cou...ai4rei1-0/+8
2011-10-16* Added a message indicating how many concurrent connections the server was c...ai4rei1-0/+4
2011-10-07* Remove fds from the shortlist before processing.flaviojs1-14/+16
2011-09-05* Add consistency checks to the shortlist.flaviojs1-2/+17
2011-07-15* Changed the warning message of when setrlimit fails to be more explicit.flaviojs1-2/+9
2011-07-12* CMake: added search for math.h, added search for socket/nsl library. (teste...flaviojs1-0/+3
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-06-16* Merges from charmerge:flaviojs1-0/+3
2011-04-09* Fixed memory corruption when amount of players online approached FD_SETSIZE...ai4rei1-4/+1
2011-04-08* Fixed a compile error when socket send shortlists are disabled (s->eof inst...ai4rei1-1/+1
2011-01-31* Various accumulated cleanups and fixes.ai4rei1-6/+6
2011-01-31* Fixed faulty WFIFO reallocation causing memory exhaustion (bugreport:4737, ...ai4rei1-3/+3
2011-01-28* Resolving allow/deny IP rules not working (bugreport:2632).ai4rei1-3/+2
2010-12-02* Added an error message when a client connection exceeds the socket write bu...ai4rei1-0/+1
2010-11-25* Too large client packets, which would otherwise cause the client to crash, ...ai4rei1-0/+12
2009-02-20* Modified WFIFOSET to trigger a fatal error when trying to send a packet tha...FlavioJS1-1/+9
2009-01-21* Added a limit of 1MB of pending data in the write fifo for non-server socke...FlavioJS1-1/+11