aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-211-3/+5
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-25/+64
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-0/+20
* Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek2013-06-101-0/+39
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-061-6/+24
* cgroup: when escaping a cgroup object name, also escape names that start with...Lennart Poettering2013-05-031-0/+4
* test-hashmap.c: add unit-test for hashmapDaniel Buch2013-05-031-0/+508
* cgls: add --machine/-MZbigniew Jędrzejewski-Szmek2013-05-011-1/+1
* id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering2013-04-301-2/+25
* Use attribute(unused) in PROTECT_ERRNOZbigniew Jędrzejewski-Szmek2013-04-251-0/+11
* util: rework safe_atod() to be locale-independentLennart Poettering2013-04-251-1/+37
* cgroup: always validate cgroup controller namesLennart Poettering2013-04-241-0/+14
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-1/+1
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-221-7/+33
* nspawn: suffix the nspawn cgroups with ".nspawn"Lennart Poettering2013-04-221-0/+40
* fileio.c: do not parse comments after non-whitespace charsHarald Hoyer2013-04-181-12/+14
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-182-17/+17
* core/execute: report invalid environment variables from filesHarald Hoyer2013-04-171-35/+44
* fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer2013-04-171-5/+15
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-171-10/+10
* core: log a few more things under UNIT=...Zbigniew Jędrzejewski-Szmek2013-04-171-0/+3
* util: make generation of profcs PID paths nicerLennart Poettering2013-04-161-0/+46
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-162-13/+33
* core: always create /user and /machine top-level cgroup dirsLennart Poettering2013-04-151-4/+4
* bus: handle env vars safelyLennart Poettering2013-04-151-12/+64
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-131-0/+31
* test-strv: do not declare table to be sorted constZbigniew Jędrzejewski-Szmek2013-04-051-1/+1
* journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63UCristian Rodríguez2013-04-051-0/+11
* util: make time formatting a bit smarterLennart Poettering2013-04-042-2/+52
* time: add suppot for fractional time specificationsLennart Poettering2013-04-031-0/+86
* fileio: write proper env var write-out codeLennart Poettering2013-04-031-2/+25
* shared: rework env file readerLennart Poettering2013-04-032-25/+126
* test-path-util: fix another stupid test failureZbigniew Jędrzejewski-Szmek2013-03-291-6/+10
* test-path-util: fix botched testZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* tests: add some silly tests for path-util.cZbigniew Jędrzejewski-Szmek2013-03-281-0/+85
* tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek2013-03-262-7/+7
* tests: fix size_t in format stringZbigniew Jędrzejewski-Szmek2013-03-261-1/+1
* Simplify the meaning of %sZbigniew Jędrzejewski-Szmek2013-03-261-2/+2
* util: be more picky when validating hostnamesLennart Poettering2013-03-221-0/+14
* shared: add simple priority queue implementationLennart Poettering2013-03-211-0/+166
* test-strv.c: test STRV_FOREACH_PAIR macroDaniel Buch2013-03-181-0/+15
* core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar2013-03-151-1/+13
* Fix typos of /etc/systemd/systemdZbigniew Jędrzejewski-Szmek2013-03-091-2/+2
* test-util: add more testsThomas Hindoe Paaboel Andersen2013-03-071-0/+43
* util: properly escape corner cases in bus_path_escape(), tooLennart Poettering2013-03-051-0/+24
* test-util.c: added hexchar, unhexchar, octchar, unoctchar, decchar, undecchar...Daniel Buch2013-02-261-0/+37
* tests: add a few more tests to test-util.cThomas Hindoe Paaboel Andersen2013-02-251-4/+67
* tests: more tests for util.cThomas Hindoe Paaboel Andersen2013-02-201-0/+65
* test-strv.c: ported test_specifier_printf() to _cleanup_free_ + assert_se + c...Daniel Buch2013-02-181-3/+5
* test-strv.c: added OOM check for current testsDaniel Buch2013-02-181-0/+16