summaryrefslogtreecommitdiff
path: root/src/core/socket.c
Commit message (Expand)AuthorAge
* socket: introduce SELinuxContextFromNet optionMichal Sekletar2014-09-19
* exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack2014-09-05
* core: unify how we generate the prefix string when dumping unit stateLennart Poettering2014-08-21
* socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering2014-08-19
* Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering2014-08-19
* socket: introduce SELinuxLabelViaNet optionMichal Sekletar2014-08-19
* socket: Add support for TCP defer acceptSusant Sahani2014-08-14
* socket: Add Support for TCP keep alive variablesSusant Sahani2014-08-14
* Revert "socket: add support for TCP fast Open"Lennart Poettering2014-08-14
* socket: add support for TCP fast OpenSusant Sahani2014-08-14
* socket: add support for tcp nagleSusant Sahani2014-08-14
* systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek2014-07-20
* socket: check return from exec_spawnThomas Hindoe Paaboel Andersen2014-06-18
* Remove sysv parser from service.cThomas Hindoe Paaboel Andersen2014-06-07
* fix warningsThomas Hindoe Paaboel Andersen2014-06-06
* kdbus: when uploading bus name policy, resolve users/groups out-of-processLennart Poettering2014-06-05
* socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering2014-06-05
* socket: add new Symlinks= option for socket unitsLennart Poettering2014-06-04
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-04
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-28
* socket: properly handle if our service vanished during runtimeLennart Poettering2014-05-22
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* Handle Unix domain socket connections from outside our namespace v2Zbigniew Jędrzejewski-Szmek2014-04-19
* Revert "Handle Unix domain socket connections from outside our namespace"Kay Sievers2014-04-19
* Handle Unix domain socket connections from outside our namespaceEelco Dolstra2014-04-16
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* core: rework context initialization/destruction logicLennart Poettering2014-03-19
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek2014-03-14
* socket.c: make use of union sockaddr_unionDaniel Buch2014-03-12
* core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering2014-03-03
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-24
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-29
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-27
* make socket_instantiate_service use cleanup gcc attributeMichael Scherer2014-01-11
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-24
* sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering2013-12-22
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-22
* bus: when a busname unit refuses to activate a service it should flush the queueLennart Poettering2013-12-16
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-02
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* core/socket: fix SO_REUSEPORTShawn Landden2013-11-17
* core/socket: use _cleanup_free_Shawn Landden2013-11-17
* active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering2013-11-06
* Configurable Timeouts/Restarts default valuesOleksii Shevchuk2013-11-05
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* smack: minimize ifdef use, and move all labeling to smack-util.cKay Sievers2013-10-11
* security: missing header inclusionsLennart Poettering2013-10-10