summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.c
AgeCommit message (Expand)Author
2015-09-29core: allow setting WorkingDirectory= to the special value ~Lennart Poettering
2015-09-24load-fragment: Use parse_cpu_set in CPUAffinity supportFilipe Brandenburger
2015-09-22Merge pull request #1336 from pszewczyk/functionfs_sockets_v3Lennart Poettering
2015-09-22core: Add list of additional file descriptors to socket portPawel Szewczyk
2015-09-18load-fragment: resolve specifiers in RuntimeDirectoryMichael Gebetsroither
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-09-05core: don't use uninitialized errnoLennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-31core: don't generate stub unit file for transient unitsLennart Poettering
2015-08-24core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-08-07Convert unquote_*_word users to expect isempty(p) after the last entryRichard Maw
2015-08-07load-fragment: fix segv on parse errorZbigniew Jędrzejewski-Szmek
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-06-17load-fragment: reset the list on an ExecStart= containing only whitespaceFilipe Brandenburger
2015-06-17load-fragment: use unquote_first_word in config_parse_execFilipe Brandenburger
2015-06-01load-fragment: use UNESCAPE_RELAX flag to parse exec directivesDaniel Mack
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-21util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-23core: fix parsing of mount flagsLennart Poettering
2015-04-10core: set_put never returns -EEXISTRonny Chevalier
2015-04-08IndentationZbigniew Jędrzejewski-Szmek
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-03-14core: remove left-over debug messageZbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-07core/load-fragment: safe_close() protects errnoZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-01config_parse_set_status: put signals in the correct setMichael Olbrich
2015-01-26treewide: fix multiple typosTorstein Husebø
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-11core/load-fragment: avoid allocating 0 bytes when given an invalid commandZbigniew Jędrzejewski-Szmek
2015-01-07conf-parse: don't accept invalid bus names as BusName= arguments in service u...Lennart Poettering
2014-12-18load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek
2014-12-18core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek