summaryrefslogtreecommitdiff
path: root/src/activate
AgeCommit message (Expand)Author
2016-04-05activate: improve SIGCHLD handlerEvgeny Vereshchagin
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-18activate: fix -E option parsingZbigniew Jędrzejewski-Szmek
2016-02-13activate: allow multiple, possibly invalid, fd namesZbigniew Jędrzejewski-Szmek
2016-02-10activate: add a new switch --inetd to enable inetd-style socket activationLennart Poettering
2016-02-10activate: minor fixesLennart Poettering
2016-02-10activate: add new --seqpacket switch for testing SOCK_SEQPACKET socketsLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01activate: reorder --help textLennart Poettering
2016-02-01activate: fix memory allocation for execv() parametersLennart Poettering
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack
2016-01-22systemd-activate: Add support for datagram socketsSusant Sahani
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-10-06activate: validate fdname when accepting itLennart Poettering
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart 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: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal 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-09-11activate: fix fd leak in do_accept()Philippe De Swert
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-03-17activate: export make_socket_fdZbigniew Jędrzejewski-Szmek
2013-12-30acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek
2013-12-17activate: fix error checking on epoll_ctl()Lennart Poettering
2013-12-10activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek
2013-11-18remove unused variablesThomas Hindoe Paaboel Andersen
2013-11-14activate: fix crash when -s is passedMantas Mikulėnas
2013-11-14activate: mention -E in the help textMantas Mikulėnas
2013-11-08clients: fix some signal handler issuesLennart Poettering
2013-11-07activate: print a nice message if no fd to listen on was specifiedLennart Poettering
2013-11-07build-sys: add Makefile symlink for src/activate/Lennart Poettering
2013-11-07activate: port to use new getpeername_pretty()/getsockname_pretty() callsLennart Poettering
2013-11-07activate: fix uninitialized memoryLennart Poettering
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering
2013-11-06activate: reduce log settings to normalLennart Poettering
2013-11-06activate: get rid of redundant definiton of fd_cloexec()Lennart Poettering
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-07-02replace tabs with spaces in various filesJason St. John
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-03-31activate: do not leak envp on errorZbigniew Jędrzejewski-Szmek