summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
AgeCommit message (Expand)Author
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
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt
2014-12-18journal: simplify set_location()Michal Schmidt
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering
2014-12-09journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt
2014-12-09journal: optimize iteration: skip whole files behind current locationMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-23journal: make sd_journal::files a OrderedHashmapMichal Schmidt
2014-10-22machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering
2014-10-20sd-journal: consistently use ternary operator for all direction checksChristian Hesse
2014-10-09sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen
2014-10-09sd-journal: do not reset sd_j_enumerate_unique position on errorZbigniew Jędrzejewski-Szmek
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-27sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek
2014-08-26sd-journal: never log anything by default from a libraryLennart Poettering
2014-08-03Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-18man,journal: add note about sd_journal_get_cutoff_monotonic_usec return valueZbigniew Jędrzejewski-Szmek
2014-07-11Fix build without any compression enabledZbigniew Jędrzejewski-Szmek
2014-07-07journal/compress: fix calls to decompress_blobZbigniew Jędrzejewski-Szmek
2014-07-06journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek
2014-05-25Use %m instead of strerror(errno) where appropiateCristian Rodríguez