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
*
util: move dbus specific definition into bus-internal.h
Lennart Poettering
2019-03-14
1
-0
/
+5
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
2
-0
/
+2
*
netlink: support NLMSG_ERROR message in genl
Yu Watanabe
2019-03-14
1
-0
/
+1
*
networkd: Introduce l2tp tunnel
Susant Sahani
2019-03-14
2
-1
/
+55
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
4
-1
/
+4
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
10
-10
/
+11
*
util: split out namespace related stuff into a new namespace-util.[ch] pair
Lennart Poettering
2019-03-13
1
-0
/
+1
*
sd-network: add sd_network_link_get_required_operstate_for_online()
Yu Watanabe
2019-03-13
1
-0
/
+21
*
network: introduce 'degraded-carrier' operstate to order all states
Yu Watanabe
2019-03-13
2
-7
/
+9
*
network: move LinkOperationalState and relevant functions to network-util.[ch]
Yu Watanabe
2019-03-13
2
-0
/
+30
*
sd-device: store parsed ACTION= and SEQNUM= udev properties
Yu Watanabe
2019-03-11
4
-62
/
+116
*
network: introduce TripleSampling= option in CAN section
Clemens Gruber
2019-03-11
1
-0
/
+1
*
sd-device: move device_action_from_string() and friends to device-private.h
Yu Watanabe
2019-03-07
2
-16
/
+18
*
netlink: check new interface name is valid or not before sending request
Yu Watanabe
2019-03-05
1
-0
/
+3
*
sd-hwdb: fix off_t vs. size_t confusion in cast
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-1
/
+1
*
Remove now-unused refcnt.h
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-1
/
+0
*
sd-netlink: do not use atomic reference counters
Zbigniew Jędrzejewski-Szmek
2019-03-04
5
-14
/
+8
*
sd-hwdb: some minor logging and style updates
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-12
/
+11
*
sd-hwdb: use non-atomic reference counters
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-4
/
+3
*
bus: make reference counting non-atomic
Zbigniew Jędrzejewski-Szmek
2019-03-04
3
-21
/
+11
*
tests: use the test helpers in more places
Zbigniew Jędrzejewski-Szmek
2019-03-04
4
-7
/
+20
*
test: add test for new sd-bus refcnt logic
Lennart Poettering
2019-03-01
1
-0
/
+44
*
sd-bus: use "queue" message references for managing r/w message queues in con...
Lennart Poettering
2019-03-01
2
-34
/
+32
*
bus-message: introduce two kinds of references to bus messages
Lennart Poettering
2019-03-01
2
-3
/
+89
*
sd-bus: always go through sd_bus_unref() to free messages
Lennart Poettering
2019-03-01
1
-7
/
+5
*
sd-bus: drop two inappropriate empty lines
Lennart Poettering
2019-03-01
1
-2
/
+0
*
sd-bus: make sure dispatch_rqueue() initializes return parameter on all types...
Lennart Poettering
2019-03-01
1
-1
/
+3
*
sd-bus: reorder bus ref and bus message ref handling
Lennart Poettering
2019-03-01
1
-2
/
+3
*
sd-bus: make rqueue/wqueue sizes of type size_t
Lennart Poettering
2019-03-01
2
-3
/
+3
*
sd-bus: initialize mutex after we allocated the wqueue
Lennart Poettering
2019-03-01
1
-2
/
+2
*
test: fix indenting off by one
Lennart Poettering
2019-03-01
1
-2
/
+2
*
sd-bus: deal with cookie overruns
Lennart Poettering
2019-02-28
1
-1
/
+46
*
Merge pull request #11357 from GiacintoCifelli/dbus_labels
Lennart Poettering
2019-02-26
5
-11
/
+203
|
\
|
*
sd-bus: add methods and signals parameter names. Fixes: #1564
Giacinto Cifelli
2019-02-26
5
-11
/
+203
*
|
sd-device: split device_read_db_internal() into two part
Yu Watanabe
2019-02-26
2
-18
/
+27
*
|
Allocate temporary strings to hold dbus paths on the heap
Riccardo Schirone
2019-02-18
1
-14
/
+54
*
|
Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit.
Riccardo Schirone
2019-02-18
2
-1
/
+5
*
|
Merge pull request #11478 from yuwata/enumerate-match-parent
Lennart Poettering
2019-02-18
2
-21
/
+47
|
\
\
|
*
|
sd-device-enumerator: support multiple parents
Yu Watanabe
2019-01-23
2
-21
/
+47
*
|
|
Merge pull request #11729 from yuwata/fix-11721
Lennart Poettering
2019-02-18
1
-1
/
+8
|
\
\
\
|
*
|
|
sd-device: also store properties read from udev database to sd_device::proper...
Yu Watanabe
2019-02-16
1
-1
/
+8
*
|
|
|
netlink: fix routing-policy-rule integer type for FRA_TUN_ID
Thomas Haller
2019-02-18
1
-1
/
+1
*
|
|
|
netlink: fix routing-policy-rule netlink type for FRA_GOTO/FRA_UNUSED2
Thomas Haller
2019-02-18
1
-2
/
+1
|
/
/
/
*
|
|
netlink: fix netlink type for routing-rule FRA_L3MDEV
Thomas Haller
2019-02-15
1
-1
/
+1
*
|
|
Merge pull request #11636 from yuwata/network-in-addr-is-null
Lennart Poettering
2019-02-15
2
-34
/
+22
|
\
\
\
|
*
|
|
sd-netlink: unify sd_netlink_message_append_in{,6}_addr() and _sockaddr_in{,6}()
Yu Watanabe
2019-02-10
2
-34
/
+22
*
|
|
|
sd-bus: if we receive an invalid dbus message, ignore and proceeed
Lennart Poettering
2019-02-14
1
-3
/
+6
*
|
|
|
sd-hwdb: fix matching for characters with an ord > 127
Peter Hutterer
2019-02-13
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #11655 from yuwata/fix-11652
Lennart Poettering
2019-02-07
2
-2
/
+12
|
\
\
\
|
*
|
|
test: add a test case for issue #11652
Yu Watanabe
2019-02-06
1
-0
/
+10
[next]