summaryrefslogtreecommitdiff
path: root/src/socket-proxy
AgeCommit message (Expand)Author
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-09socket-proxyd: Unchecked return value from librarySusant Sahani
2014-09-18include fcntl.h rather than sys/fcntl.hEmil Renner Berthing
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-06-06fix warningsThomas Hindoe Paaboel Andersen
2014-06-05socket-proxyd: port to asynchronous name resolution using sd-resolveLennart Poettering
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-11-27Revert "socket-proxyd: Add --listener option for listener/destination pairs."Lennart Poettering
2013-11-25socket-proxyd: Add --listener option for listener/destination pairs.David Strauss
2013-11-22event: rename sd_event_get() to sd_event_source_get_event()Lennart Poettering
2013-11-12bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering
2013-11-07socket-proxy: actually properly keep track of connectionsLennart Poettering
2013-11-07socket-proxyd: no need to redefine sockaddr unionLennart Poettering
2013-11-07event: make sure we keep a reference to all events we dispatch while we do so.Lennart Poettering
2013-11-06socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering
2013-11-06socket-proxy: clean-up indentingLennart Poettering
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-10-31socket-proxyd: Actually, some of those sizes are unsigned.David Strauss
2013-10-31fix compiler warningsRonny Chevalier
2013-10-21socket-proxyd: Fix-up from previous change to avoid looping on errors.David Strauss
2013-10-21socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes.David Strauss
2013-10-19socket-proxyd: Remove datagram research TODO. This proxy will not work with t...David Strauss
2013-10-19socket-proxyd: Comment and log text cleanup.David Strauss
2013-10-20socket-proxyd: initialize variable used in error code pathKay Sievers
2013-10-18socket-proxyd: rename from saproxyLennart Poettering