summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAge
* journal: pipe journalctl help output into a pagerDjalal Harouni2013-12-11
* journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering2013-12-11
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-11
* journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering2013-12-11
* journald: cache hostname, boot_id and machine_id fields instead of generating...Lennart Poettering2013-12-11
* journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering2013-12-11
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-11
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-11
* journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek2013-12-10
* journald: use a bit more cleanup magic!Lennart Poettering2013-12-10
* Ensure unit is journaled for short-lived or oneshot processesDan McGee2013-12-10
* Fix memory leak in stdout journal streamsDan McGee2013-12-08
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* journal: fail silently in sd_j_sendv() if journal is unavailableZbigniew Jędrzejewski-Szmek2013-12-03
* catalog: determine language from the filenameZbigniew Jędrzejewski-Szmek2013-12-02
* Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen2013-12-02
* journald: mention how long we needed to flush to /var in the logsLennart Poettering2013-11-27
* journal: simplify pre-allocation logicLennart Poettering2013-11-27
* journal: add a test case for flushing messages out of a series of journal fil...Lennart Poettering2013-11-27
* journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering2013-11-27
* journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering2013-11-27
* journal: optimize bisection logic a bit by caching the last positionLennart Poettering2013-11-26
* journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering2013-11-26
* journal: make table constLennart Poettering2013-11-26
* journal: when appending to journal file, allocate larger blocks at onceLennart Poettering2013-11-26
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-26
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-25
* Remove duplicate includesKarel Zak2013-11-18
* journal: timestamp support on console messagesUmut Tezduyar Lindskog2013-11-13
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* journal: fix minor memory leakLennart Poettering2013-11-08
* bus: use new property retrieval calls everywhereLennart Poettering2013-11-07
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-06
* journalctl: add --list-boots to show boot IDs and timesZbigniew Jędrzejewski-Szmek2013-10-28
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* macro: clean up usage of gcc attributesLennart Poettering2013-10-16
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-14
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-13
* journald: use greedy_realloc in one placeZbigniew Jędrzejewski-Szmek2013-10-13
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* security: missing header inclusionsLennart Poettering2013-10-10
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-10
* journald: remove rotated file from hashmap when rotation failsZbigniew Jędrzejewski-Szmek2013-10-09
* journald: replace new+snprintf with asprintfZbigniew Jędrzejewski-Szmek2013-10-09
* tests: fix some memory leaks in testsLennart Poettering2013-10-09