summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-05journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek
2014-03-05journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering
2014-02-27journalctl: refuse extra arguments with --verify and similarZbigniew Jędrzejewski-Szmek
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-23journal: downgrade vaccuum message to debug levelLennart Poettering
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering
2014-02-21journald: ignore failure to watch hostname_fd on older kernelsDave Reisner
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-02-20journal: fix compiler warning in journal_file_append_data()Daniel Mack
2014-02-20journal: fix compiler warning in real_journal_next()Daniel Mack
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19build-sys: merge libsystemd-journal into libsystemdKay Sievers
2014-02-19journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-17doc: update punctuationJan Engelhardt
2014-02-17Some modernizationsZbigniew Jędrzejewski-Szmek
2014-02-11journald: log provenience of signalsZbigniew Jędrzejewski-Szmek
2014-02-04journal: Drop pkgconfig reference to libsystemd-id128.Colin Guthrie
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-28Get rid of write_safeZbigniew Jędrzejewski-Szmek
2014-01-28always use the same code for creating temporary filesLennart Poettering
2014-01-27journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek
2014-01-27Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek
2014-01-15Revert "Revert "coredumpctl: in case of error free pattern after print""Lukas Nykryn
2014-01-14Revert "coredumpctl: in case of error free pattern after print"Zbigniew Jędrzejewski-Szmek
2014-01-14coredumpctl: in case of error free pattern after printLukas Nykryn
2014-01-11journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek
2014-01-11journalctl: allow globbing in --unit and --user-unitZbigniew Jędrzejewski-Szmek
2014-01-11journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek
2014-01-05journal: Add missing byte order conversionsGeorge McCollister
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek
2013-12-26journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobarLennart Poettering
2013-12-26Revert "journalctl: remove unexpected behavior of journalctl -b"Lennart Poettering
2013-12-25journalctl: remove unexpected behavior of journalctl -bDave Reisner
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