summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
Commit message (Expand)AuthorAge
...
* 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
* journal: add one more level on top with ANDHarald Hoyer2013-04-17
* journal: Fix typoMarius Vollmer2013-04-08
* journal: add sd_journal_get_timeout() call to public APILennart Poettering2013-04-04
* journal: add public API call sd_journal_get_events()Lennart Poettering2013-04-04
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-28
* journal: don't access j->files after useLennart Poettering2013-03-23
* journalctl: various fixes to the access check logicLennart Poettering2013-03-23
* journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek2013-03-22
* sd-journal: do not require path to be absoluteZbigniew Jędrzejewski-Szmek2013-03-18
* journal: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-03-18
* journal: use sd_journal_close on error in sd_journal_newZbigniew Jędrzejewski-Szmek2013-03-18
* libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek2013-03-07
* log-show: look at everything in /run/log/journalZbigniew Jędrzejewski-Szmek2013-02-26
* journal: sd_journal_get_cursor should return 0 on successZbigniew Jędrzejewski-Szmek2013-02-22
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-21