summaryrefslogtreecommitdiff
path: root/src/core/socket.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-01socket: Set SO_REUSEPORT before bind()Christos Trochalakis1-6/+1
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering1-2/+2
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen1-2/+2
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering1-1/+2
2015-05-13core: only set event source name when we create an event sourceLennart Poettering1-7/+8
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-1/+1
2015-05-11core,network: major per-object logging reworkLennart Poettering1-94/+82
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering1-0/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-12/+11
2015-04-29core: fix event source annotationsMantas MikulÄ—nas1-1/+2
2015-04-29core: annotate event sourcesTom Gundersen1-1/+8
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering1-1/+1
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-04-07socket: minor modernizationsLennart Poettering1-3/+3
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov1-1/+1
2015-03-02core: expose consumed CPU time per unitLennart Poettering1-1/+7
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-02-20core, shared: in deserializing, match same files reached via different pathsMichal Schmidt1-3/+3
2015-02-11core: don't watch for socket events when service is in SERVICE_STOPLennart Poettering1-4/+0
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-2/+2
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering1-2/+2
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-0/+1
2014-11-28treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1Lennart Poettering1-2/+2
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt1-14/+14
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-11-27log: rearrange log function namingLennart Poettering1-78/+78
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering1-0/+1
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog1-1/+2
2014-10-23socket: properly label socket symlinksLennart Poettering1-1/+1
2014-10-23socket: fix error comparisonLennart Poettering1-2/+2
2014-10-23selinux: clean up selinux label function namingLennart Poettering1-3/+3
2014-10-23selinux: rework label query APIsLennart Poettering1-14/+26
2014-10-23smack: rework smack APIs a bitLennart Poettering1-12/+21
2014-10-23mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering1-6/+6
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-13/+13
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar1-5/+11
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack1-13/+14
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering1-0/+1
2014-08-19socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering1-13/+10
2014-08-19Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering1-19/+3
2014-08-19socket: introduce SELinuxLabelViaNet optionMichal Sekletar1-3/+19
2014-08-14socket: Add support for TCP defer acceptSusant Sahani1-0/+12
2014-08-14socket: Add Support for TCP keep alive variablesSusant Sahani1-0/+36
2014-08-14Revert "socket: add support for TCP fast Open"Lennart Poettering1-8/+0
2014-08-14socket: add support for TCP fast OpenSusant Sahani1-0/+8
2014-08-14socket: add support for tcp nagleSusant Sahani1-0/+8
2014-07-20systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek1-6/+3
2014-06-18socket: check return from exec_spawnThomas Hindoe Paaboel Andersen1-0/+2
2014-06-07Remove sysv parser from service.cThomas Hindoe Paaboel Andersen1-14/+0