summaryrefslogtreecommitdiff
path: root/src/systemd
AgeCommit message (Expand)Author
2013-04-17journal: add one more level on top with ANDHarald Hoyer
2013-04-17sd-messages.h: add new bootchart message idZbigniew Jędrzejewski-Szmek
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-16bus: parse unit/user unit/session from cgroup pathLennart Poettering
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-15sd-login: add a sd_pid_get_user_unit() callLennart Poettering
2013-04-15kdbus: parse cgroup meta data, tooLennart Poettering
2013-04-14kdbus: also parse cmdline message attributeLennart Poettering
2013-04-13kdbus: parse even more kernel meta data fieldsLennart Poettering
2013-04-12bus: parse and expose kdbus message timestampsLennart Poettering
2013-04-12bus: also parse PID starttime out of kdbus messageLennart Poettering
2013-04-12bus: make kdbus work so that we can exchange real messagesLennart Poettering
2013-04-09update TODOLennart Poettering
2013-04-08update TODOLennart Poettering
2013-04-05bus: add convenience calls for method replies, tooLennart Poettering
2013-04-05bus: use C99 struct construction for error initializersLennart Poettering
2013-04-05bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering
2013-04-05bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering
2013-04-05bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering
2013-04-04journal: add sd_journal_get_timeout() call to public APILennart Poettering
2013-04-04login: add sd_login_monitor_get_timeout() public api callLennart Poettering
2013-04-04login: add new public API call sd_login_monitor_get_events() to get poll() fl...Lennart Poettering
2013-04-04journal: add public API call sd_journal_get_events()Lennart Poettering
2013-04-02update TODOLennart Poettering
2013-04-01bus: fall back to readv/writev if recvmsg/sendmsg don't workLennart Poettering
2013-03-31journal-gatewayd: query PID 1 for virtalizationLennart Poettering
2013-03-13shutdown: move attribute packed to the end of the declaration, so it is not i...Michal Sekletar
2013-01-27logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek
2013-01-15login: introduce sd_session_get_tty()Lennart Poettering
2012-12-05core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-11-20journal: add sd_journal_get_catalog_for_message_id() as API to get catalog en...Lennart Poettering
2012-11-16catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering
2012-11-15journal: implement message catalogLennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-18systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-16id128: introduce new SD_ID128_CONST_STR() macroLennart Poettering
2012-10-16journal: don't export MESSAGE_ID() macroLennart Poettering
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-10-10journal: when browsing the journal via browse.html allow clicking on entries ...Lennart Poettering
2012-09-21journald: log how big the journal files may growLennart Poettering
2012-09-17journald: log when we fail to forward messages to syslogLennart Poettering
2012-09-13daemon: Fix broken links to sd-daemon.cEelco Dolstra
2012-09-13journal: fix 128bit IDs of unit reload entriesLennart Poettering
2012-09-07journal: add call to determine current journal file disk usageLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-08-10id128: don't use C99 bool in public headersLennart Poettering
2012-08-09journald: never read the same kernel msg twice, and generate message when we ...Lennart Poettering