summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
AgeCommit message (Expand)Author
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: fix sd_journal_open_directory with SD_JOURNAL_OS_ROOTZbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: allow SYSTEM and CURRENT_USER flags with sd_j_open_directory[_fd]Zbigniew Jędrzejewski-Szmek
2016-08-12sd-journal: split out flags into separate defines for legibilityZbigniew Jędrzejewski-Szmek
2016-08-09sd-journal: watch logs below container's /{var,run}/log/journal (instead of t...Evgeny Vereshchagin
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-05-04treewide: fix typos (#3187)Torstein Husebø
2016-04-25sd-journal: "soft" deprecate sd_journal_open_container()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-25sd-journal: properly collect errors from readdir()Lennart Poettering
2016-04-25journal: add inotify watches by-fd instead of by-pathLennart Poettering
2016-02-29Use `PRIu64` to print `uint64_t` in log msgsElias Probst
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-07treewide: fix typos and spacingTorstein Husebø
2016-02-01sd-journal: minor optimizationLennart Poettering
2016-02-01sd-journal: add an API to enumerate known field names of the journalLennart Poettering
2016-02-01sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek
2015-12-13journal: decompress_startswith can return an errorZbigniew Jędrzejewski-Szmek
2015-11-03journalctl: when we fail to open a journal file, print whyLennart Poettering
2015-11-03sd-journal: various clean-ups and modernizationsLennart Poettering
2015-11-01sd-journal.c: port to extract_first_wordSusant Sahani
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-18journal: remove error check that never happensThomas Hindoe Paaboel Andersen
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-08sd-journal: return error when we cannot open a fileZbigniew Jędrzejewski-Szmek
2015-02-25journal: make skipping of exhausted journal files effective againMichal Schmidt
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-29Revert "journal: do not check for number of files"Lennart Poettering
2015-01-09journal: do not check for number of filesZbigniew Jędrzejewski-Szmek
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt