summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-12tree-wide: get rid of strappend()Lennart Poettering68-146/+115
2019-07-12Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe5-18/+54
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering16-58/+60
2019-07-11errno-util: add new errno_or_else() helperLennart Poettering1-0/+11
2019-07-11Merge pull request #13025 from poettering/tmpfiles-fixoFrantisek Sumsal1-2/+2
2019-07-11Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015Lennart Poettering9-57/+118
2019-07-11tmpfiles: use path_join() where it makes senseLennart Poettering1-1/+1
2019-07-11tmpfiles: fix buildLennart Poettering1-1/+1
2019-07-11Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering1-2/+10
2019-07-11udevadm: ensure 'udevadm info -w' show updated resultYu Watanabe1-1/+6
2019-07-11Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering4-105/+133
2019-07-11network: re-assign static routes when dynamic address is updatedYu Watanabe2-0/+4
2019-07-11network: process address reply messageYu Watanabe3-9/+33
2019-07-11network: rework route_scope_from_address()Yu Watanabe1-2/+2
2019-07-11util: introduce in4_addr_equal()Yu Watanabe2-1/+9
2019-07-11network: route_configure() do nothing when it returns 0Yu Watanabe1-6/+6
2019-07-11network: fdb: use ether_addr_from_string()Yu Watanabe1-11/+3
2019-07-11network: fdb: do not allocate separated memory for lladdrYu Watanabe2-16/+8
2019-07-11network: drop invalid [Neighbor] section earlierYu Watanabe3-6/+22
2019-07-11network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe3-29/+90
2019-07-11network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe4-4/+4
2019-07-11sd-netlink: make sd_netlink_message_read() returns size of read dataYu Watanabe1-1/+1
2019-07-11Merge pull request #12176 from poettering/clean-dir2Lennart Poettering28-213/+1136
2019-07-11json: always allocate at least sizeof(JsonVariant) bytesLennart Poettering1-3/+6
2019-07-11systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c APILennart Poettering1-171/+15
2019-07-11systemctl: add new "clean" operation to systemctlLennart Poettering1-0/+136
2019-07-11shared: add generic logic for waiting for a unit to enter some stateLennart Poettering3-0/+471
2019-07-11core: expose per-service cleaning properties on the bus, tooLennart Poettering1-0/+2
2019-07-11core: expose new clean operation on the busLennart Poettering4-0/+116
2019-07-11core: add type of resource string tableLennart Poettering2-0/+19
2019-07-11core: hook up timer unit type with clean operationLennart Poettering1-0/+38
2019-07-11core: hook up service unit type with the new clean operationLennart Poettering7-9/+183
2019-07-11core: add generic "clean" operation to unitsLennart Poettering5-1/+74
2019-07-11rm-rf: introduce new flag REMOVE_MISSING_OKLennart Poettering2-23/+37
2019-07-11sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering5-7/+31
2019-07-11sd-bus: destroy AddMatch() reply slot in failure case tooLennart Poettering1-2/+3
2019-07-11sd-bus: maintain a counter for incoming msgsLennart Poettering4-0/+11
2019-07-11Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering1-20/+12
2019-07-11Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering6-32/+132
2019-07-11Merge pull request #13010 from poettering/fsck-usr-wantsYu Watanabe1-6/+14
2019-07-11network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...Yu Watanabe1-20/+12
2019-07-11network: add AssignToLoopback= setting to [Tunnel] sectionYu Watanabe3-10/+12
2019-07-11network: simplify the condition about xfrmYu Watanabe1-10/+3
2019-07-11Merge pull request #13011 from keszybz/auto-eraseLennart Poettering8-58/+16
2019-07-11network: support gre tunnel or friends with Local=any Remote=anyYu Watanabe1-8/+14
2019-07-11Merge pull request #12755 from keszybz/short-identifiersLennart Poettering12-69/+115
2019-07-11Merge pull request #12926 from keszybz/urlify-logsLennart Poettering25-80/+159
2019-07-11Merge pull request #13009 from keszybz/efi-feature-xbootldrLennart Poettering4-16/+27
2019-07-10Merge pull request #12965 from keszybz/auto-eraseLennart Poettering7-93/+82
2019-07-10Merge pull request #13005 from keszybz/fix-gcc-warningLennart Poettering2-4/+6