summaryrefslogtreecommitdiff
path: root/src/common/socket.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-2/+2
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru1-4/+0
2016-10-04Add missing checks into socket.cAndrei Karas1-9/+22
2016-09-22Fixed a compile error when SEND_SHORTLIST is disabledHaru1-5/+4
2016-08-19Ported socket.conf (was packet.conf) to libconfigHaru1-67/+196
2016-08-19Changed access_allow and access_deny to VECTORsHaru1-24/+29
2016-08-19Removed unnecessary typedefs in socket.cHaru1-13/+13
2016-07-08Add comments into defines in socket.cAndrei Karas1-70/+70
2016-07-08Added epoll as event-dispatcher on linux (instead of select())Florian Wilkemeyer1-5/+165
2016-07-03Add into travis configure option --enable-buildbot.Andrei Karas1-0/+2
2016-07-02Trivialities: indentation fixesHaru1-4/+4
2016-03-20Dropped typedef from DBMapHaru1-1/+1
2016-03-20Dropped typedef from DBIteratorHaru1-1/+1
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-9/+9
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-2/+2
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+1
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-1/+1
2016-01-09Corrected various zero-argument function definitionsHaru1-6/+6
2015-12-17Merge pull request #917 from dastgir/packetAndrei Karas1-1/+5
2015-12-17Update max packet size according to client dateDastgir1-1/+5
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-02Fixed an issue with the socket send/receive timeouts in WindowsHaru1-12/+27
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru1-1/+1
2015-10-11Changed various s_subnet arrays to VECTORsHaru1-76/+45
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-11/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-9/+5
2015-08-15HPM compatibility improvementsHaru1-0/+3
2015-08-15Moved session array into the socket interfaceHaru1-101/+98
2015-08-15Cleaned up socket interfaceHaru1-45/+48
2015-08-11subnet.conf overhaulHaru1-0/+187
2015-06-19Cleaned up some #includesHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-10/+10
2015-01-24Fixed 18 minor issuesHaru1-9/+20
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-26/+15
2015-01-18Connection History Redesignshennetsind1-81/+56
2015-01-17Another ~10 Fixesshennetsind1-2/+2
2015-01-1710 Distinct fixesshennetsind1-0/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-6/+8
2014-12-26In linux enable thin-stream mode.Andrei Karas1-0/+11
2014-11-16Whitespace cleanup (no code changes)Haru1-30/+30
2014-09-21Fixed Bug 8344shennetsind1-7/+0
2014-08-07Corrected several format-string errors through the codeHaru1-12/+13
2014-07-11Fixed reserved __identifier violationsHaru1-6/+6
2014-05-30Fixed typos inside src/Shido1-7/+7
2014-05-13Removed trailing whitespace (sources)Haru1-4/+4
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-31/+33