summaryrefslogtreecommitdiff
path: root/src/activate
AgeCommit message (Expand)AuthorFilesLines
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering1-2/+3
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-12-01tree-wide: set SA_RESTART for signal handlers we installLennart Poettering1-1/+1
2016-04-05activate: improve SIGCHLD handlerEvgeny Vereshchagin1-6/+18
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-4/+4
2016-02-18activate: fix -E option parsingZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-13activate: allow multiple, possibly invalid, fd namesZbigniew Jędrzejewski-Szmek1-31/+53
2016-02-10activate: add a new switch --inetd to enable inetd-style socket activationLennart Poettering1-60/+83
2016-02-10activate: minor fixesLennart Poettering1-10/+11
2016-02-10activate: add new --seqpacket switch for testing SOCK_SEQPACKET socketsLennart Poettering1-11/+22
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-02-01activate: reorder --help textLennart Poettering1-3/+3
2016-02-01activate: fix memory allocation for execv() parametersLennart Poettering1-9/+29
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack1-1/+1
2016-01-22systemd-activate: Add support for datagram socketsSusant Sahani1-2/+19
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-1/+2
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-10-06activate: validate fdname when accepting itLennart Poettering1-0/+5
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-16/+45
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-8/+5
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-0/+5
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-11-28treewide: another round of simplificationsMichal Schmidt1-12/+6
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-11/+11
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-2/+1
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt1-4/+2
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt1-2/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-09-11activate: fix fd leak in do_accept()Philippe De Swert1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-7/+5
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek1-1/+1
2014-03-17activate: export make_socket_fdZbigniew Jędrzejewski-Szmek1-20/+1
2013-12-30acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek1-15/+15
2013-12-17activate: fix error checking on epoll_ctl()Lennart Poettering1-4/+6
2013-12-10activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek1-4/+19
2013-11-18remove unused variablesThomas Hindoe Paaboel Andersen1-1/+0
2013-11-14activate: fix crash when -s is passedMantas Mikulėnas1-1/+1
2013-11-14activate: mention -E in the help textMantas Mikulėnas1-0/+2
2013-11-08clients: fix some signal handler issuesLennart Poettering1-0/+2
2013-11-07activate: print a nice message if no fd to listen on was specifiedLennart Poettering1-2/+6
2013-11-07build-sys: add Makefile symlink for src/activate/Lennart Poettering1-0/+1
2013-11-07activate: port to use new getpeername_pretty()/getsockname_pretty() callsLennart Poettering1-75/+37
2013-11-07activate: fix uninitialized memoryLennart Poettering1-1/+1
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering1-0/+30
2013-11-06activate: reduce log settings to normalLennart Poettering1-3/+2
2013-11-06activate: get rid of redundant definiton of fd_cloexec()Lennart Poettering1-27/+6
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+3