summaryrefslogtreecommitdiff
path: root/src/core/socket.c
AgeCommit message (Expand)Author
2015-02-11core: don't watch for socket events when service is in SERVICE_STOPLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-10-23socket: properly label socket symlinksLennart Poettering
2014-10-23socket: fix error comparisonLennart Poettering
2014-10-23selinux: clean up selinux label function namingLennart Poettering
2014-10-23selinux: rework label query APIsLennart Poettering
2014-10-23smack: rework smack APIs a bitLennart Poettering
2014-10-23mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering
2014-08-19socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering
2014-08-19Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering
2014-08-19socket: introduce SELinuxLabelViaNet optionMichal Sekletar
2014-08-14socket: Add support for TCP defer acceptSusant Sahani
2014-08-14socket: Add Support for TCP keep alive variablesSusant Sahani
2014-08-14Revert "socket: add support for TCP fast Open"Lennart Poettering
2014-08-14socket: add support for TCP fast OpenSusant Sahani
2014-08-14socket: add support for tcp nagleSusant Sahani
2014-07-20systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek
2014-06-18socket: check return from exec_spawnThomas Hindoe Paaboel Andersen
2014-06-07Remove sysv parser from service.cThomas Hindoe Paaboel Andersen
2014-06-06fix warningsThomas Hindoe Paaboel Andersen
2014-06-05kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering
2014-06-05socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering
2014-06-04socket: add new Symlinks= option for socket unitsLennart Poettering
2014-06-04socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering
2014-05-28build-sys: use glibc's xattr support instead of requiring libattrKay Sievers
2014-05-22socket: properly handle if our service vanished during runtimeLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-04-19Handle Unix domain socket connections from outside our namespace v2Zbigniew Jędrzejewski-Szmek
2014-04-19Revert "Handle Unix domain socket connections from outside our namespace"Kay Sievers
2014-04-16Handle Unix domain socket connections from outside our namespaceEelco Dolstra
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-19core: rework context initialization/destruction logicLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek
2014-03-12socket.c: make use of union sockaddr_unionDaniel Buch
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering