index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #13365 from keszybz/fix-commits-from-pr-13246
Zbigniew Jędrzejewski-Szmek
2019-08-22
1
-2
/
+2
|
\
|
*
test-event: stop debugging spew
Zbigniew Jędrzejewski-Szmek
2019-08-20
1
-2
/
+2
*
|
networkd: Keep track of static neighbors
William A. Kennington III
2019-08-12
2
-1
/
+8
*
|
sd-hwdb: use return value from ordered_hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
2019-08-03
1
-2
/
+1
|
/
*
Add IFLA_BR_MCAST_IGMP_VERSION
Shreyas Behera
2019-07-25
1
-0
/
+1
*
netlink: move local-addresses.[ch] to src/shared
Lennart Poettering
2019-07-24
4
-317
/
+0
*
sd-netlink: update comment
Yu Watanabe
2019-07-19
1
-1
/
+1
*
sd-device: voidify and simplify calls to ordered_hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-10
/
+2
*
sd-bus: voidify two calls to hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-2
/
+2
*
tree-wide: drop duplicated blank lines
Yu Watanabe
2019-07-15
2
-2
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
3
-9
/
+8
*
Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015
Lennart Poettering
2019-07-11
2
-2
/
+2
|
\
|
*
network: NDA_LLADDR attribute can also take struct in_addr
Yu Watanabe
2019-07-11
1
-1
/
+1
|
*
sd-netlink: make sd_netlink_message_read() returns size of read data
Yu Watanabe
2019-07-11
1
-1
/
+1
*
|
core: expose new clean operation on the bus
Lennart Poettering
2019-07-11
1
-0
/
+2
*
|
sd-bus: when installing a match make sure not to apply it to already queued m...
Lennart Poettering
2019-07-11
5
-7
/
+31
*
|
sd-bus: destroy AddMatch() reply slot in failure case too
Lennart Poettering
2019-07-11
1
-2
/
+3
*
|
sd-bus: maintain a counter for incoming msgs
Lennart Poettering
2019-07-11
4
-0
/
+11
|
/
*
Merge pull request #12926 from keszybz/urlify-logs
Lennart Poettering
2019-07-11
1
-1
/
+1
|
\
|
*
tree-wide: use PROJECT_FILE instead of __FILE__
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-1
/
+1
*
|
Merge pull request #12863 from 1848/if_xfrm
Yu Watanabe
2019-07-10
2
-0
/
+9
|
\
\
|
*
|
Added support for xfrm interfaces
1848
2019-07-10
2
-0
/
+9
*
|
|
tree-wide: introduce strerror_safe()
Yu Watanabe
2019-07-04
3
-3
/
+5
*
|
|
sd-event: replace snprintf() with strpcpyf()
Yu Watanabe
2019-07-04
1
-6
/
+8
|
/
/
*
|
test: add test for sd_netlink_message_enter_array()
Yu Watanabe
2019-07-04
1
-0
/
+45
*
|
sd-netlink: add CTRL_ATTR_MCAST_GROUPS
Yu Watanabe
2019-07-04
1
-2
/
+13
*
|
sd-netlink: drop unnecessary 'else'
Yu Watanabe
2019-07-04
1
-2
/
+2
*
|
sd-netlink: introduce sd_netlink_message_enter_array()
Yu Watanabe
2019-07-04
1
-12
/
+34
*
|
sd-netlink: fix inverted log message
Yu Watanabe
2019-07-04
1
-1
/
+1
|
/
*
sd-device: introduce dump_device_action_table()
Yu Watanabe
2019-06-28
2
-0
/
+5
*
Merge pull request #12870 from yuwata/tree-wide-further-path-join-cleanups
Lennart Poettering
2019-06-25
2
-7
/
+5
|
\
|
*
tree-wide: replace strjoina() with prefix_roota()
Yu Watanabe
2019-06-24
2
-7
/
+5
*
|
sd-device: don't accept /sys as a device path
Lubomir Rintel
2019-06-25
1
-0
/
+4
|
/
*
sd-path: use _cleanup_strv_free_ attribute
Yu Watanabe
2019-06-24
1
-13
/
+6
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
5
-30
/
+15
|
\
|
*
sd-path: use _cleanup_ attribute
Yu Watanabe
2019-06-20
1
-7
/
+5
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
5
-23
/
+10
*
|
bus-creds: fix size calculation for storing caps data
Lennart Poettering
2019-06-20
1
-3
/
+5
*
|
Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...
Lennart Poettering
2019-06-20
3
-7
/
+76
|
\
\
|
*
|
timesync: judging if network is online by networkd's address state
Yu Watanabe
2019-06-16
1
-3
/
+8
|
*
|
sd-network: introduce functions for new link and manager states
Yu Watanabe
2019-06-16
1
-4
/
+24
|
*
|
network: expose carrier and address states over dbus
Yu Watanabe
2019-06-16
2
-0
/
+25
|
*
|
network: split operational states into carrier and address states
Yu Watanabe
2019-06-16
1
-0
/
+19
*
|
|
tree-wide: drop alloca() in loop
Yu Watanabe
2019-06-19
1
-2
/
+4
|
|
/
|
/
|
*
|
sd-resolve: suppress false positive MSan warnings
Frantisek Sumsal
2019-06-19
1
-0
/
+10
*
|
sd-bus: use memdup_suffix0() instead of strndup()
Yu Watanabe
2019-06-19
1
-1
/
+1
|
/
*
test-bus-marshall: add a hopefully helpful comment
Zbigniew Jędrzejewski-Szmek
2019-06-12
1
-0
/
+1
*
Merge pull request #12424 from poettering/logind-brightness
Zbigniew Jędrzejewski-Szmek
2019-06-12
2
-0
/
+2
|
\
|
*
logind: add SetBrightness() bus call for setting brightness of leds/backlight...
Lennart Poettering
2019-05-24
2
-0
/
+2
*
|
sd-bus: improve bus error message for uknown properties
Zbigniew Jędrzejewski-Szmek
2019-06-04
1
-4
/
+10
[next]