summaryrefslogtreecommitdiff
path: root/src/socket-proxy
Commit message (Expand)AuthorAgeFilesLines
...
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-8/+6
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* treewide: another round of simplificationsMichal Schmidt2014-11-281-16/+8
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-8/+8
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-24/+12
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-16/+16
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-16/+16
* socket-proxyd: Unchecked return value from librarySusant Sahani2014-10-091-1/+1
* include fcntl.h rather than sys/fcntl.hEmil Renner Berthing2014-09-181-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-10/+6
* fix warningsThomas Hindoe Paaboel Andersen2014-06-061-3/+0
* socket-proxyd: port to asynchronous name resolution using sd-resolveLennart Poettering2014-06-051-131/+188
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-2/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-10/+6
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-4/+4
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-8/+9
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-111-0/+2
* Revert "socket-proxyd: Add --listener option for listener/destination pairs."Lennart Poettering2013-11-271-42/+21
* socket-proxyd: Add --listener option for listener/destination pairs.David Strauss2013-11-251-21/+42
* event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering2013-11-221-3/+3
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+1
* socket-proxy: actually properly keep track of connectionsLennart Poettering2013-11-071-3/+13
* socket-proxyd: no need to redefine sockaddr unionLennart Poettering2013-11-071-13/+5
* event: make sure we keep a reference to all events we dispatch while we do so.Lennart Poettering2013-11-071-1/+7
* socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering2013-11-061-383/+409
* socket-proxy: clean-up indentingLennart Poettering2013-11-061-13/+12
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-13/+9
* socket-proxyd: Actually, some of those sizes are unsigned.David Strauss2013-10-311-3/+3
* fix compiler warningsRonny Chevalier2013-10-311-6/+6
* socket-proxyd: Fix-up from previous change to avoid looping on errors.David Strauss2013-10-211-1/+3
* socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes.David Strauss2013-10-211-24/+66
* socket-proxyd: Remove datagram research TODO. This proxy will not work with t...David Strauss2013-10-191-1/+0
* socket-proxyd: Comment and log text cleanup.David Strauss2013-10-191-5/+7
* socket-proxyd: initialize variable used in error code pathKay Sievers2013-10-201-1/+1
* socket-proxyd: rename from saproxyLennart Poettering2013-10-182-0/+589