chiark / gitweb /
systemctl: suppress duplicate newline if there's not log output in "systemctl status"
[elogind.git] / src / test /
2014-03-12 Lennart Poetteringmacro: make sure we can use IN_SET() also with complex...
2014-03-02 Zbigniew Jędrzejew... Disallow sizes with increasing unit size
2014-03-02 Zbigniew Jędrzejew... Allow fractional parts in disk sizes
2014-02-24 Thomas Hindoe Paab... virt: make Virtualization an anonymous enum
2014-02-23 Lennart Poetteringcore: clean up some confusing regarding SI decimal...
2014-02-21 Jason St. Johnreplace tabs with spaces in some files
2014-02-21 Lennart Poetteringcore: add new ConditionArchitecture() that checks the...
2014-02-20 Lennart Poetteringmacro: add nice macro for disabling -Wnonnull temporarily
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-17 Lennart Poetteringcore: rework cgroup mask propagation
2014-02-12 Ronny Chevaliersyscallfilter: port to libseccomp
2014-02-12 Lennart Poetteringtest: fix "make check"
2014-02-11 Lennart Poetteringutil: drop parse_user_at_host() since its unused now
2014-02-08 Zbigniew Jędrzejew... core: do not print invalid utf-8 in error messages
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2014-01-29 Zbigniew Jędrzejew... Get rid of write_safe
2014-01-28 Lennart Poetteringalways use the same code for creating temporary files
2014-01-28 Zbigniew Jędrzejew... journal: guarantee async-signal-safety in sd_journald_sendv
2014-01-20 Lennart Poetteringexec: introduce PrivateDevices= switch to provide servi...
2014-01-05 Simon Peetersstrv: multiple cleanups
2013-12-28 Lennart Poetteringshared: add simplistic XML parser for usage in the...
2013-12-26 Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-26 Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-12-24 Lennart Poetteringbus: properly shift cgroup data returned from kdbus...
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-22 Zbigniew Jędrzejew... Fix extraction of _SYSTEMD_USER_UNIT
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-18 Lennart Poetteringtests: fix build
2013-12-14 Thomas Hindoe Paab... Add more _printf_'s for format-nonliterals
2013-12-13 Lennart Poetteringnamespace: include boot id in private tmp directories
2013-12-12 Thomas Hindoe Paab... scan-build: silence some warnings
2013-12-12 Thomas Hindoe Paab... test-fileio: replace mktemp with mkstemp to avoid warnings
2013-12-11 Lennart Poetteringjournald: cache cgroup root path, instead of querying...
2013-12-10 Thomas Hindoe Paab... fix scan-build issues
2013-12-08 Kay Sieverstest: cgroup-util - do not fail if cpu controller is...
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-12-02 Lennart Poetteringmacro: add a macro to test whether a value is in a...
2013-11-30 Lennart Poetteringcore: allocate a kdbus bus for each systemd instance...
2013-11-28 Lennart Poetteringutil: fix handling of trailing whitespace in split_quoted()
2013-11-27 Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-22 Kay Sieverstest: test-sched-prio - skip if XDG_RUNTIME_DIR is...
2013-11-22 David Strausscgroups: Cache controller masks and optimize queues.
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-20 Lennart Poetteringtest: exit early if we would conflict with running...
2013-11-07 Daniel Buchtest-strv: add strv_split, strv_split_newline, strv_rem...
2013-11-07 Lennart Poetteringutf8: ascii_filter() is unused, let's remove it
2013-10-29 Lennart Poetteringstrv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macro...
2013-10-29 Lennart Poetteringstrv: introduce new strv_from_stdarg_alloca() macro...
2013-10-27 Daniel Buchtest-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDS
2013-10-23 Zbigniew Jędrzejew... systemd: use unit name in PrivateTmp directories
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Fix write-only use of a few variables
2013-10-13 Shawn Landdentest: test for ellipsize
2013-10-09 Lennart Poetteringtests: fix some memory leaks in tests
2013-10-06 Dave Reisnershared/util: fix off-by-one error in tag_to_udev_node
2013-10-06 Zbigniew Jędrzejew... utf8: fix utf8_is_printable
2013-09-30 Lennart Poetteringhashmap: size hashmap bucket array dynamically
2013-09-29 Zbigniew Jędrzejew... Fix buffer overrun when enumerating files
2013-09-26 Lennart Poetteringutil: properly handle the root dir in PATH_FOREACH_PREFIX
2013-09-26 Zbigniew Jędrzejew... test-hashmap: fix access to uninitialized memory
2013-09-25 Lennart Poetteringutil: add macro for iterating through all prefixes...
2013-09-24 Kay Sieverssupport acpi firmware performance data (FPDT)
2013-09-19 Zbigniew Jędrzejew... Add more tests and fix capability logging
2013-09-19 Dave Reisnertest-utf8: add more tests for public functions
2013-09-19 Dave Reisnerdevice-nodes: move device node specific code to own...
2013-09-19 Dave Reisnershared/utf8: merge implementations, remove cruft
2013-09-17 Zbigniew Jędrzejew... test-fileio: assume that Buffers may be missing
2013-09-17 Zbigniew Jędrzejew... Make test-login and test-sleep output debugging
2013-09-17 Dave ReisnerUse udev_encode_string in fstab_node_to_udev_node
2013-09-17 Dave Reisnermove utf8 functions from libudev-private.h to utf8.h
2013-09-17 Lennart Poetteringtmpfiles: support simple specifier expansion for specif...
2013-09-17 Lennart Poetteringspecifier: rework specifier calls to return proper...
2013-09-16 Zbigniew Jędrzejew... Assume that /proc/meminfo can be missing
2013-09-13 Zbigniew Jędrzejew... Advertise hibernation only if there's enough free swap
2013-09-12 Zbigniew Jędrzejew... Allow tabs in environment files
2013-09-09 Zbigniew Jędrzejew... run: allow non-absolute paths as command
2013-09-09 Zbigniew Jędrzejew... systemd-run: properly escape arguments
2013-08-22 Holger Hans Peter... test: Make testing work on systems without or old systemd
2013-08-15 Thomas Hindoe Paab... tests: fix indentation
2013-08-14 Zbigniew Jędrzejew... hostnamectl: show only specific hostname when requested
2013-07-30 Christian Hessetest-unit-file: return error without dumping core on...
2013-07-30 Zbigniew Jędrzejew... test-fileio: use random name for written file
2013-07-26 Zbigniew Jędrzejew... journalctl: use _COMM= match for scripts
2013-07-18 Kay Sieverstests: skip tests when executed without privileges...
2013-07-18 Lennart Poetteringutil: add split_pair() for splitting foo=bar strings
2013-07-16 Zbigniew Jędrzejew... test-tables: allow sparse tables and check mapping...
2013-07-15 Thomas Hindoe Paab... tests: add more tests for shared/util.c
2013-07-14 Zbigniew Jędrzejew... test: add trivial test for syscall table and extend...
2013-07-12 Zbigniew Jędrzejew... test-path-util,test-sched-prio: uninitialize manager...
2013-07-11 Lennart Poetteringcgroup: simplify how instantiated units are mapped...
2013-07-10 Lennart Poetteringcore: serialize/deserialize bus subscribers
2013-07-05 Zbigniew Jędrzejew... tests: add tests for string lookup tables
2013-07-02 Lennart Poetteringlibsystemd-logind: fix detection of session/user/machin...
2013-06-27 Jan Janssentest: Add list testcase
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-06-20 Lennart Poetteringlogin: add an api to determine the slice a PID is locat...
2013-06-20 Lennart Poetteringlogind: add infrastructure to keep track of machines...
next