aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+5
* bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()Lennart Poettering2013-11-121-3/+3
* bus: add APIs for adding iovecs to messages as string or arraysLennart Poettering2013-11-111-0/+3
* bus: add APIs to easily query string and strv propertiesLennart Poettering2013-11-071-2/+4
* shutdown: as sd-shutdown.h is a drop-in header it should not include any othe...Lennart Poettering2013-11-071-1/+11
* api: replace manual C++ guards by macrosLennart Poettering2013-11-0712-75/+70
* api: add C++ guardsLennart Poettering2013-11-076-6/+38
* rtnl: headers in src/systemd/ may not use #pragma onceLennart Poettering2013-11-071-2/+5
* rtnl: headers in src/systemd/ may not include internal headersLennart Poettering2013-11-071-10/+1
* utf8: export utf8 validation functions as part of sd-busLennart Poettering2013-11-071-0/+28
* bus: add sd_bus_get_current() bus call to determine message that is currently...Lennart Poettering2013-11-051-0/+2
* bus: add new bus API call sd_bus_message_at_end()Lennart Poettering2013-11-051-0/+1
* bus: add sd_bus_message_read_strv()Marc-Antoine Perennou2013-11-051-0/+1
* bus: add sd_bus_message_skip() to skip over multiple fieldsLennart Poettering2013-11-051-0/+1
* event: add some well-defined priority values of event sourcesLennart Poettering2013-11-051-0/+7
* rtnl: add support for routesTom Gundersen2013-11-041-2/+10
* sd-login: Fix typoBastien Nocera2013-11-021-1/+1
* timedatectl: assorted simplificationsLennart Poettering2013-10-311-0/+1
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-301-0/+1
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+2
* rtnl: move set_link_properties to rtnl-utilsTom Gundersen2013-10-291-0/+2
* bus: add a macro to simplify reading of UUIDsLennart Poettering2013-10-291-0/+6
* bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API callsLennart Poettering2013-10-291-0/+2
* sd-rtnl: minor fixesTom Gundersen2013-10-291-4/+4
* libsystemd-rtnl: add a rtnetlink libraryTom Gundersen2013-10-271-0/+52
* api: unify some common bits used by public systemd APIsLennart Poettering2013-10-165-50/+75
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-163-13/+24
* bus: extend bus protocol definitions a bitLennart Poettering2013-10-161-0/+52
* bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...Lennart Poettering2013-10-111-4/+4
* bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...Lennart Poettering2013-10-111-0/+1
* bus: don't rely on gccisms/c11 in public header files.Lennart Poettering2013-10-112-21/+20
* bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...Lennart Poettering2013-10-111-3/+0
* bus: when NULL is specified as property callback, automatically handle serial...Lennart Poettering2013-10-111-1/+1
* bus: decorate API calls with gcc attributes where appropriateLennart Poettering2013-10-111-5/+9
* event: add apis to query the timestamp of the event currently processedLennart Poettering2013-10-111-0/+2
* event: move all library calls over to new assert_return() macroLennart Poettering2013-10-111-7/+7
* event: add sd_event_source_get_child_pid() call to query the PID of a child e...Lennart Poettering2013-10-111-2/+1
* event: rename the "mute" field of event sources to "enabled"Lennart Poettering2013-10-111-4/+4
* event: implement quit handlersLennart Poettering2013-10-111-8/+16
* event: refuse operation if the caller tries to reuse an event loop after a fo...Lennart Poettering2013-10-101-1/+1
* event: add timer accuracy/coalescing logicLennart Poettering2013-10-101-3/+5
* bus: add minimal event loop APILennart Poettering2013-10-102-1/+99
* libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering2013-10-093-19/+201
* sd-login: add a public accessor for the VT numberGiovanni Campagna2013-09-111-0/+3
* journald: fix space limits reportingZbigniew Jędrzejewski-Szmek2013-06-241-0/+1
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-211-1/+4
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-202-0/+12
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-101-0/+1
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-101-1/+3
* bus: add APIs for negotiating what is attached to messagesLennart Poettering2013-05-171-1/+8