summaryrefslogtreecommitdiff
path: root/src/common/socket.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas1-0/+1
2019-03-11Move variable SOCKET_CONF_FILENAME into socket interfaceAndrei Karas1-0/+1
2019-03-11Add function connect_client into socket interfaceAndrei Karas1-0/+1
2018-11-15Update visual studio project files.Andrei Karas1-1/+1
2018-11-15Add validation for WFIFOHEAD buffer allocations.Andrei Karas1-5/+3
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas1-2/+7
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-02-24Modified RBUFP to return a const void *Haru1-1/+6
2016-02-24Modified the WBUF family of macros to ensure a non-const buffer is usedHaru1-1/+6
2016-02-24Changed RFIFO2PTR (and P2PTR) to return const void*Haru1-2/+2
2016-02-24Changed RFIFOP and WFIFOP to return const void * and void * respectivelyHaru1-2/+2
2016-02-24Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} familiesHaru1-9/+9
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-5/+5
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-1/+2
2016-02-17Removed unnecessary typedefs from libconfigHaru1-1/+1
2016-02-07Fix blind defined macro WFIFO2PTRhemagx1-1/+1
2016-01-31Move P2PTR Macro to socket header and split the macro into two macros for WFI...hemagx1-0/+5
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-11Changed various s_subnet arrays to VECTORsHaru1-7/+13
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-3/+2
2015-08-15HPM compatibility improvementsHaru1-3/+3
2015-08-15Moved session array into the socket interfaceHaru1-17/+19
2015-08-15Cleaned up socket interfaceHaru1-31/+11
2015-08-11subnet.conf overhaulHaru1-0/+21
2015-06-19Cleaned up some #includesHaru1-2/+0
2015-06-19Removed ".." from include directivesHaru1-3/+3
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-07-11Fixed reserved __identifier violationsHaru1-5/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-6/+6
2014-05-10Revert "Fixed order of includes in all source files"panikon1-6/+6
2014-05-09Fixed order of includes in all source filesHaru1-6/+6
2014-04-17Whitespace cleanupHaru1-1/+1
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-18Socket interfacedshennetsind1-61/+81
2013-11-19Sanitized and improved several macros through the codeHaru1-10/+11
2013-10-26Changed 'tick' variables to 64 bitHaru1-2/+1
2013-08-08HPM Updateshennetsind1-1/+6
2013-07-08Follow up ea5a413cdf7eec37141a7fe124cad38d66464ac4malufett1-1/+0
2013-07-05Implemented real-time server stats (in and out data and ram usage), made by A...Matheus Macabu1-0/+1
2013-06-28BG Queue Testingshennetsind1-1/+1
2013-05-30Memory Slasher - May 30 Patchshennetsind1-3/+11
2013-04-01Introducing socket_datasyncshennetsind1-0/+3
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-37/+38
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-38/+37
2012-10-31Fixed bugreport:6779 dropped between-server ping timers, replaced by a much m...shennetsind1-0/+1
2012-09-16Introducing rAthena's anonymous data collector. This aims at improving rAthen...shennetsind1-1/+1
2012-06-03cleaned up windows header usage (added one central file to use windows / wina...blacksirius1-2/+1