chiark / gitweb /
sd-dhcp-server: add support for clients requesting lease lifetime
[elogind.git] / src / test /
2014-06-06 Lennart Poetteringbus: add basic dbus1 policy parser
2014-06-04 Lennart Poetteringcore: rename ReadOnlySystem= to ProtectSystem= and...
2014-06-03 Lennart Poetteringcore: add new ReadOnlySystem= and ProtectedHome= settin...
2014-05-25 Tanu Kaskinentest-path-util: add tests for path_make_relative()
2014-05-25 Cristian Rodrígueztest-unit-file: skip if unit_file_get_list returns...
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-05-15 Kay Sieversudev: do not skip the execution of RUN when renaming...
2014-05-13 David Herrmannshared: add ring buffer
2014-05-13 David Herrmannshared: add ALIGN_POWER2 macro
2014-04-24 Michael Olbrichservice: rename StartLimitAction enum to FailureAction
2014-04-17 Zbigniew Jędrzejew... test-path-util: fix running with separate build dir
2014-04-14 Kay Sieversudev: remove seqnum API and all assumptions about seqnums
2014-04-12 Zbigniew Jędrzejew... path-util: also check for existence of binary when...
2014-04-12 Mike Gilbertfsck: Search for fsck.type in PATH
2014-04-03 Susant Sahanisd-rtnl: fix broken test cases and add support for...
2014-03-25 Susant Sahanisd-rtnl: add support for tunnel attributes
2014-03-25 Lennart Poetteringtime: support @ syntax for denoting times since the...
2014-03-24 Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18 Lennart Poetteringutil: add new FOREACH_STRING() macro as syntactic sugar...
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-15 Zbigniew Jędrzejew... timedated: use builtins for integer log and exp
2014-03-14 Lennart Poetteringutil: add hexdump() call to create pretty hexdumps...
2014-03-14 Lennart Poetteringlogind: automatically remove SysV + POSIX IPC objects...
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
next