summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2016-04-25journalctl: simplify discover_next_boot() a bitLennart Poettering
2016-04-25journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering
2016-04-25journalctl: add some explanatory comments to get_boots()Lennart Poettering
2016-04-25sd-journal: add logic to open journal files of a specific OS treeLennart Poettering
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-04-25sd-journal: minor simplificationLennart Poettering
2016-04-25journalctl: improve error message when we have trouble reading journal filesLennart Poettering
2016-04-25sd-journal: properly collect errors from readdir()Lennart Poettering
2016-04-25journal: add inotify watches by-fd instead of by-pathLennart Poettering
2016-04-22journalctl: add --no-hostname switchLennart Poettering
2016-04-22coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-16journald: rewrite function with switch, fix handling of -ESHUTDOWNZbigniew Jędrzejewski-Szmek
2016-04-08journal: assert gcry_mpi_scan succeededZbigniew Jędrzejewski-Szmek
2016-04-02compress: fix gcc warnings about void* used in arithmeticZbigniew Jędrzejewski-Szmek
2016-04-02test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek
2016-03-04test-compress-benchmark: skip loop iteration if size is 0Zbigniew Jędrzejewski-Szmek
2016-02-29Use `PRIu64` to print `uint64_t` in log msgsElias Probst
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-23Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-errorLennart Poettering
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22journal: restore offline state on errorVito Caputo
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: asynchronous journal_file_set_offline()Vito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-19journal: add void cast to fsync() callsVito Caputo
2016-02-18journal/catalog: fix memory leaksZbigniew Jędrzejewski-Szmek
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering
2016-02-11Move initialize_libgcrypt to separate fileZbigniew Jędrzejewski-Szmek
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek
2016-02-10build-sys: move coredump logic into subdir of its ownLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-09journal: Drop monotonicity check when appending to journal fileKlearchos Chaloulos
2016-02-07Merge pull request #2546 from torstehu/fix-typo3Zbigniew Jędrzejewski-Szmek
2016-02-07Merge pull request #2536 from vcaputo/journal-misc-cleanupsZbigniew Jędrzejewski-Szmek
2016-02-07treewide: fix typos and spacingTorstein Husebø
2016-02-06journal: add missing space to switch statementVito Caputo
2016-02-06Merge pull request #2138 from stefwalter/journal-combineLennart Poettering
2016-02-05journal: remove template from open_journal argsVito Caputo
2016-02-05journal: Add test for merging journal entriesStef Walter
2016-02-05journal: Refactor test-catalog importing testsStef Walter
2016-02-05journal: Combine journal catalog entries with the same idStef Walter
2016-02-05journal: move mmap() ENOMEM loop to functionVito Caputo
2016-02-05journal: add asserts on f->(data|field)_hash_tableVito Caputo
2016-02-05journal: add asserts for f->headerVito Caputo
2016-02-05journal: move window initialization to window_addVito Caputo
2016-02-03journal: fix boolean handling in MMapCacheLennart Poettering
2016-02-03Merge pull request #2519 from msekletar/journalctl-device-log-current-boot-v2Lennart Poettering