summaryrefslogtreecommitdiff
path: root/src/core/socket.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering1-0/+1
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering1-3/+3
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-4/+3
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering1-0/+3
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering1-0/+15
2015-10-06core: simplify fd collection code, return number of fds as return valueLennart Poettering1-16/+10
2015-10-06socket: don't double close the same fd for FIFOsLennart Poettering1-2/+0
2015-10-01core: add new setting Writable= to ListenSpecial= socket unitsLennart Poettering1-3/+5
2015-10-01Merge pull request #1426 from poettering/log-syntaxDaniel Mack1-1/+2
2015-09-30Merge pull request #1419 from keszybz/shell-completionLennart Poettering1-18/+0
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering1-1/+2
2015-09-29socket: rename ffs_xyz to usbffs_xyzLennart Poettering1-10/+10
2015-09-29core: turn a large if statement into a switchLennart Poettering1-6/+16
2015-09-29selinux: add _cleanup_ concepts to SELinux label allocationLennart Poettering1-5/+2
2015-09-29core: simplify how we create socket fdsLennart Poettering1-118/+94
2015-09-29core: small error message wording improvementsLennart Poettering1-2/+2
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek1-18/+0
2015-09-22core: Add FFSDescriptors and FFSStrings service parametersPawel Szewczyk1-0/+21
2015-09-22core: Add socket type for usb functionfs endpointsPawel Szewczyk1-1/+120
2015-09-22core: Add list of additional file descriptors to socket portPawel Szewczyk1-3/+20
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering1-1/+3
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering1-5/+2
2015-08-31unit: unify how we assing slices to unitsLennart Poettering1-1/+1
2015-08-31socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP.Robin Hack1-1/+1
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-1/+0
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann1-0/+1
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers1-1/+0
2015-08-04smack-util: revise smack-util apis and add read smack attr apisWaLyong Cho1-3/+3
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt1-1/+0
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