summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAge
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-24
* journal: when we shall go down do so cleanlyLennart Poettering2013-12-22
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* journal: replace readdir_r with readdirFlorian Weimer2013-12-21
* journald/server: replace readdir_r with readdirFlorian Weimer2013-12-21
* journal/vacuum: replace readdir_r with readdirFlorian Weimer2013-12-21
* journalctl,zsh-completion: fix several issues in --help message textJason St. John2013-12-18
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* journal-file.c: remove redundant assignment of variableThomas Hindoe Paaboel Andersen2013-12-17
* journald: before closing /dev/kmsg let's unregister the event sourceLennart Poettering2013-12-17
* journald: close /dev/kmsg again if we cannot make use of itLennart Poettering2013-12-17
* journald: downgrade warning message when /dev/kmsg does not existLennart Poettering2013-12-17
* journal: fix against (theoretical) undefined behaviorShawn Landden2013-12-16
* journal-file: protect against alloca(0)Thomas Hindoe Paaboel Andersen2013-12-16
* catalog: fix language detectionZbigniew Jędrzejewski-Szmek2013-12-15
* bus: _printf_ attributes should be on prototypes not function definitions for...Lennart Poettering2013-12-15
* test-journal-syslog: use streq_ptr since we pass in NULLThomas Hindoe Paaboel Andersen2013-12-15
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-13
* event: rework sd-event exit logicLennart Poettering2013-12-13
* 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