Age | Commit message (Expand) | Author |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-03-23 | core: Fix path for opening ffs endpoint ep0 | Georgia Brikis |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-11 | Remove kdbus custom endpoint support | Daniel Mack |
2016-02-10 | Merge pull request #2569 from zonque/removals | Martin Pitt |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-10 | core: make the StartLimitXYZ= settings generic and apply to any kind of unit,... | Lennart Poettering |
2016-02-04 | core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev... | Lennart Poettering |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2015-12-31 | core: socket options fix SCTP_NODELAY | Susant Sahani |
2015-12-22 | socket: nullify pointers after free | Daniel Mack |
2015-12-22 | socket: free fdname member | Daniel Mack |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-24 | core: Do not bind a mount unit to a device, if it was from mountinfo | Harald Hoyer |
2015-11-18 | socket: Add support for socket protcol | Susant Sahani |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-11 | core: simplify things a bit by checking default_dependencies boolean in calle... | Lennart Poettering |
2015-11-10 | core: change type of distribute_fds() prototype to return void | Lennart Poettering |
2015-10-27 | core: all unit types that watch control PIDs should use the same logic | Lennart Poettering |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util: remove path_get_parent(), in favour of dirname_malloc() | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-08 | core: add support for setting stdin/stdout/stderr for transient services | Lennart Poettering |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-10-06 | core: simplify fd collection code, return number of fds as return value | Lennart Poettering |
2015-10-06 | socket: don't double close the same fd for FIFOs | Lennart Poettering |
2015-10-01 | core: add new setting Writable= to ListenSpecial= socket units | Lennart Poettering |
2015-10-01 | Merge pull request #1426 from poettering/log-syntax | Daniel Mack |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-29 | socket: rename ffs_xyz to usbffs_xyz | Lennart Poettering |
2015-09-29 | core: turn a large if statement into a switch | Lennart Poettering |
2015-09-29 | selinux: add _cleanup_ concepts to SELinux label allocation | Lennart Poettering |
2015-09-29 | core: simplify how we create socket fds | Lennart Poettering |
2015-09-29 | core: small error message wording improvements | Lennart Poettering |
2015-09-28 | Move all unit states to basic/ and extend systemctl --state=help | Zbigniew Jędrzejewski-Szmek |
2015-09-22 | core: Add FFSDescriptors and FFSStrings service parameters | Pawel Szewczyk |
2015-09-22 | core: Add socket type for usb functionfs endpoints | Pawel Szewczyk |
2015-09-22 | core: Add list of additional file descriptors to socket port | Pawel Szewczyk |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-31 | socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP. | Robin Hack |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-27 | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available" | David Herrmann |