summaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-0/+1
* treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering2014-11-281-2/+2
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-14/+14
* 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
* log: rearrange log function namingLennart Poettering2014-11-271-78/+78
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-051-0/+1
* core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog2014-10-281-1/+2
* socket: properly label socket symlinksLennart Poettering2014-10-231-1/+1
* socket: fix error comparisonLennart Poettering2014-10-231-2/+2
* selinux: clean up selinux label function namingLennart Poettering2014-10-231-3/+3
* selinux: rework label query APIsLennart Poettering2014-10-231-14/+26
* smack: rework smack APIs a bitLennart Poettering2014-10-231-12/+21
* mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering2014-10-231-6/+6
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-13/+13
* socket: introduce SELinuxContextFromNet optionMichal Sekletar2014-09-191-5/+11
* exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack2014-09-051-13/+14
* core: unify how we generate the prefix string when dumping unit stateLennart Poettering2014-08-211-0/+1
* socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering2014-08-191-13/+10
* Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering2014-08-191-19/+3
* socket: introduce SELinuxLabelViaNet optionMichal Sekletar2014-08-191-3/+19
* socket: Add support for TCP defer acceptSusant Sahani2014-08-141-0/+12
* socket: Add Support for TCP keep alive variablesSusant Sahani2014-08-141-0/+36
* Revert "socket: add support for TCP fast Open"Lennart Poettering2014-08-141-8/+0
* socket: add support for TCP fast OpenSusant Sahani2014-08-141-0/+8
* socket: add support for tcp nagleSusant Sahani2014-08-141-0/+8
* systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek2014-07-201-6/+3
* socket: check return from exec_spawnThomas Hindoe Paaboel Andersen2014-06-181-0/+2
* Remove sysv parser from service.cThomas Hindoe Paaboel Andersen2014-06-071-14/+0
* fix warningsThomas Hindoe Paaboel Andersen2014-06-061-1/+1
* kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering2014-06-051-8/+9
* socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering2014-06-051-77/+205
* socket: add new Symlinks= option for socket unitsLennart Poettering2014-06-041-2/+66
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-041-29/+51
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-281-3/+1
* socket: properly handle if our service vanished during runtimeLennart Poettering2014-05-221-0/+6
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-3/+3
* Handle Unix domain socket connections from outside our namespace v2Zbigniew Jędrzejewski-Szmek2014-04-191-8/+14
* Revert "Handle Unix domain socket connections from outside our namespace"Kay Sievers2014-04-191-14/+10
* Handle Unix domain socket connections from outside our namespaceEelco Dolstra2014-04-161-10/+14
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-1/+6
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-9/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-30/+14
* Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek2014-03-141-5/+3
* socket.c: make use of union sockaddr_unionDaniel Buch2014-03-121-7/+1
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-031-0/+3
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-1/+3
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-291-1/+5
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+16