summaryrefslogtreecommitdiffstats
path: root/src/journal/sd-journal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: forget file after encountering an errorZbigniew Jędrzejewski-Szmek2014-03-051-4/+12
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-251-2/+0
* journal: fix compiler warning in real_journal_next()Daniel Mack2014-02-201-2/+2
* journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us...Lennart Poettering2014-02-191-8/+10
* make gcc shut upLennart Poettering2014-02-191-1/+1
* doc: update punctuationJan Engelhardt2014-02-181-2/+2
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-111-3/+15
* journal: replace readdir_r with readdirFlorian Weimer2013-12-221-6/+18
* journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering2013-12-111-1/+1
* journal: when listing logs of a container make sure we don't accidentally sho...Lennart Poettering2013-12-111-11/+15
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-111-14/+52
* Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen2013-12-021-189/+92
* journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering2013-11-261-1/+3
* journal: fix minor memory leakLennart Poettering2013-11-081-1/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-211-5/+5
* journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek2013-07-171-1/+1
* journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek2013-07-161-4/+76
* journal: change direction tests to use the same convention (cp </> np)Zbigniew Jędrzejewski-Szmek2013-06-101-13/+10
* journal: remember last direction of search and keep offset cacheZbigniew Jędrzejewski-Szmek2013-06-101-6/+5
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-101-19/+98
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-5/+5
* journal: loop less in MATCH_AND_TERM conditionalsZbigniew Jędrzejewski-Szmek2013-06-101-24/+17
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-101-6/+39
* journal: simplify match_free_if_emptyZbigniew Jędrzejewski-Szmek2013-06-101-14/+5
* systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek2013-06-041-6/+6
* sd-journal: check if the pointers passed are the sameThomas Hindoe Paaboel Andersen2013-05-151-0/+4
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-091-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-031-1/+1
* Reintroduce f_type comparison macroHarald Hoyer2013-04-191-5/+5
* journal: when iterating through a file we might lose messages when changing d...Marius Vollmer2013-04-181-0/+3
* Revert f_type fixupsHarald Hoyer2013-04-181-5/+5
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-4/+4
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-181-5/+5
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-181-5/+5
* fixup for cddf148028f52Harald Hoyer2013-04-171-5/+5
* fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer2013-04-171-5/+5
* fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer2013-04-171-5/+5
* journal: add one more level on top with ANDHarald Hoyer2013-04-171-27/+53
* journal: Fix typoMarius Vollmer2013-04-081-1/+1
* journal: add sd_journal_get_timeout() call to public APILennart Poettering2013-04-041-5/+38
* journal: add public API call sd_journal_get_events()Lennart Poettering2013-04-041-0/+13
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-291-2/+2
* journal: don't access j->files after useLennart Poettering2013-03-231-2/+2
* journalctl: various fixes to the access check logicLennart Poettering2013-03-231-11/+19
* journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek2013-03-221-13/+41
* sd-journal: do not require path to be absoluteZbigniew Jędrzejewski-Szmek2013-03-191-1/+1
* journal: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-03-181-37/+12
* journal: use sd_journal_close on error in sd_journal_newZbigniew Jędrzejewski-Szmek2013-03-181-24/+8
* libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek2013-03-071-1/+1