summaryrefslogtreecommitdiff
path: root/src/activate
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-4/+4
* activate: fix -E option parsingZbigniew Jędrzejewski-Szmek2016-02-181-1/+1
* activate: allow multiple, possibly invalid, fd namesZbigniew Jędrzejewski-Szmek2016-02-131-31/+53
* activate: add a new switch --inetd to enable inetd-style socket activationLennart Poettering2016-02-101-60/+83
* activate: minor fixesLennart Poettering2016-02-101-10/+11
* activate: add new --seqpacket switch for testing SOCK_SEQPACKET socketsLennart Poettering2016-02-101-11/+22
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* activate: reorder --help textLennart Poettering2016-02-011-3/+3
* activate: fix memory allocation for execv() parametersLennart Poettering2016-02-011-9/+29
* Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack2016-01-221-1/+1
|\
| * journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos2015-12-011-1/+1
* | systemd-activate: Add support for datagram socketsSusant Sahani2016-01-221-2/+19
|/
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* activate: validate fdname when accepting itLennart Poettering2015-10-061-0/+5
* core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-061-16/+45
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-8/+5
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+5
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-11/+11
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* activate: fix fd leak in do_accept()Philippe De Swert2014-09-111-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+5
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* activate: export make_socket_fdZbigniew Jędrzejewski-Szmek2014-03-171-20/+1
* acticate: rename --environment to --setenvZbigniew Jędrzejewski-Szmek2013-12-301-15/+15
* activate: fix error checking on epoll_ctl()Lennart Poettering2013-12-171-4/+6
* activate: clean up inherited descriptorsZbigniew Jędrzejewski-Szmek2013-12-101-4/+19
* remove unused variablesThomas Hindoe Paaboel Andersen2013-11-181-1/+0
* activate: fix crash when -s is passedMantas Mikulėnas2013-11-141-1/+1
* activate: mention -E in the help textMantas Mikulėnas2013-11-141-0/+2
* clients: fix some signal handler issuesLennart Poettering2013-11-081-0/+2
* activate: print a nice message if no fd to listen on was specifiedLennart Poettering2013-11-071-2/+6
* build-sys: add Makefile symlink for src/activate/Lennart Poettering2013-11-071-0/+1
* activate: port to use new getpeername_pretty()/getsockname_pretty() callsLennart Poettering2013-11-071-75/+37
* activate: fix uninitialized memoryLennart Poettering2013-11-071-1/+1
* active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering2013-11-061-0/+30
* activate: reduce log settings to normalLennart Poettering2013-11-061-3/+2
* activate: get rid of redundant definiton of fd_cloexec()Lennart Poettering2013-11-061-27/+6
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+3
* replace tabs with spaces in various filesJason St. John2013-07-021-5/+4
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-4/+4
* activate: do not leak envp on errorZbigniew Jędrzejewski-Szmek2013-03-311-1/+7
* activate: avoid warning from -WshadowZbigniew Jędrzejewski-Szmek2013-03-201-4/+4