summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2012-10-27coredumpctl: add 'gdb' verb to start gdb right-away on a collected coredumpLennart Poettering
2012-10-26coredumpctl: show timestamps in listLennart Poettering
2012-10-26journal: special case the trivial cache chain cache entryLennart Poettering
2012-10-26coredumpctl: optimize journal entry parsing a bit by enumerating only onceLennart Poettering
2012-10-26coredumpctl: initialize global varsLennart Poettering
2012-10-26journal: provide an API that allows client to figure out whether they need to...Lennart Poettering
2012-10-26journal: fix parsing of monotonic kernel timestampsLennart Poettering
2012-10-26journal: introduce entry array chain cacheLennart Poettering
2012-10-26test: extend test-send to send some weirder dataLennart Poettering
2012-10-26journal: properly determine cutoff max dateLennart Poettering
2012-10-25journal: properly serialize fields with multiple values into JSONLennart Poettering
2012-10-24journalctl: remove left-over log messageLennart Poettering
2012-10-22shared: move sparse-endian.h from journalKay Sievers
2012-10-21journal: use le64_t instead of uint64_t where this is appropriateLennart Poettering
2012-10-20journal: link up documentation with the file structure headerLennart Poettering
2012-10-19journal: add tool to extract coredumpsZbigniew Jędrzejewski-Szmek
2012-10-19journald.conf: remove MinSize= settingsLennart Poettering
2012-10-19util: unify line caching and column cachingLennart Poettering
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering
2012-10-18journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering
2012-10-18journalctl: don't ellipsize unless on a ttyLennart Poettering
2012-10-18journalctl: honour -n if -F is usedLennart Poettering
2012-10-18journal: fix symbol versioning fileLennart Poettering
2012-10-18journal: typo fixLennart Poettering
2012-10-18journal: implement filtering in browse.htmlLennart Poettering
2012-10-18journal: add high-level match option to filter by current boot idLennart Poettering
2012-10-18journal: add ability to list unique fields to gatewaydLennart Poettering
2012-10-18journal: validate field name in sd_journal_query_unique()Lennart Poettering
2012-10-18libsystemd-journal: export sd_journal_restart_uniqueZbigniew Jędrzejewski-Szmek
2012-10-18journal: suggest rotation when fields are not indexedLennart Poettering
2012-10-18journalctl: move access check before the first access to the journal filesLennart Poettering
2012-10-18journalctl: implement quering field values with new -F switchLennart Poettering
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-17journal: fix potential integer overflowLennart Poettering
2012-10-16journalctl: properly track rotated journals in follow modeLennart Poettering
2012-10-16sd-journal: fix bad memory accessLennart Poettering
2012-10-16journal: implement time-based rotation/vacuumingLennart Poettering
2012-10-16journal: sort data items of entries by offsetLennart Poettering
2012-10-16journal: Set the last_unused pointer correctly when attaching an unused windowColin Guthrie
2012-10-16journal: Properly track the number of allocated windows.Colin Guthrie
2012-10-16journalctl: add --unit=/-u to match by unit nameLennart Poettering
2012-10-16journalctl: harmonise in-stream commentsLennart Poettering
2012-10-15journalctl: skip informational messages in export/json modesZbigniew Jędrzejewski-Szmek
2012-10-14journalctl: make --follow really workZbigniew Jędrzejewski-Szmek
2012-10-13journalctl: make --follow work againZbigniew Jędrzejewski-Szmek
2012-10-13journal-verify: get rid of an unused variableZbigniew Jędrzejewski-Szmek
2012-10-13journald: add missing includeZbigniew Jędrzejewski-Szmek
2012-10-13journal-gatewayd: rename variables to avoid -Wshadow warningZbigniew Jędrzejewski-Szmek
2012-10-13journald: properly update message size after stripping the identifierZbigniew Jędrzejewski-Szmek
2012-10-13journal: fix build in VALGRIND compatibility modeZbigniew Jędrzejewski-Szmek