summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
AgeCommit message (Expand)Author
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
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-05journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-20journal: fix compiler warning in real_journal_next()Daniel Mack
2014-02-19journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-02-17doc: update punctuationJan Engelhardt
2014-01-11journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek
2013-12-21journal: replace readdir_r with readdirFlorian Weimer
2013-12-11journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering
2013-12-11journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-12-02Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen
2013-11-26journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering
2013-11-08journal: fix minor memory leakLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-08-20Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek
2013-07-16journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek
2013-07-16journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek
2013-06-10journal: change direction tests to use the same convention (cp </> np)Zbigniew Jędrzejewski-Szmek
2013-06-10journal: remember last direction of search and keep offset cacheZbigniew Jędrzejewski-Szmek
2013-06-10journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek
2013-06-10journal: loop less in MATCH_AND_TERM conditionalsZbigniew Jędrzejewski-Szmek
2013-06-10journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek
2013-06-10journal: simplify match_free_if_emptyZbigniew Jędrzejewski-Szmek
2013-06-04systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek