summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | network: process address reply messageYu Watanabe2019-07-113-9/+33
| * | network: rework route_scope_from_address()Yu Watanabe2019-07-111-2/+2
| * | util: introduce in4_addr_equal()Yu Watanabe2019-07-112-1/+9
| * | network: route_configure() do nothing when it returns 0Yu Watanabe2019-07-111-6/+6
* | | Merge pull request #13024 from poettering/errno-or-elseYu Watanabe2019-07-1217-58/+71
|\ \ \
| * | | tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-1116-58/+60
| * | | errno-util: add new errno_or_else() helperLennart Poettering2019-07-111-0/+11
|/ / /
* | | Merge pull request #13025 from poettering/tmpfiles-fixoFrantisek Sumsal2019-07-111-2/+2
|\ \ \
| * | | tmpfiles: use path_join() where it makes senseLennart Poettering2019-07-111-1/+1
| * | | tmpfiles: fix buildLennart Poettering2019-07-111-1/+1
* | | | Merge pull request #13017 from yuwata/network-neighbor-lladdr-13015Lennart Poettering2019-07-1115-63/+156
|\ \ \ \ | |/ / / |/| | |
| * | | test-network: add testcase that Neighbor.LinkLayerAddress= is IP addressYu Watanabe2019-07-113-1/+32
| * | | test-network: use Neighbor.LinkLayerAddress= instead of deprecated Neighbor.M...Yu Watanabe2019-07-112-3/+3
| * | | network: fdb: use ether_addr_from_string()Yu Watanabe2019-07-111-11/+3
| * | | network: fdb: do not allocate separated memory for lladdrYu Watanabe2019-07-112-16/+8
| * | | network: drop invalid [Neighbor] section earlierYu Watanabe2019-07-113-6/+22
| * | | network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe2019-07-115-31/+93
| * | | network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-114-4/+4
| * | | sd-netlink: make sd_netlink_message_read() returns size of read dataYu Watanabe2019-07-111-1/+1
* | | | tests: turn on the "object-size" UBSan check on FuzzitEvgeny Vereshchagin2019-07-111-2/+2
* | | | Merge pull request #12750 from keszybz/tmpfiles-c-copyLennart Poettering2019-07-112-2/+41
|\ \ \ \
| * | | | man: add "quick reference" to tmpfiles.d(5)Zbigniew Jędrzejewski-Szmek2019-06-051-0/+31
| * | | | tmpfiles: also prefix C source paths with --rootZbigniew Jędrzejewski-Szmek2019-06-051-2/+10
* | | | | udevadm: ensure 'udevadm info -w' show updated resultYu Watanabe2019-07-111-1/+6
* | | | | Merge pull request #12461 from Werkov/fix-job-orderingLennart Poettering2019-07-117-105/+151
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: Check trivial loop between two jobsMichal Koutný2019-06-263-1/+20
| * | | | tests: Check job ordering on execution cyclesMichal Koutný2019-06-263-1/+26
| * | | | core: Check transaction against execution cyclesMichal Koutný2019-06-261-17/+30
| * | | | core: Extract job ordering logicMichal Koutný2019-06-262-87/+76
* | | | | Merge pull request #12176 from poettering/clean-dir2Lennart Poettering2019-07-1136-226/+1325
|\ \ \ \ \
| * | | | | update TODOLennart Poettering2019-07-111-3/+0
| * | | | | man: document new "systemctl clean…" operationLennart Poettering2019-07-114-10/+60
| * | | | | test: add testcase for new CleanUnit logicLennart Poettering2019-07-113-0/+129
| * | | | | systemctl: port "systemctl start --wait" logic to new bus-wait-for-units.c APILennart Poettering2019-07-111-171/+15
| * | | | | systemctl: add new "clean" operation to systemctlLennart Poettering2019-07-111-0/+136
| * | | | | shared: add generic logic for waiting for a unit to enter some stateLennart Poettering2019-07-113-0/+471
| * | | | | core: expose per-service cleaning properties on the bus, tooLennart Poettering2019-07-111-0/+2
| * | | | | core: expose new clean operation on the busLennart Poettering2019-07-114-0/+116
| * | | | | core: add type of resource string tableLennart Poettering2019-07-112-0/+19
| * | | | | core: hook up timer unit type with clean operationLennart Poettering2019-07-111-0/+38
| * | | | | core: hook up service unit type with the new clean operationLennart Poettering2019-07-117-9/+183
| * | | | | core: add generic "clean" operation to unitsLennart Poettering2019-07-115-1/+74
| * | | | | rm-rf: introduce new flag REMOVE_MISSING_OKLennart Poettering2019-07-112-23/+37
| * | | | | sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering2019-07-115-7/+31
| * | | | | sd-bus: destroy AddMatch() reply slot in failure case tooLennart Poettering2019-07-111-2/+3
| * | | | | sd-bus: maintain a counter for incoming msgsLennart Poettering2019-07-114-0/+11
| | |_|/ / | |/| | |
* / | | | json: always allocate at least sizeof(JsonVariant) bytesLennart Poettering2019-07-111-3/+6
|/ / / /
* | | | Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering2019-07-1113-30/+107
|\ \ \ \
| * | | | test-network: add testcases Tunnel.Remote=any and Local=anyYu Watanabe2019-07-1112-10/+95
| * | | | network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...Yu Watanabe2019-07-111-20/+12