summaryrefslogtreecommitdiff
path: root/src/activate
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-02replace tabs with spaces in various filesJason St. John1-5/+4
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-4/+4
2013-03-31activate: do not leak envp on errorZbigniew Jędrzejewski-Szmek1-1/+7
2013-03-20activate: avoid warning from -WshadowZbigniew Jędrzejewski-Szmek1-4/+4
2013-03-15systemd-activate: pass environment variables throughZbigniew Jędrzejewski-Szmek1-3/+30
2013-02-27systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek1-0/+410