summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAge
* 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
* journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek2014-03-05
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* journal: fix compiler warning in real_journal_next()Daniel Mack2014-02-20
* journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering2014-02-19
* make gcc shut upLennart Poettering2014-02-19
* doc: update punctuationJan Engelhardt2014-02-17
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-11
* journal: replace readdir_r with readdirFlorian Weimer2013-12-21
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-11
* journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering2013-12-11
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-11
* Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen2013-12-02
* journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering2013-11-26
* journal: fix minor memory leakLennart Poettering2013-11-08
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-20
* journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek2013-07-16
* journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek2013-07-16
* journal: change direction tests to use the same convention (cp </> np)Zbigniew Jędrzejewski-Szmek2013-06-10
* journal: remember last direction of search and keep offset cacheZbigniew Jędrzejewski-Szmek2013-06-10
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-10
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-10
* journal: loop less in MATCH_AND_TERM conditionalsZbigniew Jędrzejewski-Szmek2013-06-10
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-10
* journal: simplify match_free_if_emptyZbigniew Jędrzejewski-Szmek2013-06-10
* systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek2013-06-04
* sd-journal: check if the pointers passed are the sameThomas Hindoe Paaboel Andersen2013-05-14
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-08
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* Reintroduce f_type comparison macroHarald Hoyer2013-04-19
* journal: when iterating through a file we might lose messages when changing d...Marius Vollmer2013-04-18
* Revert f_type fixupsHarald Hoyer2013-04-18
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-18
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-18
* fixup for cddf148028f52Harald Hoyer2013-04-17
* fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer2013-04-17
* fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer2013-04-17