index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-02
sysusers: use fgetgrent_sane()
Yu Watanabe
1
-8
/
+2
2018-12-02
lldp: rename lldp_neighbor_id_hash_ops and set value destructor
Yu Watanabe
3
-7
/
+5
2018-12-02
udev: use hashmap_clear_free_key() and hashmap_free_free_key()
Yu Watanabe
2
-11
/
+3
2018-12-02
portable: introduce portable_metadata_hash_ops and use it
Yu Watanabe
3
-24
/
+9
2018-12-02
machine: introduce machine_hash_ops and use it
Yu Watanabe
3
-10
/
+9
2018-12-02
machine-image: introduce image_hash_ops and use it
Yu Watanabe
9
-22
/
+20
2018-12-02
tmpfiles: define main through macro
Yu Watanabe
1
-50
/
+40
2018-12-02
tmpfiles: make load_unix_sockets() return negative errno on failure
Yu Watanabe
1
-45
/
+31
2018-12-02
cryptsetup-generator: define main through macro
Yu Watanabe
1
-30
/
+28
2018-12-02
sd-bus: introduce track_item_hash_ops and use it
Yu Watanabe
1
-3
/
+5
2018-12-02
dhcp: introduce dhcp_lease_hash_ops and use it
Yu Watanabe
1
-10
/
+7
2018-12-02
cgtop: use SWAP_TWO() macro
Yu Watanabe
1
-5
/
+1
2018-12-02
cgtop: introduce group_hash_ops and use it
Yu Watanabe
1
-18
/
+10
2018-12-02
test: add tests for destructors of hashmap or set
Yu Watanabe
2
-0
/
+57
2018-12-02
hash-func: add destructors for key and value
Yu Watanabe
5
-86
/
+109
2018-12-02
tree-wide: make hash_ops typesafe
Yu Watanabe
27
-223
/
+85
2018-12-02
hash-funcs: make basic hash_ops typesafe
Yu Watanabe
2
-44
/
+21
2018-12-02
hash-funcs: introduce macro to create typesafe hash_ops
Yu Watanabe
1
-0
/
+14
2018-12-02
util: define free_func_t
Yu Watanabe
2
-1
/
+4
2018-12-02
hashmap: fix minor coding style issue
Yu Watanabe
1
-1
/
+1
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
2018-11-30
format-table: when duplicating a cell, also copy the color
Lennart Poettering
1
-0
/
+2
2018-11-30
terminal-util: split out file:// generation from terminal_urlify_path()
Lennart Poettering
2
-19
/
+35
2018-11-30
macro: update DIV_ROUND_UP() so that it can be called nested
Lennart Poettering
1
-4
/
+5
2018-11-30
parse-util: allow parse_boolean() to take a NULL argument
Lennart Poettering
1
-1
/
+2
[next]