summaryrefslogtreecommitdiff
path: root/src/test/test-unit-file.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-unit-file: add test for config_parse_log_extra_fields()Zbigniew Jędrzejewski-Szmek2017-11-161-0/+68
* tests: skip tests when cg_pid_get_path fails (#7033)Zbigniew Jędrzejewski-Szmek2017-10-101-1/+5
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-1/+1
* test: update test-unit-fileYu Watanabe2017-09-041-0/+6
* build-sys: fix the script used for generating load_fragment_gperf_nulstr (#6646)Evgeny Vereshchagin2017-08-261-0/+5
* execute: replace command flag bools by a flags fieldLennart Poettering2017-08-101-1/+1
* tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering2017-08-091-0/+2
* core/load-fragment: refuse units with errors in certain directivesZbigniew Jędrzejewski-Szmek2017-07-111-7/+7
* tests: make sure tests pass when invoked in "sudo"Lennart Poettering2016-11-021-1/+1
* Merge pull request #4133 from keszybz/strerror-removalMartin Pitt2016-09-141-4/+4
|\
| * tests: get rid of strerrorZbigniew Jędrzejewski-Szmek2016-09-131-4/+4
* | fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-5/+5
|/
* basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...Evgeny Vereshchagin2016-05-201-1/+1
* core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus2016-04-291-1/+1
* tests: override XDG_RUNTIME_DIR where we use the user runtime dirLennart Poettering2016-04-121-0/+5
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering2016-02-011-13/+16
* Merge pull request #2306 from walyong/exec_v01Lennart Poettering2016-01-261-35/+51
|\
| * test: pass temporary allocated unit to config_parse_exec()WaLyong Cho2016-01-121-35/+51
* | capabilities: keep bounding set in non-inverted format.Ismo Puustinen2016-01-121-20/+21
|/
* core: fix rlimit parsingEvgeny Vereshchagin2015-11-271-0/+21
* core: support <soft:hard> ranges for RLIMIT optionsKarel Zak2015-11-251-0/+30
* core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering2015-11-121-30/+21
* tests: add test for config_parse_pass_environEvgeny Vereshchagin2015-11-111-0/+39
* core: accept time units for time-based resource limitsLennart Poettering2015-11-101-0/+61
* tests: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-301-0/+7
* test: add test for capability bounding set parsingEvgeny Vereshchagin2015-10-291-0/+46
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-9/+10
* load-fragment: reset the list on an ExecStart= containing only whitespaceFilipe Brandenburger2015-06-171-3/+3
* load-fragment: use unquote_first_word in config_parse_execFilipe Brandenburger2015-06-171-7/+3
* tests: additional cases in test-unit-fileFilipe Brandenburger2015-06-171-2/+68
* test-unit-file.c: fixup the test for commit 3b51f8ddd5Harald Hoyer2015-06-031-1/+1
* test-unit-file: add test for improperly escaped exec stringDaniel Mack2015-06-011-0/+19
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* core: Fix assertion with empty Exec*= pathsMartin Pitt2015-05-151-0/+21
* install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering2015-05-111-4/+4
* util: Fix assertion in split() on missing 'Martin Pitt2015-04-231-0/+15
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core/load-fragment: avoid allocating 0 bytes when given an invalid commandZbigniew Jędrzejewski-Szmek2015-01-111-0/+14
* test-unit-file: don't access out-of-bounds memoryZbigniew Jędrzejewski-Szmek2015-01-111-3/+8
* load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek2014-12-181-33/+123
* test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek2014-12-181-17/+21
* test: support empty environment variables in unit filesIago López Galeiras2014-11-231-0/+22
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-26/+26