summaryrefslogtreecommitdiff
path: root/src/activate
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* activate: fix fd leak in do_accept()Philippe De Swert2014-09-11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
* activate: export make_socket_fdZbigniew Jędrzejewski-Szmek2014-03-17
* acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek2013-12-30
* activate: fix error checking on epoll_ctl()Lennart Poettering2013-12-17
* activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek2013-12-10
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-18
* activate: fix crash when -s is passedMantas Mikulėnas2013-11-14
* activate: mention -E in the help textMantas Mikulėnas2013-11-14
* clients: fix some signal handler issuesLennart Poettering2013-11-08
* activate: print a nice message if no fd to listen on was specifiedLennart Poettering2013-11-07
* build-sys: add Makefile symlink for src/activate/Lennart Poettering2013-11-07
* activate: port to use new getpeername_pretty()/getsockname_pretty() callsLennart Poettering2013-11-07
* activate: fix uninitialized memoryLennart Poettering2013-11-07
* active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering2013-11-06
* activate: reduce log settings to normalLennart Poettering2013-11-06
* activate: get rid of redundant definiton of fd_cloexec()Lennart Poettering2013-11-06
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* replace tabs with spaces in various filesJason St. John2013-07-02
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* activate: do not leak envp on errorZbigniew Jędrzejewski-Szmek2013-03-31
* activate: avoid warning from -WshadowZbigniew Jędrzejewski-Szmek2013-03-20
* systemd-activate: pass environment variables throughZbigniew Jędrzejewski-Szmek2013-03-15
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-27