summaryrefslogtreecommitdiffstats
path: root/src/server/sockhelper.c
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Fix premature connection close for RPC repliesSimon Rettberg2015-05-051-0/+23
* [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del...Simon Rettberg2015-02-231-7/+5Star
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-2/+2
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-061-140/+130Star
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi...Simon Rettberg2014-12-311-5/+5
* Joey style commitSimon Rettberg2013-11-071-1/+1
* [SERVER] Add --bind parameter to specify bind interface (currently IPv4 only)Simon Rettberg2013-11-071-2/+10
* [SERVER] Fix embarrassing descriptor leakSimon Rettberg2013-08-151-76/+55Star
* [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ...Simon Rettberg2013-08-021-1/+1
* Remove all glib dependencies from serversr2013-07-171-1/+0Star
* [SERVER] Add IPv6 support (clients and RPC connections)sr2013-01-151-3/+156
* [SERVER] Add socket helper module to simplify connection setupsr2013-01-151-0/+64