Age | Commit message (Expand) | Author |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-10-09 | socket-proxyd: Unchecked return value from library | Susant Sahani |
2014-09-18 | include fcntl.h rather than sys/fcntl.h | Emil Renner Berthing |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-06-06 | fix warnings | Thomas Hindoe Paaboel Andersen |
2014-06-05 | socket-proxyd: port to asynchronous name resolution using sd-resolve | Lennart Poettering |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2013-12-13 | event: be more conservative when returning errors from event handler callbacks | Lennart Poettering |
2013-12-11 | event: hook up sd-event with the service watchdog logic | Lennart Poettering |
2013-11-27 | Revert "socket-proxyd: Add --listener option for listener/destination pairs." | Lennart Poettering |
2013-11-25 | socket-proxyd: Add --listener option for listener/destination pairs. | David Strauss |
2013-11-22 | event: rename sd_event_get() to sd_event_source_get_event() | Lennart Poettering |
2013-11-12 | bus: introduce concept of a "default" event loop per-thread and make use of i... | Lennart Poettering |
2013-11-07 | socket-proxy: actually properly keep track of connections | Lennart Poettering |
2013-11-07 | socket-proxyd: no need to redefine sockaddr union | Lennart Poettering |
2013-11-07 | event: make sure we keep a reference to all events we dispatch while we do so. | Lennart Poettering |
2013-11-06 | socket-proxyd: rework to support multiple sockets and splice()-based zero-cop... | Lennart Poettering |
2013-11-06 | socket-proxy: clean-up indenting | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-31 | socket-proxyd: Actually, some of those sizes are unsigned. | David Strauss |
2013-10-31 | fix compiler warnings | Ronny Chevalier |
2013-10-21 | socket-proxyd: Fix-up from previous change to avoid looping on errors. | David Strauss |
2013-10-21 | socket-proxyd: Use ONESHOT to behave properly with multiple accept() processes. | David Strauss |
2013-10-19 | socket-proxyd: Remove datagram research TODO. This proxy will not work with t... | David Strauss |
2013-10-19 | socket-proxyd: Comment and log text cleanup. | David Strauss |
2013-10-20 | socket-proxyd: initialize variable used in error code path | Kay Sievers |
2013-10-18 | socket-proxyd: rename from saproxy | Lennart Poettering |