Age | Commit message (Expand) | Author |
2014-03-07 | sd-rtnl: introduce read ether and ip address functions | Susant Sahani |
2014-03-06 | man: describe functions for appending to messages | Zbigniew Jędrzejewski-Szmek |
2014-03-06 | sd-rtnl/networkd: use new rtnl_message_read() API and drop helper | Tom Gundersen |
2014-03-06 | sd-rtnl:introduce table-based lookup and typesafe read() functions | Susant Sahani |
2014-03-05 | sd-rtnl: do not blindly enter containers in message_read() | Tom Gundersen |
2014-03-05 | systemd-run: support all currently exported properties with -p | Lennart Poettering |
2014-03-05 | core: make the LimitXYZ= properties settable for transient service units | Lennart Poettering |
2014-03-05 | systemd-run: add new --property= switch that can set arbitrary properties for... | Lennart Poettering |
2014-03-04 | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | sd-network: IPv4 link-local support [v2] | Umut Tezduyar Lindskog |
2014-03-03 | silence warning | Thomas Hindoe Paaboel Andersen |
2014-03-03 | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering |
2014-02-25 | Use /var/run/dbus/system_bus_socket for the D-Bus socket | Zbigniew Jędrzejewski-Szmek |
2014-02-26 | Revert back to /var/run at a couple of problems | Lennart Poettering |
2014-02-25 | Replace /var/run with /run in remaining places | Zbigniew Jędrzejewski-Szmek |
2014-02-25 | nspawn: add new switch --network-macvlan= to add a macvlan device to the cont... | Lennart Poettering |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | src/shared/ cannot reference symbols from libraries | Kay Sievers |
2014-02-23 | build-sys: remove libsystemd.sym duplicate | David Herrmann |
2014-02-22 | build-sys: fix libsystemd --enable-kdbus symbol export | Kay Sievers |
2014-02-22 | test: always use assert_se in tests | Tom Gundersen |
2014-02-21 | event: add new kind of event source called "post" | Lennart Poettering |
2014-02-21 | sd-event: Fix systemd crash when using timer units. | Thomas Bächler |
2014-02-20 | libsystemd: fix compiler warning in property_get_set_callbacks_run() | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-20 | sd-bus: the bus returned should be the first arg | Jason A. Donenfeld |
2014-02-19 | build-sys: export experimental symbols only with --enable-kdbus | Kay Sievers |
2014-02-19 | bus: fix unreffing logic | Lennart Poettering |
2014-02-19 | build-sys: merge libsystemd-journal into libsystemd | Kay Sievers |
2014-02-19 | sd-id128: use new dev_urandom() call | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-19 | busctl: add --no-legend and use in bash completion | Thomas Hindoe Paaboel Andersen |
2014-02-19 | sd-rtnl: test - include missing.h to build on old kernels | Tom Gundersen |
2014-02-19 | missing.h: add some IFLA_* constants | Tom Gundersen |
2014-02-19 | event: fix crash on child-source state modifications | David Herrmann |
2014-02-19 | build-sys: merge libsystemd-daemon into libsystemd | Kay Sievers |
2014-02-18 | sd-rtnl-message: store reference to the bus in the message | Tom Gundersen |
2014-02-18 | util: generalize code that checks whether PIDs are alive or unwaited for | Lennart Poettering |
2014-02-17 | doc: update punctuation | Jan Engelhardt |
2014-02-16 | sd-rtnl: do not require ifindex to be set for SETLINK messages | Tom Gundersen |
2014-02-16 | bus: fix match_parse for unquoted matches | Simon Peeters |
2014-02-15 | sd-rtnl: always include linux/rtnetlink.h | Tom Gundersen |
2014-02-15 | sd-rtnl: message_open_container - don't take a 'size' argument | Tom Gundersen |
2014-02-15 | sd-rtnl: link flags - don't allow change = 0 | Tom Gundersen |
2014-02-13 | rtnl: support adding VETH_INFO_PEER containers into rtnl messages | Lennart Poettering |
2014-02-13 | rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_... | Lennart Poettering |
2014-02-13 | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering |
2014-02-10 | sd-bus: export sd_bus_call{,_async,_async_cancel} | David Herrmann |
2014-02-10 | sd-rtnl: added support for a few more attributes | Susant Sahani |
2014-02-10 | sd-rtnl: test - improve test of MTU a bit | Tom Gundersen |