index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
units
/
kexec.target
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
core: process C-style escapes in UnsetEnvironment=
Lennart Poettering
1
-1
/
+1
2017-11-29
core: use config_parse_unit_string_printf() for decoding RebootArgument=
Lennart Poettering
1
-1
/
+1
2017-11-29
CODING_STYLE: document the order in which unescaping + specifier expansion sh...
Lennart Poettering
1
-0
/
+5
2017-11-29
specifier: unify specifier implementations for user-related specifiers
Lennart Poettering
5
-69
/
+49
2017-11-29
specifier: add helper for escaping '%' characters to avoid making them subjec...
Lennart Poettering
4
-0
/
+108
2017-11-29
string-util: update strreplace() a bit, use GREEDY_REALLOC()
Lennart Poettering
1
-17
/
+13
2017-11-29
core: drop specifier expansion when parsing transient dbus properties
Lennart Poettering
1
-27
/
+10
2017-11-28
udev/collect: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
1
-7
/
+3
2017-11-28
udev/collect: remove dead conditional
Zbigniew Jędrzejewski-Szmek
1
-2
/
+0
2017-11-28
journal: avoid undefined behaviour in float division by 0.0
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
networkd: fix memleak of Rules
Zbigniew Jędrzejewski-Szmek
2
-6
/
+4
2017-11-28
journal: use new helpers with journal_file_close
Zbigniew Jędrzejewski-Szmek
4
-26
/
+4
2017-11-28
journal-remote: add helper function and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
1
-9
/
+8
2017-11-28
cryptsetup-generator: add helper function and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
1
-13
/
+7
2017-11-28
coredump: fix typo and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
1
-9
/
+4
2017-11-28
machine-image: convert image_hashmap_free() to an static inline helper
Zbigniew Jędrzejewski-Szmek
2
-10
/
+3
2017-11-28
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
19
-114
/
+106
2017-11-28
Use hashmap_free_free where appropriate
Zbigniew Jędrzejewski-Szmek
2
-8
/
+2
2017-11-28
networkd: Add comment for setting_mtu #7460 (#7489)
Susant Sahani
1
-0
/
+3
2017-11-28
test-cap-list: add more tests about capability_set_{from,to}_string()
Yu Watanabe
1
-9
/
+59
2017-11-28
test: move tests about cap_list_cap() from test-cap-list to test-capability
Yu Watanabe
2
-36
/
+39
2017-11-28
cap-list: check range of numeric value
Yu Watanabe
1
-2
/
+6
2017-11-28
test-bitmap: add tests for bitmap_copy()
Yu Watanabe
1
-0
/
+11
2017-11-28
test-architecture: add more tests
Yu Watanabe
1
-2
/
+16
2017-11-28
test-alloc-util: add tests for memdup_suffix0() and greedy_realloc()
Yu Watanabe
1
-5
/
+27
2017-11-28
tests: add tests for empty string
Yu Watanabe
2
-0
/
+2
2017-11-28
alloc-util: coding style fix
Yu Watanabe
2
-2
/
+2
2017-11-28
pid1: improve syntax in error message
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2017-11-28
pid1: clarify that min_max is always initialized
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
test-hostname-util: add assert_se's to make coverity happy
Zbigniew Jędrzejewski-Szmek
1
-5
/
+5
2017-11-28
test-process-util: add (void) cast to make coverity happy
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
test-fd-util: add assert_se to make coverity happy
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
udevadm-monitor: add some assert_se's to make coverity happy
Zbigniew Jędrzejewski-Szmek
1
-6
/
+6
2017-11-28
core/umount: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
1
-10
/
+4
2017-11-28
sd-resolve: check that name fits in the specified packet length
Zbigniew Jędrzejewski-Szmek
1
-17
/
+29
2017-11-28
shim: fix logically dead code
Zbigniew Jędrzejewski-Szmek
1
-9
/
+4
2017-11-28
networkd: remove dead code
Zbigniew Jędrzejewski-Szmek
1
-3
/
+0
2017-11-28
test-ndisc-ra: add assert_se() to make coverity happy
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
boot/shim: fix char ** vs char * mismatch
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2017-11-28
boot/efi: fix NULL dereference
Zbigniew Jędrzejewski-Szmek
1
-7
/
+7
2017-11-28
dissect-image: simplify check for passphrase presence
Zbigniew Jędrzejewski-Szmek
1
-3
/
+3
2017-11-28
networkd: fix reversed arguments
Zbigniew Jędrzejewski-Szmek
3
-5
/
+3
2017-11-28
networkd: plug some memleaks in rule serialization/deserialization
Zbigniew Jędrzejewski-Szmek
2
-4
/
+7
2017-11-28
networkd: fix serialization of {Incoming,Outgoing}Interface
Zbigniew Jędrzejewski-Szmek
2
-4
/
+25
2017-11-28
Add test-routing-policy-rule
Zbigniew Jędrzejewski-Szmek
2
-0
/
+99
2017-11-28
test-network: use automatic cleanup
Zbigniew Jędrzejewski-Szmek
1
-12
/
+6
2017-11-28
networkd: parse the rvalue, not the option name
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2017-11-28
networkd: move rule loading to a separate function
Zbigniew Jędrzejewski-Szmek
3
-54
/
+69
2017-11-28
Added Logitech MX Master 2s (#7487)
Ari
1
-0
/
+9
2017-11-27
test-resolve: make sure we don't hang forever
Lennart Poettering
1
-1
/
+12
[next]