summaryrefslogtreecommitdiff
path: root/src/socket-proxy
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-11/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-2/+2
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* socket-proxyd: fix --connections-max help message and docs (#5044)(GalaxyMaster)2017-01-101-1/+1
* socket-proxyd: Introduced dynamic connection limit via an option. (#4749)(GalaxyMaster)2016-11-281-6/+23
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-13/+4
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos2015-12-011-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* 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