index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
path.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
cgroup: Rework unit_realize_cgroup_now to explicitly be breadth-first
Chris Down
1
-4
/
+94
2018-12-03
cgroup: Move attribute application into unit_create_cgroup
Chris Down
1
-27
/
+28
2018-12-03
network: drop unnecessary buffers
Yu Watanabe
2
-66
/
+43
2018-12-03
missing: split network related entries
Yu Watanabe
13
-706
/
+909
2018-12-03
sd-boot: remove Stall() call (#11029)
Harald Hoyer
1
-1
/
+0
2018-12-02
vxlan: minor coding style fixes.
Susant Sahani
1
-6
/
+4
2018-12-02
resolved: sort headers again
Lennart Poettering
1
-2
/
+1
2018-12-02
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
43
-603
/
+660
2018-12-02
util-lib: move open_serialization_fd() to serialize.c
Lennart Poettering
5
-23
/
+26
2018-12-02
resolved: remove duplicate #include
Lennart Poettering
1
-1
/
+0
2018-12-02
test: remove duplicate #include
Lennart Poettering
1
-1
/
+0
2018-12-02
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
90
-389
/
+477
2018-12-02
util-lib: don't include fileio.h from fileio-label.h
Lennart Poettering
7
-8
/
+8
2018-12-02
test: remove unnecessary include
Lennart Poettering
1
-1
/
+0
2018-12-02
test: (void)ify unlink() call
Lennart Poettering
1
-1
/
+1
2018-12-02
fileio: remove unnecessary initialization
Lennart Poettering
1
-1
/
+1
2018-12-02
fileio: include ctype.h with <> rather than ""
Lennart Poettering
1
-1
/
+1
2018-12-02
core,run: make SocketProtocol= accept protocol name in upper case an protocol...
Yu Watanabe
2
-8
/
+5
2018-12-02
network: make IPProtocol= also accept IP protocol number
Yu Watanabe
2
-8
/
+5
2018-12-02
network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=
Yu Watanabe
7
-8
/
+8
2018-12-02
test: add tests for ip_protocol_{from,to}_name()
Yu Watanabe
3
-1
/
+71
2018-12-02
util: introduce parse_ip_protocol()
Yu Watanabe
2
-1
/
+33
2018-12-02
util: cast smaller type to large type
Yu Watanabe
5
-6
/
+6
2018-12-02
util: rename socket_protocol_{from,to}_name() to ip_protocol_{from,to}_name()
Yu Watanabe
12
-73
/
+73
2018-12-02
tree-wide: remove various unused functions
Lennart Poettering
23
-391
/
+0
2018-12-01
ip rule: fix clang warning.
Susant Sahani
1
-2
/
+2
2018-12-01
resolved: add missed io-util.h header to resolved-dnstls-openssl.c
Aleksei Timofeyev
1
-0
/
+2
2018-12-01
travis: also build systemd with clang
Evgeny Vereshchagin
2
-1
/
+24
2018-12-01
travis: use latest instead of rawhide
Evgeny Vereshchagin
1
-4
/
+4
2018-11-30
path-util: allow NULLs in arguments to path_join()
Zbigniew Jędrzejewski-Szmek
8
-26
/
+29
2018-11-30
networkd: refuse IPv6 RADV prefixes that lack Prefix= setting
Lennart Poettering
2
-1
/
+12
2018-11-30
basic/socket-util: use c-escaping to print unprintable socket paths
Zbigniew Jędrzejewski-Szmek
4
-29
/
+97
2018-11-30
shared/socket-util: do not print empty CID
Zbigniew Jędrzejewski-Szmek
2
-7
/
+7
2018-11-30
test-socket-util: add test for socket_address_print
Zbigniew Jędrzejewski-Szmek
1
-31
/
+39
2018-11-30
test-socket-util: the usual modernization
Zbigniew Jędrzejewski-Szmek
1
-47
/
+83
2018-11-30
conf-files: remove unused function
Lennart Poettering
2
-13
/
+1
2018-11-30
conf-files: remove misplaced log_oom()
Lennart Poettering
1
-1
/
+1
2018-11-30
conf-files: improve algorithm O(n²) → O(n)
Lennart Poettering
1
-2
/
+3
2018-11-30
update TODO
Lennart Poettering
1
-3
/
+7
2018-11-30
man: document systemd-analyze security
Lennart Poettering
1
-0
/
+29
2018-11-30
analyze: add new security verb
Lennart Poettering
4
-0
/
+2109
2018-11-30
format-table: make sure we never call memcmp() with NULL parameters
Lennart Poettering
1
-1
/
+1
2018-11-30
format-table: add calls to query the data in a specific cell
Lennart Poettering
2
-0
/
+25
2018-11-30
format-table: always underline header line
Lennart Poettering
1
-2
/
+9
2018-11-30
format-table: add an API for getting the cell at a specific row/column
Lennart Poettering
2
-0
/
+17
2018-11-30
format-table: add table_update() to update existing entries
Lennart Poettering
2
-0
/
+42
2018-11-30
format-table: optionally allow reversing the sort order for a column
Lennart Poettering
2
-1
/
+22
2018-11-30
format-table: add option to store/format percent and uint64_t values in cells
Lennart Poettering
2
-0
/
+50
2018-11-30
format-table: before outputting a color, check if colors are available
Lennart Poettering
1
-3
/
+3
2018-11-30
format-table: optionally make specific cells clickable links
Lennart Poettering
2
-9
/
+71
[next]