summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering2014-06-041-2/+2
* core: add new ReadOnlySystem= and ProtectedHome= settings for service unitsLennart Poettering2014-06-031-0/+2
* test-path-util: add tests for path_make_relative()Tanu Kaskinen2014-05-251-0/+22
* test-unit-file: skip if unit_file_get_list returns permission deniedCristian Rodríguez2014-05-251-0/+6
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-154-11/+12
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-151-3/+2
* shared: add ring bufferDavid Herrmann2014-05-131-0/+135
* shared: add ALIGN_POWER2 macroDavid Herrmann2014-05-131-0/+31
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-241-1/+1
* test-path-util: fix running with separate build dirZbigniew Jędrzejewski-Szmek2014-04-171-4/+4
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-141-24/+0
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-121-0/+2
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-121-0/+11
* sd-rtnl: fix broken test cases and add support for tunnelSusant Sahani2014-04-031-6/+4
* sd-rtnl: add support for tunnel attributesSusant Sahani2014-03-251-0/+154
* time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering2014-03-251-0/+1
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering2014-03-191-0/+20
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek2014-03-151-0/+12
* util: add hexdump() call to create pretty hexdumps of dataLennart Poettering2014-03-141-0/+20
* logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering2014-03-141-0/+32
* macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering2014-03-121-1/+0
* Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek2014-03-021-4/+15
* Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek2014-03-021-5/+37
* virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen2014-02-241-1/+1
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-231-16/+16
* replace tabs with spaces in some filesJason St. John2014-02-211-2/+2
* core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering2014-02-211-0/+52
* macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering2014-02-201-4/+8
* make gcc shut upLennart Poettering2014-02-194-5/+5
* core: rework cgroup mask propagationLennart Poettering2014-02-171-11/+37
* syscallfilter: port to libseccompRonny Chevalier2014-02-121-3/+0
* test: fix "make check"Lennart Poettering2014-02-121-16/+0
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-111-16/+0
* core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek2014-02-081-0/+17
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-2/+2
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-291-6/+6
* always use the same code for creating temporary filesLennart Poettering2014-01-284-16/+24
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-282-0/+77
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-201-0/+1
* strv: multiple cleanupsSimon Peeters2014-01-051-49/+28
* shared: add simplistic XML parser for usage in the D-Bus policy language comp...Lennart Poettering2013-12-281-0/+83
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-13/+13
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-2/+2
* bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2013-12-241-0/+16
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-4/+4
* Fix extraction of _SYSTEMD_USER_UNITZbigniew Jędrzejewski-Szmek2013-12-231-3/+16
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-2/+6
* tests: fix buildLennart Poettering2013-12-181-3/+0