summaryrefslogtreecommitdiff
path: root/src/socket-proxy
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop socket.h when socket-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-04-10tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering1-1/+1
2019-04-10tree-wide: voidify some socket callsLennart Poettering1-1/+1
2019-03-19tree-wide: use ERRNO_IS_DISCONNECT() at more placesLennart Poettering1-3/+4
2019-01-04tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-17socket-proxyd: use typesafe resolve_getaddrinfo()Yu Watanabe1-4/+3
2018-11-23socket-proxy: define main through macroYu Watanabe1-35/+24
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-16/+12
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-10-15tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering1-10/+9
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-9/+21
2018-06-22tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-28Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek1-11/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-2/+2
2017-10-02tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold1-2/+2
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-01-10socket-proxyd: fix --connections-max help message and docs (#5044)(GalaxyMaster)1-1/+1
2016-11-28socket-proxyd: Introduced dynamic connection limit via an option. (#4749)(GalaxyMaster)1-6/+23
2016-05-05tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering1-13/+4
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-8/+6
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-16/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-8/+8
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-24/+12
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt1-1/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-16/+16
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-16/+16
2014-10-09socket-proxyd: Unchecked return value from librarySusant Sahani1-1/+1
2014-09-18include fcntl.h rather than sys/fcntl.hEmil Renner Berthing1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-2/+2
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-10/+6
2014-06-06fix warningsThomas Hindoe Paaboel Andersen1-3/+0
2014-06-05socket-proxyd: port to asynchronous name resolution using sd-resolveLennart Poettering1-131/+188
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-2/+2
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-10/+6
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-4/+4
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering1-8/+9
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering1-0/+2
2013-11-27Revert "socket-proxyd: Add --listener option for listener/destination pairs."Lennart Poettering1-42/+21