chiark / gitweb /
bus: properly detect and handle if a callback is installed/removed from within a...
[elogind.git] / src / test /
2013-04-04 Lennart Poetteringutil: make time formatting a bit smarter
2013-04-03 Lennart Poetteringtime: add suppot for fractional time specifications
2013-04-03 Lennart Poetteringfileio: write proper env var write-out code
2013-04-03 Lennart Poetteringshared: rework env file reader
2013-03-30 Zbigniew Jędrzejew... test-path-util: fix another stupid test failure
2013-03-29 Zbigniew Jędrzejew... test-path-util: fix botched test
2013-03-29 Zbigniew Jędrzejew... tests: add some silly tests for path-util.c
2013-03-27 Zbigniew Jędrzejew... tests: skip bus test if bus cannot be opened
2013-03-27 Zbigniew Jędrzejew... tests: fix size_t in format string
2013-03-27 Zbigniew Jędrzejew... Simplify the meaning of %s
2013-03-22 Lennart Poetteringutil: be more picky when validating hostnames
2013-03-21 Lennart Poetteringshared: add simple priority queue implementation
2013-03-18 Daniel Buchtest-strv.c: test STRV_FOREACH_PAIR macro
2013-03-16 Michal Sekletarcore: reuse the same /tmp, /var/tmp and inaccessible dir
2013-03-09 Zbigniew Jędrzejew... Fix typos of /etc/systemd/systemd
2013-03-07 Thomas Hindoe Paab... test-util: add more tests
2013-03-05 Lennart Poetteringutil: properly escape corner cases in bus_path_escape...
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-26 Daniel Buchtest-util.c: added hexchar, unhexchar, octchar, unoctch...
2013-02-25 Thomas Hindoe Paab... tests: add a few more tests to test-util.c
2013-02-20 Thomas Hindoe Paab... tests: more tests for util.c
2013-02-18 Daniel Buchtest-strv.c: ported test_specifier_printf() to _cleanup...
2013-02-18 Daniel Buchtest-strv.c: added OOM check for current tests
2013-02-18 Daniel Buchtest-strv.c: added strv_split_nulstr() test
2013-02-18 Thomas Hindoe Paab... tests: add test of memdup_multiply
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Daniel Buchtest-strv.c: Changed assert() to assert_se()
2013-02-13 Daniel Buchtest-strv.c: added strv_append test
2013-02-13 Daniel Buchtest-strv.c: added strv_merge_concat test
2013-02-13 Daniel Buchtest-strv.c: added strv_merge test
2013-02-13 Thomas Hindoe Paab... use streq instead of strcmp
2013-02-13 Aleksander Morgadotest-udev: include missing.h
2013-02-13 Zbigniew Jędrzejew... tests: add test for continuation lines with comments
2013-02-11 Thomas Hindoe Paab... tests: more tests
2013-02-11 Lennart Poetteringtest-env-replace: better user assert_se() everywhere
2013-02-11 Lennart Poetteringenv: considerably beef up environment cleaning logic
2013-02-10 Thomas Hindoe Paab... tests: add tests of strxcpyx
2013-02-09 Thomas Hindoe Paab... tests: add test of strbuf
2013-02-07 Thomas Hindoe Paab... tests: add more tests
2013-02-07 Thomas Hindoe Paab... test-env-replace: assert results instead of printing...
2013-02-07 Zbigniew Jędrzejew... tests: skip tests if manager cannot be created
2013-02-06 Thomas Hindoe Paab... tests: move strv_parse_nulstr to test-strv, and actuall...
2013-02-06 Thomas Hindoe Paab... strv: add strv_print
2013-02-06 Zbigniew Jędrzejew... tests: run manager in session mode
2013-02-06 Thomas Hindoe Paab... test: add a few tests and tidy up
2013-01-31 Daniel Buchtest-strv.c: test strv_join added
2013-01-31 Daniel Buchtest-strv.c: Split tests into seperate functions
2013-01-30 Zbigniew Jędrzejew... tests: add test for unit name printing
2013-01-30 Zbigniew Jędrzejew... tests: compress unit name tests and add more asserts
2013-01-30 Zbigniew Jędrzejew... tests: add test for install_full_printf()
2013-01-19 Lennart Poetteringcore: if the bootloader supports it, determine firmware...
2013-01-18 Zbigniew Jędrzejew... core/cgroup-util: simplify functions and add tests
2013-01-18 Zbigniew Jędrzejew... util: modernization and test for load_env_file
2013-01-14 Lennart Poetteringcore: add bus API and systemctl commands for altering...
2013-01-09 Kay Sieversudev: move string copy functions to shared/
2013-01-07 Tom GundersenMerge nss-myhostname
2012-12-23 Lennart Poetteringjournalctl: strip TABs and ANSI color sequences from...
2012-11-23 Lennart Poetteringtime-util: teach parse_timestamp to parse weekdays
2012-11-23 Lennart Poetteringutil: teach parse_timestamp() to parse results of forma...
2012-11-23 Lennart Poetteringtest: extend calendarspec test a bit
2012-11-23 Lennart Poetteringtimer: implement calendar time events
2012-11-15 Holger Hans Peter... sched: Only setting CPUSchedulingPriority=rr doesn...
2012-11-15 Zbigniew Jędrzejew... core: lift restriction on order of - and @ in ExecStart
2012-11-15 Oleksii Shevchukcore: interpret \; token in ExecStart as escaped ;
2012-11-15 Zbigniew Jędrzejew... tests: add tests for config_parse_exec
2012-11-14 Lennart Poetteringshared: add API for replacing @FOO@ style variables...
2012-11-12 Kay Sieversuse the same email address everywhere
2012-10-27 Lennart Poetteringlogind: support for hybrid sleep (i.e. suspend+hibernat...
2012-10-27 Kay Sieverslibudev: import hwdb and export lookup interface
2012-10-11 Lennart Poetteringjournalctl: implement --since= and --until for filterin...
2012-10-08 Kay Sieversudev: fix test
2012-09-24 Lennart Poetteringlog: fix repeated invocation of vsnprintf()/vaprintf...
2012-09-19 Lennart Poetteringutil: fix bad strstrip() return value in normalize_env_...
2012-09-18 Zbigniew Jędrzejew... core: move ManagerRunningAs to shared
2012-09-16 Zbigniew Jędrzejew... install: treat non-existent directory as empty
2012-09-12 Lennart Poetteringtest: extend unit-name test a bit
2012-09-12 Lennart Poetteringunit-name: rework unit_name_replace_instance function()
2012-09-10 Lennart Poetteringwhen determining unit file list, include invalid unit...
2012-09-04 Lennart Poetteringjournal: generate structured journal messages for a...
2012-08-13 Lennart Poetteringnamespace: rework namespace support
2012-07-22 Zbigniew Jędrzejew... test: correct enum misassignment
2012-07-15 Kay Sieversudev: get rid of TEST_PREFIX and use unshare() to fake...
2012-06-25 Lennart Poetteringcryptsetup: fix escaping when generating cryptsetup...
2012-06-22 Lennart Poetteringsystemctl: automatically turn paths and unescaped unit...
2012-05-31 Kay SieversRevert "label: fix systemd-udev labeling of /run direct...
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-30 Daniel J Walshlabel: fix systemd-udev labeling of /run directory.
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-25 Michal Schmidtcore: add NOP jobs, job type collapsing
2012-04-17 Kay Sieversselinux: unify systemd and udev code
2012-04-16 Kay Sieversudev: replace util_create_path() with mkdir_parents()
2012-04-16 Kay Sieversudev: use startswith() and streq()
2012-04-16 Kay Sieversudev: remove configuration options for /dev, /sys,...
2012-04-14 Kay Sieversudev: test - move test/ and src/test/
2012-04-12 Lennart Poetteringtest: test tools should still be in the src/ directory