summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAgeFilesLines
...
* sd-journal: "soft" deprecate sd_journal_open_container()Lennart Poettering2016-04-251-0/+3
* sd-journal: add logic to open journal files of a specific OS treeLennart Poettering2016-04-251-4/+10
* sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-251-39/+220
* sd-journal: minor simplificationLennart Poettering2016-04-251-7/+1
* sd-journal: properly collect errors from readdir()Lennart Poettering2016-04-251-2/+2
* journal: add inotify watches by-fd instead of by-pathLennart Poettering2016-04-251-5/+5
* Use `PRIu64` to print `uint64_t` in log msgsElias Probst2016-02-291-1/+2
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-5/+5
* journal: defer journal closes on rotateVito Caputo2016-02-191-1/+1
* journal: add void cast to journal_file_close() callsVito Caputo2016-02-191-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* treewide: fix typos and spacingTorstein Husebø2016-02-071-1/+1
* sd-journal: minor optimizationLennart Poettering2016-02-011-10/+6
* sd-journal: add an API to enumerate known field names of the journalLennart Poettering2016-02-011-0/+156
* sd-journal: introduce has_runtime_files and has_persistent_filesJan Synacek2016-02-011-0/+18
* journal: decompress_startswith can return an errorZbigniew Jędrzejewski-Szmek2015-12-131-2/+6
* journalctl: when we fail to open a journal file, print whyLennart Poettering2015-11-031-9/+40
* sd-journal: various clean-ups and modernizationsLennart Poettering2015-11-031-140/+113
* sd-journal.c: port to extract_first_wordSusant Sahani2015-11-011-10/+11
* util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+2
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-12/+14
* util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering2015-08-241-0/+1
* journal: remove error check that never happensThomas Hindoe Paaboel Andersen2015-08-181-9/+3
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* sd-journal: return error when we cannot open a fileZbigniew Jędrzejewski-Szmek2015-03-081-1/+1
* journal: make skipping of exhausted journal files effective againMichal Schmidt2015-02-251-9/+15
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-5/+5
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-2/+1
* Revert "journal: do not check for number of files"Lennart Poettering2015-01-291-0/+7
* journal: do not check for number of filesZbigniew Jędrzejewski-Szmek2015-01-091-7/+0
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-241-2/+2
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-191-6/+6
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-191-8/+5
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-191-36/+30
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-181-4/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-181-6/+4
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-181-0/+6
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-181-1/+7
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-181-8/+2
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-181-5/+2
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-181-85/+1
* journal: simplify set_location()Michal Schmidt2014-12-181-8/+3
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-181-1/+9