Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | sd-resolve: rename get_next() and get_n_queries() + cleanup | Daniel Buch | |
2014-01-18 | sd-resolve: Allocate objects with new() | Daniel Buch | |
2014-01-18 | sd-resolve: get rid of sd_resolve_freeanswer() | Daniel Buch | |
2014-01-18 | sd-dhcp-client/networkd: add domainname support | Tom Gundersen | |
2014-01-18 | libsystemd: sync kdbus.h | Daniel Mack | |
2014-01-17 | sd-resolve: rename structs to fit coding-style e.g 'struct MixedCase' | Daniel Buch | |
lets get this right once, and if not for all, atleast for now :) So comments and input about nameing is very welcome. Cheers | |||
2014-01-17 | sd-resolve: get rid of _t post-fixes for sd_ objects | Daniel Buch | |
We dont want _t prefixes, right? | |||
2014-01-17 | bus: Fix read_word_le() function | Lukasz Skalski | |
2014-01-17 | libsystemd: rename LIBSYSTEMD_BUS to LIBSYSTEMD | Tom Gundersen | |
2014-01-17 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-16 | sd-dhcp-client: minor style fixes | Tom Gundersen | |
Also introduce a cleanup macro for DHCPLease | |||
2014-01-16 | sd-dhcp-client: refactor DNS support | Tom Gundersen | |
Rather than keeping an array of pointers to addresses, just keep an array of addresses. | |||
2014-01-16 | sd-dhcp-client/networkd: add transient hostname support | Tom Gundersen | |
2014-01-16 | bus: fix issue with reference counting | Zbigniew Jędrzejewski-Szmek | |
b7fc42e03 introduced a regression. | |||
2014-01-16 | bus: break reference cycle between bus and messages | Zbigniew Jędrzejewski-Szmek | |
Previously (6ee4f99 bus: break reference cycle between bus and messages) I committed the test code, but not the actual fix :) | |||
2014-01-16 | sd-dhcp-client/networkd: add interface MTU support | Tom Gundersen | |
2014-01-16 | sd-rtnl: only alter link flags when reqeusted to | Tom Gundersen | |
2014-01-16 | sd-dhcp-client: fix memory corruption | Tom Gundersen | |
2014-01-15 | event: extend priority raneg to 64bit | Lennart Poettering | |
The kdbus prioq logic will use 64bit prios too, so let's keep this similar in style. Using 64bit here has the advantage, that pointers and pretty much anything else can be mapped naturally to priorities if so desired. | |||
2014-01-14 | sd-resolv: rename to sd-resolve | Tom Gundersen | |
Lennart pointed out that we were misspelling 'resolve'. Let's not repeat the mistakes of 'umount' and 'resolv.conf'. | |||
2014-01-14 | sd-resolv: remove left-over comment | Tom Gundersen | |
We are anyway breaking the API by renaming everything, so that is not a concern. | |||
2014-01-14 | sd-resolv: require SOCK_CLOEXEC | Tom Gundersen | |
2014-01-14 | sd-resolv: rename old asyncns variables | Daniel Buch | |
2014-01-14 | sd_resolv: Rename structs- and function names to sd_resolv | Daniel Buch | |
2014-01-14 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-14 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-13 | libsystemd-dns: merge into libsystemd | Tom Gundersen | |
Also rename sd-dns -> sd-resolv. | |||
2014-01-13 | libsystemd-rtnl: merge into libsystemd | Tom Gundersen | |
2014-01-13 | libsystemd-dhcp: merge into libsystemd | Tom Gundersen | |
2014-01-13 | libsystemd-bus: rename to libsystemd | Tom Gundersen | |
Documentation was updated to refer to either 'libsystemd' or 'sd-bus' in place of libsystemd-bus. |