summaryrefslogtreecommitdiff
path: root/src/test/test-unit-file.c
AgeCommit message (Expand)Author
2016-09-14Merge pull request #4133 from keszybz/strerror-removalMartin Pitt
2016-09-13tests: get rid of strerrorZbigniew Jędrzejewski-Szmek
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
2016-05-20basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin
2016-04-29core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus
2016-04-12tests: override XDG_RUNTIME_DIR where we use the user runtime dirLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering
2016-01-26Merge pull request #2306 from walyong/exec_v01Lennart Poettering
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2016-01-12test: pass temporary allocated unit to config_parse_exec()WaLyong Cho
2015-11-27core: fix rlimit parsingEvgeny Vereshchagin
2015-11-25core: support <soft:hard> ranges for RLIMIT optionsKarel Zak
2015-11-12core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering
2015-11-11tests: add test for config_parse_pass_environEvgeny Vereshchagin
2015-11-10core: accept time units for time-based resource limitsLennart Poettering
2015-10-30tests: add test for capability bounding set parsingEvgeny Vereshchagin
2015-10-29test: add test for capability bounding set parsingEvgeny Vereshchagin
2015-10-27util-lib: split out allocation calls into alloc-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-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-17tests: additional cases in test-unit-fileFilipe Brandenburger
2015-06-03test-unit-file.c: fixup the test for commit 3b51f8ddd5Harald Hoyer
2015-06-01test-unit-file: add test for improperly escaped exec stringDaniel Mack
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-11core/load-fragment: avoid allocating 0 bytes when given an invalid commandZbigniew Jędrzejewski-Szmek
2015-01-11test-unit-file: don't access out-of-bounds memoryZbigniew Jędrzejewski-Szmek
2014-12-18load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek
2014-12-18test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek
2014-11-23test: support empty environment variables in unit filesIago López Galeiras
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-07-03machinectl: show /etc/os-release information of container in status outputLennart Poettering
2014-05-25test-unit-file: skip if unit_file_get_list returns permission deniedCristian Rodríguez
2014-02-20macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering
2014-01-28always use the same code for creating temporary filesLennart Poettering
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering
2013-08-22test: Make testing work on systems without or old systemdHolger Hans Peter Freyther
2013-07-30test-unit-file: return error without dumping core on permission errorChristian Hesse
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek