Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-14 | rtnl: add event loop integration | Tom Gundersen | |
2013-11-14 | rtnl: add call_async and call_async_cancel | Tom Gundersen | |
They work in the same way as the sd-bus equivalents. | |||
2013-11-13 | rtnl: start adding support for asynchronous messaging | Tom Gundersen | |
Similarly to sd-bus, add: sd_rtnl_wait sd_rtnl_process sd_rtnl_send and adapt sd_rtnl_call accordingly. | |||
2013-11-13 | rtnl: rename rtnl_bus_send_with_reply_and_block() to rtnl_bus_call() | Tom Gundersen | |
Follow the equivalent rename in sd-bus to stay as similar as possible. | |||
2013-11-08 | test-rtnl: fix typo | Tom Gundersen | |
2013-11-07 | rtnl: headers in src/systemd/ may not include internal headers | Lennart Poettering | |
Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our headers we pull in a bit. | |||
2013-11-04 | rtnl: add support for routes | Tom Gundersen | |
2013-10-29 | rtnl: fix sockaddr confusion | Tom Gundersen | |
2013-10-29 | sd-rtnl: minor fixes | Tom Gundersen | |
2013-10-27 | rtnl: relax the tests a bit | Tom Gundersen | |
It is a bit too optimisitc that this stuff is the same on different hosts. | |||
2013-10-27 | libsystemd-rtnl: add a rtnetlink library | Tom Gundersen | |
This is intentionally as similar to sd-bus as possible. While it would be simple to export it, the intentions is to keep this internal (at least for the forseeable future). Currently only synchronous communication is implemented |