Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | sd-rtnl-message: store reference to the bus in the message | Tom Gundersen | |
This mimics the sd-bus api, as we may need it in the future. | |||
2014-02-13 | rtnl: drop "sd_" prefix from cleanup macros | Lennart Poettering | |
The "sd_" prefix is supposed to be used on exported symbols only, and not in the middle of names. Let's drop it from the cleanup macros hence, to make things simpler. The bus cleanup macros don't carry the "sd_" either, so this brings the APIs a bit nearer. | |||
2014-01-30 | sd-rtnl: beef up rtnl-util a bit | Tom Gundersen | |
2014-01-24 | sd-rtnl: add support for nested containers | Tom Gundersen | |
2014-01-21 | libsystemd: split up into subdirs | Tom Gundersen | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |