summaryrefslogtreecommitdiff
path: root/src/core/socket.c
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2015-12-31core: socket options fix SCTP_NODELAYSusant Sahani
2015-12-22socket: nullify pointers after freeDaniel Mack
2015-12-22socket: free fdname memberDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-24core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer
2015-11-18socket: Add support for socket protcolSusant Sahani
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-11core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering
2015-11-10core: change type of distribute_fds() prototype to return voidLennart Poettering
2015-10-27core: all unit types that watch control PIDs should use the same logicLennart Poettering
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-06core: simplify fd collection code, return number of fds as return valueLennart Poettering
2015-10-06socket: don't double close the same fd for FIFOsLennart Poettering
2015-10-01core: add new setting Writable= to ListenSpecial= socket unitsLennart Poettering
2015-10-01Merge pull request #1426 from poettering/log-syntaxDaniel Mack
2015-09-30Merge pull request #1419 from keszybz/shell-completionLennart Poettering
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-29socket: rename ffs_xyz to usbffs_xyzLennart Poettering
2015-09-29core: turn a large if statement into a switchLennart Poettering
2015-09-29selinux: add _cleanup_ concepts to SELinux label allocationLennart Poettering
2015-09-29core: simplify how we create socket fdsLennart Poettering
2015-09-29core: small error message wording improvementsLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-22core: Add FFSDescriptors and FFSStrings service parametersPawel Szewczyk
2015-09-22core: Add socket type for usb functionfs endpointsPawel Szewczyk
2015-09-22core: Add list of additional file descriptors to socket portPawel Szewczyk
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-31socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP.Robin Hack
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers
2015-08-04smack-util: revise smack-util apis and add read smack attr apisWaLyong Cho
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt