summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* make gcc shut upLennart Poettering2014-02-19
* core: rework cgroup mask propagationLennart Poettering2014-02-17
* syscallfilter: port to libseccompRonny Chevalier2014-02-12
* test: fix "make check"Lennart Poettering2014-02-12
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-11
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-08
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-28
* always use the same code for creating temporary filesLennart Poettering2014-01-28
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-27
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-20
* strv: multiple cleanupsSimon Peeters2014-01-05
* shared: add simplistic XML parser for usage in the D-Bus policy language comp...Lennart Poettering2013-12-28
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
* bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2013-12-24
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* Fix extraction of _SYSTEMD_USER_UNITZbigniew Jędrzejewski-Szmek2013-12-22
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* tests: fix buildLennart Poettering2013-12-18
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
* namespace: include boot id in private tmp directoriesLennart Poettering2013-12-13
* scan-build: silence some warningsThomas Hindoe Paaboel Andersen2013-12-12
* test-fileio: replace mktemp with mkstemp to avoid warningsThomas Hindoe Paaboel Andersen2013-12-12
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-11
* fix scan-build issuesThomas Hindoe Paaboel Andersen2013-12-10
* test: cgroup-util - do not fail if cpu controller is not availableKay Sievers2013-12-08
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* macro: add a macro to test whether a value is in a specified listLennart Poettering2013-12-02
* core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering2013-11-30
* util: fix handling of trailing whitespace in split_quoted()Lennart Poettering2013-11-28
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-25
* test: test-sched-prio - skip if XDG_RUNTIME_DIR is not setKay Sievers2013-11-22
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-22
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-21
* test: exit early if we would conflict with running user systemdLennart Poettering2013-11-20
* test-strv: add strv_split, strv_split_newline, strv_remove_prefixDaniel Buch2013-11-07
* utf8: ascii_filter() is unused, let's remove itLennart Poettering2013-11-07
* strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string arr...Lennart Poettering2013-10-29
* strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering2013-10-29
* test-strv.c: added STRV_FOREACH and STRV_FOREACH_BACKWARDSDaniel Buch2013-10-27
* systemd: use unit name in PrivateTmp directoriesZbigniew Jędrzejewski-Szmek2013-10-22
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-13
* test: test for ellipsizeShawn Landden2013-10-13
* tests: fix some memory leaks in testsLennart Poettering2013-10-09
* shared/util: fix off-by-one error in tag_to_udev_nodeDave Reisner2013-10-06