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
*
basic/log: add the log_struct terminator to macro
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-6
/
+3
*
Merge pull request #9167 from keszybz/ellipsization
Lennart Poettering
2018-06-04
2
-9
/
+85
|
\
|
*
test-ellipsize: add tests for ellipsize_mem, fix bugs
Zbigniew Jędrzejewski-Szmek
2018-06-02
2
-9
/
+85
*
|
Merge pull request #9149 from yuwata/fix-9107
Zbigniew Jędrzejewski-Szmek
2018-06-04
3
-11
/
+36
|
\
\
|
*
|
conf-parser: remove redundant utf8-validity check
Yu Watanabe
2018-06-03
1
-1
/
+1
|
*
|
test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=
Yu Watanabe
2018-06-03
1
-0
/
+1
|
*
|
conf-parse: use path_simplify_and_warn() in config_parse_path()
Yu Watanabe
2018-06-03
1
-0
/
+1
|
*
|
path-util: make path_make_relative() support path including dots
Yu Watanabe
2018-06-03
1
-1
/
+1
|
*
|
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-9
/
+32
*
|
|
test: fix function name
Yu Watanabe
2018-06-04
1
-2
/
+2
|
/
/
*
|
Merge pull request #9156 from shr-project/jansa/gcc8
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-1
/
+30
|
\
\
|
|
/
|
/
|
|
*
test-time-util: print names of test functions
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-1
/
+30
*
|
basic: set errno in raw_clone() on sparc
Mike Gilbert
2018-06-02
1
-0
/
+4
*
|
process-util: also filter non-printable characters in get_process_com()
Lennart Poettering
2018-06-01
1
-0
/
+33
*
|
string-util: tweak cellescape() a bit
Lennart Poettering
2018-06-01
1
-10
/
+68
*
|
missing: define kernel internal limit TASK_COMM_LEN in userspace too
Lennart Poettering
2018-06-01
1
-1
/
+1
|
/
*
Merge pull request #9014 from keszybz/fuzz-journal-remote
Lennart Poettering
2018-05-31
2
-12
/
+35
|
\
|
*
Use const char* for timestamp strings which we don't plan to modify
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-11
/
+8
|
*
Always allow timestamps to be printed
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1
/
+2
|
*
basic/string-util: add a convenience function to cescape mostly-ascii fields
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+25
*
|
coccinelle says we should use EOPNOTSUPP rather than ENOTSUP
Lennart Poettering
2018-05-31
1
-1
/
+1
|
/
*
string-util: add new memory_startswith() helper
Lennart Poettering
2018-05-30
1
-0
/
+13
*
test-tables,test-network-tables: add a few more tests
Zbigniew Jędrzejewski-Szmek
2018-05-28
1
-0
/
+18
*
test-tables*: sort
Zbigniew Jędrzejewski-Szmek
2018-05-28
1
-4
/
+4
*
conf-files: beef up conf-files.[ch] a bit
Lennart Poettering
2018-05-24
1
-9
/
+19
*
os-util: add helpers for finding /etc/os-release
Lennart Poettering
2018-05-24
3
-7
/
+26
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
1
-1
/
+1
*
fd-util: add new helper call fd_duplicate_data_fd()
Lennart Poettering
2018-05-24
1
-0
/
+88
*
Merge pull request #8817 from yuwata/cleanup-nsflags
Lennart Poettering
2018-05-24
2
-19
/
+29
|
\
|
*
test: add tests for merging RestrictNamespaces=
Yu Watanabe
2018-05-05
1
-0
/
+3
|
*
nsflsgs: drop namespace_flag_{from,to}_string()
Yu Watanabe
2018-05-05
1
-19
/
+26
*
|
test-sizeof: show that a small 64 field is not enough to force the enum to be...
Zbigniew Jędrzejewski-Szmek
2018-05-22
1
-1
/
+10
*
|
Merge pull request #8981 from keszybz/ratelimit-and-dbus
Lennart Poettering
2018-05-18
1
-6
/
+6
|
\
\
|
*
|
Rename ratelimit_test to ratelimit_below
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-6
/
+6
*
|
|
Merge pull request #8993 from keszybz/sd-resolve-coverity-and-related-fixes
Lennart Poettering
2018-05-18
6
-16
/
+16
|
\
\
\
|
*
|
|
test-copy: remove unnecessary initialization
Zbigniew Jędrzejewski-Szmek
2018-05-14
1
-3
/
+3
|
*
|
|
tree-wide: do not wrap assert_se in extra parentheses
Zbigniew Jędrzejewski-Szmek
2018-05-14
6
-13
/
+13
*
|
|
|
fs-util,test: add helper to remove tempfiles
Zbigniew Jędrzejewski-Szmek
2018-05-18
3
-52
/
+31
*
|
|
|
core: move config_parse_limit() to the generic conf-parser.[ch]
Lennart Poettering
2018-05-17
1
-20
/
+21
*
|
|
|
rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefix
Lennart Poettering
2018-05-17
1
-2
/
+34
*
|
|
|
core: undo the dependency inversion between unit.h and all unit types
Felipe Sateler
2018-05-15
6
-0
/
+6
|
/
/
/
*
/
/
test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)
Yu Watanabe
2018-05-14
1
-1
/
+1
|
/
/
*
|
test: add tests for unit_name_from_dbus_path()
Yu Watanabe
2018-05-13
1
-0
/
+295
*
|
Merge pull request #8962 from floppym/issue8905
Zbigniew Jędrzejewski-Szmek
2018-05-13
1
-4
/
+4
|
\
\
|
*
|
basic: add log_level argument to timezone_is_valid
Mike Gilbert
2018-05-12
1
-4
/
+4
*
|
|
Merge pull request #8924 from yuwata/fix-3682
Zbigniew Jędrzejewski-Szmek
2018-05-11
1
-96
/
+87
|
\
\
\
|
*
|
|
test: do not call alloca() inside the list of arguments
Yu Watanabe
2018-05-11
1
-86
/
+57
|
*
|
|
hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()
Yu Watanabe
2018-05-11
1
-10
/
+30
*
|
|
|
terminal-util: add a function that shows a pretty separator line
Lennart Poettering
2018-05-11
1
-0
/
+2
*
|
|
|
Merge pull request #8953 from yuwata/bus-macro
Lennart Poettering
2018-05-11
1
-2
/
+2
|
\
\
\
\
[next]