summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-2731-4/+35
* util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering2015-10-271-1/+2
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-273-1/+4
* util-lib: move web-related calls into web-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-273-3/+3
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-276-4/+10
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-6/+7
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-274-4/+8
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-14/+0
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-275-4/+10
* util: remove lookup_uid(), replace by uid_to_name()Lennart Poettering2015-10-261-0/+53
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-262-1/+3
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-1/+2
* test: "today UTC" is not always "today UTC"Hristo Venev2015-10-251-1/+8
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-2515-18/+34
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-2441-87/+128
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-15/+11
* Merge pull request #1641 from poettering/btrfs-quotaDaniel Mack2015-10-231-10/+58
|\
| * btrfs: beef-up btrfs support with a limited understanding of quotaLennart Poettering2015-10-221-10/+58
* | util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX modeEvgeny Vereshchagin2015-10-221-0/+6
|/
* test: add calendarspec UTC testsHristo Venev2015-10-151-0/+47
* test: parse_timestamp UTC and fractional seconds testsHristo Venev2015-10-151-7/+34
* Merge pull request #1484 from poettering/ask-pass-kernel-keyringDaniel Mack2015-10-071-2/+25
|\
| * ask-password: add support for caching passwords in the kernel keyringLennart Poettering2015-10-071-2/+25
* | basic: fix env expansion for strings leading with two dollar signsMichal Schmidt2015-10-071-1/+5
* | siphash24: unify APITom Gundersen2015-10-061-16/+8
* | test: hashmap - increase number of entries for crippled hash testMichal Schmidt2015-10-061-1/+1
|/
* Merge pull request #1465 from teg/siphash24Lennart Poettering2015-10-063-7/+82
|\
| * hashmap: refactor hash_funcTom Gundersen2015-10-052-7/+4
| * test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen2015-10-051-1/+1
| * test: siphash24 - verify internal state and composabilityTom Gundersen2015-10-051-1/+32
| * test: siphash24 - add regression testTom Gundersen2015-10-051-0/+47
* | Merge pull request #1468 from poettering/fdnamesTom Gundersen2015-10-062-6/+47
|\ \
| * | core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-062-6/+47
| |/
* | util: rework fgetxattrat_fake() to use O_PATHLennart Poettering2015-10-021-0/+35
|/
* basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering2015-09-301-10/+11
* util: rename parse_cpu_set() to parse_cpu_set_and_warn()Lennart Poettering2015-09-301-8/+8
* fileio: make get_status_field() more genericAaro Koskinen2015-09-301-4/+4
* systemctl: move strv_skip_first() out of systemctl.cLennart Poettering2015-09-291-0/+23
* util: Add test for parse_cpu_setFilipe Brandenburger2015-09-241-0/+59
* s390: add personality supportHendrik Brueckner2015-09-241-2/+6