Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-06 | activate: validate fdname when accepting it | Lennart Poettering |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: simplify log_*_errno(r,...) immediately followed by "return r" | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-09-11 | activate: fix fd leak in do_accept() | Philippe De Swert |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | activate: export make_socket_fd | Zbigniew Jędrzejewski-Szmek |
2013-12-30 | acticate: rename --environment to --setenv | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | activate: fix error checking on epoll_ctl() | Lennart Poettering |
2013-12-10 | activate: clean up inherited descriptors | Zbigniew Jędrzejewski-Szmek |
2013-11-18 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2013-11-14 | activate: fix crash when -s is passed | Mantas Mikulėnas |
2013-11-14 | activate: mention -E in the help text | Mantas Mikulėnas |
2013-11-08 | clients: fix some signal handler issues | Lennart Poettering |
2013-11-07 | activate: print a nice message if no fd to listen on was specified | Lennart Poettering |
2013-11-07 | build-sys: add Makefile symlink for src/activate/ | Lennart Poettering |
2013-11-07 | activate: port to use new getpeername_pretty()/getsockname_pretty() calls | Lennart Poettering |
2013-11-07 | activate: fix uninitialized memory | Lennart Poettering |
2013-11-06 | active: rework make_socket_fd() to be based on socket_address_listen() | Lennart Poettering |
2013-11-06 | activate: reduce log settings to normal | Lennart Poettering |
2013-11-06 | activate: get rid of redundant definiton of fd_cloexec() | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-07-02 | replace tabs with spaces in various files | Jason St. John |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-03-31 | activate: do not leak envp on error | Zbigniew Jędrzejewski-Szmek |
2013-03-20 | activate: avoid warning from -Wshadow | Zbigniew Jędrzejewski-Szmek |
2013-03-15 | systemd-activate: pass environment variables through | Zbigniew Jędrzejewski-Szmek |
2013-02-27 | systemd-activate: add a socket-activation test tool | Zbigniew Jędrzejewski-Szmek |