summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAge
* TODO: update sd-rtnl sectionTom Gundersen2014-01-30
|
* update TODOLennart Poettering2014-01-29
|
* bus: reorder a few thingsLennart Poettering2014-01-28
|
* resolve: update sd-resolve to match the other APIs in style and functionalityLennart Poettering2014-01-27
|
* bus: when we cannot bus activate a service because we go down, drop oneLennart Poettering2014-01-27
| | | | message from the queue
* TODO: updateMichal Sekletar2014-01-24
| | | | | | ps can display slice unit for a process. https://gitorious.org/procps/procps/commit/93e7872995d0d1ae850e12fb5fdd64928e2d5e60
* bus: change API to expose "inverted" no_reply and no_auto_start message ↵Lennart Poettering2014-01-22
| | | | flags non-inverted
* update TODOLennart Poettering2014-01-22
|
* bus: temporarily disable faking of seclabels, as this is broken in kdbus ↵Lennart Poettering2014-01-22
| | | | right now
* TODO: updateKay Sievers2014-01-20
|
* update TODOLennart Poettering2014-01-20
|
* update TODOLennart Poettering2014-01-20
|
* sd-resolve: rename get_next() and get_n_queries() + cleanupDaniel Buch2014-01-18
|
* sd-resolve: get rid of sd_resolve_freeanswer()Daniel Buch2014-01-18
|
* Update TODOLennart Poettering2014-01-17
|
* update TODOLennart Poettering2014-01-17
|
* libsystemd-bus: rename to libsystemdTom Gundersen2014-01-13
| | | | | Documentation was updated to refer to either 'libsystemd' or 'sd-bus' in place of libsystemd-bus.
* TODO: updateKay Sievers2014-01-13
|
* TODO: update rtnl/network sectionsTom Gundersen2014-01-12
|
* update TODOLennart Poettering2014-01-12
|
* man: add busctl(1)Zbigniew Jędrzejewski-Szmek2014-01-11
|
* networkd: use structured logging for links and bridgesZbigniew Jędrzejewski-Szmek2014-01-08
|
* Improve messages about user mode a bitZbigniew Jędrzejewski-Szmek2014-01-08
|
* update TODOLennart Poettering2014-01-08
|
* update TODOLennart Poettering2014-01-07
|
* TODO: extend login capability noteDavid Herrmann2014-01-05
| | | | | | 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.
* bus: add some preliminary docs for porting existing dbus1 client libraries ↵Lennart Poettering2013-12-27
| | | | to kdbus
* man: document fail/nofail, auto/noautoZbigniew Jędrzejewski-Szmek2013-12-25
| | | | Also s/filesystem/file system/ in a few places.
* Trim TODOZbigniew Jędrzejewski-Szmek2013-12-25
|
* update TODOLennart Poettering2013-12-26
|
* update TODOLennart Poettering2013-12-24
|
* update TODOLennart Poettering2013-12-23
|
* update TODOLennart Poettering2013-12-22
|
* bus: introduce concept of "const" propertiesLennart Poettering2013-12-22
| | | | | | | | | | | | 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.
* util: remove union dirent_storageFlorian Weimer2013-12-21
|
* update TODOLennart Poettering2013-12-21
|
* update TODOLennart Poettering2013-12-21
|
* update TODOLennart Poettering2013-12-21
|
* driverd: implement AddMatch/RemoveMatch logicLennart Poettering2013-12-19
|
* libudev: disable monitor inside a containerKay Sievers2013-12-18
| | | | | | Uevents are events of the host, which should not leak into a container. Containers do not support hotplug at the moment, and devices and uevents are not namespace aware.
* libudev: devices received from udev are always initializedKay Sievers2013-12-18
|
* comment out udev's is_initialized call until the problem is sorted outKay Sievers2013-12-18
|
* update TODOLennart Poettering2013-12-17
|
* update TODOLennart Poettering2013-12-16
|
* update TODOLennart Poettering2013-12-13
|
* man: document more error codes for sd_bus_request_name()Lennart Poettering2013-12-13
|
* update TODOLennart Poettering2013-12-13
|
* event: when unreffing an event source from its own handler, detach fd from epollLennart Poettering2013-12-13
| | | | | | | | The pattern of unreffing an IO event source and then closing its fd is frequently seen in even source callbacks. Previously this likely resultet in us removing the fd from the epoll after it was closed which is problematic, since while we were dispatching we always kept an extra reference to event source objects because we might still need it later.
* event: rework sd-event exit logicLennart Poettering2013-12-13
| | | | | | | | | | | | | With this change a failing event source handler will not cause the entire event loop to fail. Instead, we just disable the specific event source, log a message at debug level and go on. This also introduces a new concept of "exit code" which can be stored in the event loop and is returned by sd_event_loop(). We also rename "quit" to "exit" everywhere else. Altogether this should make things more robus and keep errors local while still providing a way to return event loop errors in a clear way.
* update TODOLennart Poettering2013-12-12
|