Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-16 | TODO: remove done item | Thomas Hindoe Paaboel Andersen | |
strv_append was removed in e3e45d4f82daa5cd85ba40dde9127df900096c0c | |||
2014-02-16 | nspawn: add new --network-bridge= switch | Tom Gundersen | |
This adds the host side of the veth link to the given bridge. Also refactor the creation of the veth interfaces a bit to set it up from the host rather than the container. This simplifies the addition to the bridge, but otherwise the behavior is unchanged. | |||
2014-02-15 | sd-rtnl: message_open_container - don't take a 'size' argument | Tom Gundersen | |
We can always know the size based on the type, so let's do this inside the library. | |||
2014-02-14 | update TODO | Lennart Poettering | |
2014-02-13 | update TODO | Lennart Poettering | |
2014-02-13 | update TODO | Lennart Poettering | |
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier | |
2014-02-12 | update TODO (add section for things to fix before 209) | Lennart Poettering | |
2014-02-11 | update TODO | Lennart Poettering | |
2014-02-10 | update TODO | Lennart Poettering | |
2014-02-08 | core: do not print invalid utf-8 in error messages | Zbigniew Jędrzejewski-Szmek | |
2014-02-07 | nspawn: rename --file-label to --apifs-label since it's really just about ↵ | Lennart Poettering | |
the API file systems, nothing else | |||
2014-02-07 | core: when an already abandoned unit gets abandoned again generate a clean error | Lennart Poettering | |
2014-01-30 | TODO: update sd-rtnl section | Tom Gundersen | |
2014-01-29 | update TODO | Lennart Poettering | |
2014-01-28 | bus: reorder a few things | Lennart Poettering | |
2014-01-27 | resolve: update sd-resolve to match the other APIs in style and functionality | Lennart Poettering | |
2014-01-27 | bus: when we cannot bus activate a service because we go down, drop one | Lennart Poettering | |
message from the queue | |||
2014-01-24 | TODO: update | Michal Sekletar | |
ps can display slice unit for a process. https://gitorious.org/procps/procps/commit/93e7872995d0d1ae850e12fb5fdd64928e2d5e60 | |||
2014-01-22 | bus: change API to expose "inverted" no_reply and no_auto_start message ↵ | Lennart Poettering | |
flags non-inverted | |||
2014-01-22 | update TODO | Lennart Poettering | |
2014-01-22 | bus: temporarily disable faking of seclabels, as this is broken in kdbus ↵ | Lennart Poettering | |
right now | |||
2014-01-20 | TODO: update | Kay Sievers | |
2014-01-20 | update TODO | Lennart Poettering | |
2014-01-20 | update TODO | Lennart Poettering | |
2014-01-18 | sd-resolve: rename get_next() and get_n_queries() + cleanup | Daniel Buch | |
2014-01-18 | sd-resolve: get rid of sd_resolve_freeanswer() | Daniel Buch | |
2014-01-17 | Update TODO | Lennart Poettering | |
2014-01-17 | update TODO | Lennart Poettering | |
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. | |||
2014-01-13 | TODO: update | Kay Sievers | |
2014-01-12 | TODO: update rtnl/network sections | Tom Gundersen | |
2014-01-12 | update TODO | Lennart Poettering | |
2014-01-11 | man: add busctl(1) | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | networkd: use structured logging for links and bridges | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | Improve messages about user mode a bit | Zbigniew Jędrzejewski-Szmek | |
2014-01-08 | update TODO | Lennart Poettering | |
2014-01-07 | update TODO | Lennart Poettering | |
2014-01-05 | TODO: extend login capability note | David Herrmann | |
We cannot remove CAP_SYS_ADMIN, which basically makes removing all other capabilities useless. Anyhow, still wouldn't hurt checking whether stuff like CAP_KILL can be dropped from logind. | |||
2013-12-27 | bus: add some preliminary docs for porting existing dbus1 client libraries ↵ | Lennart Poettering | |
to kdbus | |||
2013-12-25 | man: document fail/nofail, auto/noauto | Zbigniew Jędrzejewski-Szmek | |
Also s/filesystem/file system/ in a few places. | |||
2013-12-25 | Trim TODO | Zbigniew Jędrzejewski-Szmek | |
2013-12-26 | update TODO | Lennart Poettering | |
2013-12-24 | update TODO | Lennart Poettering | |
2013-12-23 | update TODO | Lennart Poettering | |
2013-12-22 | update TODO | Lennart Poettering | |
2013-12-22 | bus: introduce concept of "const" properties | Lennart Poettering | |
This way we have four kinds of properties: a) those which are constant as long as an object exists b) those which can change and PropertiesChange messages with contents are generated c) those which can change and where the PropertesChange merely includes invalidation d) those which can change but for which no events are generated Clients (through code generators run on the introspection XML) can thus aggressively cache a, b, c, with only d excluded. | |||
2013-12-21 | util: remove union dirent_storage | Florian Weimer | |
2013-12-21 | update TODO | Lennart Poettering | |
2013-12-21 | update TODO | Lennart Poettering | |