index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add tests to ensure that the capabilities are properly set
Ronny Chevalier
2015-10-29
1
-2
/
+27
*
test: add test for capability bounding set parsing
Evgeny Vereshchagin
2015-10-29
1
-0
/
+46
*
test-parse-util: Move parse-util tests into their own test case
Filipe Brandenburger
2015-10-28
2
-419
/
+452
*
test-extract-word: Move extract-word tests into their own test case
Filipe Brandenburger
2015-10-28
2
-510
/
+546
*
Merge pull request #1703 from ronnychevalier/rc/test_execute_check_nobody2
Lennart Poettering
2015-10-28
1
-3
/
+9
|
\
|
*
test-execute: check if nobody exists before running some tests
Ronny Chevalier
2015-10-28
1
-3
/
+9
*
|
cpu-set-util: Support ranges in parse_cpu_set_and_warn
Filipe Brandenburger
2015-10-28
1
-2
/
+46
*
|
parse-util: Introduce new parse_range function
Filipe Brandenburger
2015-10-28
1
-0
/
+180
*
|
cpu-set-util: Accept commas as separators in parse_cpu_set_and_warn
Filipe Brandenburger
2015-10-28
1
-2
/
+15
|
/
*
process-util: rename get_parent_of_pid() → get_process_ppid()
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
31
-4
/
+35
*
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
3
-1
/
+4
*
util-lib: move web-related calls into web-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
3
-3
/
+3
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
6
-4
/
+10
*
util-lib: split xattr-related calls into xattr-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out resource limits related calls into rlimit-util.[ch]
Lennart Poettering
2015-10-27
1
-6
/
+7
*
util: move filename_is_valid() and path_is_safe() to path-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move fstab_node_to_udev_node() to fstab-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
4
-4
/
+8
*
util: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-27
1
-14
/
+0
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
5
-4
/
+10
*
util: remove lookup_uid(), replace by uid_to_name()
Lennart Poettering
2015-10-26
1
-0
/
+53
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
2
-1
/
+3
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-1
/
+2
*
test: "today UTC" is not always "today UTC"
Hristo Venev
2015-10-25
1
-1
/
+8
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
15
-18
/
+34
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
41
-87
/
+128
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-0
/
+1
*
path-util: rework find_binary(), fsck_exists() and mkfs_exists()
Lennart Poettering
2015-10-24
1
-15
/
+11
*
Merge pull request #1641 from poettering/btrfs-quota
Daniel Mack
2015-10-23
1
-10
/
+58
|
\
|
*
btrfs: beef-up btrfs support with a limited understanding of quota
Lennart Poettering
2015-10-22
1
-10
/
+58
*
|
util: allow unbalanced double quote in EXTRACT_QUOTES|EXTRACT_RELAX mode
Evgeny Vereshchagin
2015-10-22
1
-0
/
+6
|
/
*
test: add calendarspec UTC tests
Hristo Venev
2015-10-15
1
-0
/
+47
*
test: parse_timestamp UTC and fractional seconds tests
Hristo Venev
2015-10-15
1
-7
/
+34
*
Merge pull request #1484 from poettering/ask-pass-kernel-keyring
Daniel Mack
2015-10-07
1
-2
/
+25
|
\
|
*
ask-password: add support for caching passwords in the kernel keyring
Lennart Poettering
2015-10-07
1
-2
/
+25
*
|
basic: fix env expansion for strings leading with two dollar signs
Michal Schmidt
2015-10-07
1
-1
/
+5
*
|
siphash24: unify API
Tom Gundersen
2015-10-06
1
-16
/
+8
*
|
test: hashmap - increase number of entries for crippled hash test
Michal Schmidt
2015-10-06
1
-1
/
+1
|
/
*
Merge pull request #1465 from teg/siphash24
Lennart Poettering
2015-10-06
3
-7
/
+82
|
\
|
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
2
-7
/
+4
|
*
test: hashmap - cripple the hash function by truncating the input rather than...
Tom Gundersen
2015-10-05
1
-1
/
+1
|
*
test: siphash24 - verify internal state and composability
Tom Gundersen
2015-10-05
1
-1
/
+32
[next]