summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAge
* Remove src/journalAndy Wingo2015-04-19
* sd-journal: return error when we cannot open a fileZbigniew Jędrzejewski-Szmek2015-03-08
* journal: make skipping of exhausted journal files effective againMichal Schmidt2015-02-25
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-12
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* Revert "journal: do not check for number of files"Lennart Poettering2015-01-29
* journal: do not check for number of filesZbigniew Jędrzejewski-Szmek2015-01-09
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-24
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-19
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-19
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-19
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-18
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-18
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-18
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-18
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-18
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-18
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-18
* journal: simplify set_location()Michal Schmidt2014-12-18
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-18
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-18
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-18
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-18
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-13
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-13
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-10
* journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt2014-12-09
* journal: optimize iteration: skip whole files behind current locationMichal Schmidt2014-12-09
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* journal: make sd_journal::files a OrderedHashmapMichal Schmidt2014-10-23
* machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering2014-10-22
* sd-journal: consistently use ternary operator for all direction checksChristian Hesse2014-10-20
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-09
* sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek2014-10-09
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek2014-08-27
* sd-journal: never log anything by default from a libraryLennart Poettering2014-08-26
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-03
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* man,journal: add note about sd_journal_get_cutoff_monotonic_usec return valueZbigniew Jędrzejewski-Szmek2014-07-18
* Fix build without any compression enabledZbigniew Jędrzejewski-Szmek2014-07-11
* journal/compress: fix calls to decompress_blobZbigniew Jędrzejewski-Szmek2014-07-07
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-06
* Use %m instead of strerror(errno) where appropiateCristian Rodríguez2014-05-25
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18