summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-12-22journal: when we shall go down do so cleanlyLennart Poettering
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-21journal: replace readdir_r with readdirFlorian Weimer
2013-12-21journald/server: replace readdir_r with readdirFlorian Weimer
2013-12-21journal/vacuum: replace readdir_r with readdirFlorian Weimer
2013-12-18journalctl,zsh-completion: fix several issues in --help message textJason St. John
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-12-17journal-file.c: remove redundant assignment of variableThomas Hindoe Paaboel Andersen
2013-12-17journald: before closing /dev/kmsg let's unregister the event sourceLennart Poettering
2013-12-17journald: close /dev/kmsg again if we cannot make use of itLennart Poettering
2013-12-17journald: downgrade warning message when /dev/kmsg does not existLennart Poettering
2013-12-16journal: fix against (theoretical) undefined behaviorShawn Landden
2013-12-16journal-file: protect against alloca(0)Thomas Hindoe Paaboel Andersen
2013-12-15catalog: fix language detectionZbigniew Jędrzejewski-Szmek
2013-12-15bus: _printf_ attributes should be on prototypes not function definitions for...Lennart Poettering
2013-12-15test-journal-syslog: use streq_ptr since we pass in NULLThomas Hindoe Paaboel Andersen
2013-12-14Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering
2013-12-13event: rework sd-event exit logicLennart Poettering
2013-12-11journal: pipe journalctl help output into a pagerDjalal Harouni
2013-12-11journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering
2013-12-11journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering
2013-12-11journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering
2013-12-11journald: cache hostname, boot_id and machine_id fields instead of generating...Lennart Poettering
2013-12-11journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering
2013-12-10journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek
2013-12-10journald: use a bit more cleanup magic!Lennart Poettering
2013-12-10Ensure unit is journaled for short-lived or oneshot processesDan McGee
2013-12-08Fix memory leak in stdout journal streamsDan McGee
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-12-03journal: fail silently in sd_j_sendv() if journal is unavailableZbigniew Jędrzejewski-Szmek
2013-12-02catalog: determine language from the filenameZbigniew Jędrzejewski-Szmek
2013-12-02Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen
2013-11-27journald: mention how long we needed to flush to /var in the logsLennart Poettering
2013-11-27journal: simplify pre-allocation logicLennart Poettering
2013-11-27journal: add a test case for flushing messages out of a series of journal fil...Lennart Poettering
2013-11-27journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering
2013-11-27journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering
2013-11-26journal: optimize bisection logic a bit by caching the last positionLennart Poettering
2013-11-26journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering
2013-11-26journal: make table constLennart Poettering
2013-11-26journal: when appending to journal file, allocate larger blocks at onceLennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-18Remove duplicate includesKarel Zak