summaryrefslogtreecommitdiffstats
path: root/src/journal/sd-journal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-181-1/+1
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-181-23/+0
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-181-24/+0
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-131-3/+3
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-131-9/+0
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-101-12/+2
* journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt2014-12-091-0/+24
* journal: optimize iteration: skip whole files behind current locationMichal Schmidt2014-12-091-0/+23
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-6/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-6/+6
* journal: make sd_journal::files a OrderedHashmapMichal Schmidt2014-10-231-19/+19
* machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering2014-10-221-1/+1
* sd-journal: consistently use ternary operator for all direction checksChristian Hesse2014-10-201-4/+2
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-101-5/+6
* sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek2014-10-101-6/+12
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-4/+4
* sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek2014-08-281-0/+15
* sd-journal: never log anything by default from a libraryLennart Poettering2014-08-261-1/+1
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-041-2/+2
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-10/+10