summaryrefslogtreecommitdiffstats
path: root/src/server/sockhelper.c
Commit message (Collapse)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 ↵Simon Rettberg2015-02-231-7/+5Star
| | | | delay feature
* [SERVER] Overhauled loggingSimon Rettberg2015-02-221-2/+2
| | | | | | - Added message type parameter - Log to file and stdout, no more logging in memory - Added options to server.conf to filter which messages show up where
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-061-140/+130Star
|
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and ↵Simon Rettberg2014-12-311-5/+5
| | | | function names
* 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
| | | | corruption
* 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
[SERVER] Add more comments to job.c