summaryrefslogtreecommitdiff
path: root/src/core/socket.c
AgeCommit message (Expand)Author
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
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-01-29core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek
2014-01-11make socket_instantiate_service use cleanup gcc attributeMichael Scherer
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-12-22sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-16bus: when a busname unit refuses to activate a service it should flush the queueLennart Poettering
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-17core/socket: fix SO_REUSEPORTShawn Landden
2013-11-17core/socket: use _cleanup_free_Shawn Landden
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering
2013-11-05Configurable Timeouts/Restarts default valuesOleksii Shevchuk
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-11smack: minimize ifdef use, and move all labeling to smack-util.cKay Sievers
2013-10-10security: missing header inclusionsLennart Poettering
2013-10-10security: rework selinux, smack, ima, apparmor detection logicLennart Poettering
2013-09-26core: rework how we match mount units against each otherLennart Poettering
2013-09-25cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering
2013-09-12core: notify triggered by socket of a serviceUmut Tezduyar
2013-07-11basic SO_REUSEPORT supportShawn Landden
2013-06-27dbus: hookup runtime property changes for mouns, services, sockets, swaps tooLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering
2013-05-17Make it possible to disable smack separately from xattr supportKarol Lewandowski
2013-05-07build-sys: support builds without EAs againLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-25unit: rework stop pending logicLennart Poettering