summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: add testcase for skipping-entries-on-direction-change-bugMarius Vollmer2013-06-101-0/+198
* 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-102-13/+16
* journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek2013-06-101-5/+30
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-103-19/+104
* tests: add test for empty journal filesZbigniew Jędrzejewski-Szmek2013-06-101-4/+56
* journalctl: print monotonic timestamp in --headerZbigniew Jędrzejewski-Szmek2013-06-102-19/+7
* journalctl: print proper IDs with --headerZbigniew Jędrzejewski-Szmek2013-06-101-2/+2
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-108-117/+112
* journalctl: no color for --reboot-- when not on ttyZbigniew Jędrzejewski-Szmek2013-06-101-1/+3
* journal: loop less in MATCH_AND_TERM conditionalsZbigniew Jędrzejewski-Szmek2013-06-101-24/+17
* journalctl: add --system/--user flagsZbigniew Jędrzejewski-Szmek2013-06-101-3/+18
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-102-7/+40
* journal: simplify match_free_if_emptyZbigniew Jędrzejewski-Szmek2013-06-101-14/+5
* journalctl: fix verbose output when no logs are foundZbigniew Jędrzejewski-Szmek2013-06-102-5/+9
* systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek2013-06-042-30/+7
* journal: take KeepFree into account when reporting maximum sizeDaniel Albers2013-06-011-0/+11
* journald: DO recalculate the ACL mask, but only if it doesn't existJan Alexander Steffens (heftig)2013-05-301-2/+4
* man: Document missing optionsJan Janssen2013-05-211-0/+1
* journal: correctly convert usec_t to timespec.Michał Bartoszkiewicz2013-05-161-4/+3
* journalctl: add -k/--dmesgZbigniew Jędrzejewski-Szmek2013-05-151-1/+32
* sd-journal: check if the pointers passed are the sameThomas Hindoe Paaboel Andersen2013-05-151-0/+4
* journald-stream: typo in error message.Auke Kok2013-05-131-1/+1
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-091-1/+1
* Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek2013-05-092-7/+7
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-072-2/+2
* journald: don't recalculate the ACL maskLennart Poettering2013-05-071-2/+2
* journald: be more careful when we try to flush the runtime journal to disk an...v203Lennart Poettering2013-05-072-1/+7
* journal: as a µ-opt, use sizeof instead of strlenZbigniew Jędrzejewski-Szmek2013-05-041-10/+14
* journal: Set the default keep free value to 15% (up from 5%)Colin Guthrie2013-05-031-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-0312-22/+26
* coredump: use realloc() loop instead of malloc(768M)Colin Walters2013-04-261-11/+26
* Add some extra __attribute__ ((format)) sCristian Rodríguez2013-04-262-2/+4
* conf-parser: restrict .include usageLennart Poettering2013-04-251-2/+2
* journal: remove build warning when SELinux is disabledGreg Kroah-Hartman2013-04-251-3/+4
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-7/+5
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-231-93/+69
* 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-1813-33/+33
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-181-5/+5
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-181-5/+5
* build-sys: add sd_journal_add_conjunction() to symbol versioning fileLennart Poettering2013-04-181-0/+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
* journalctl: specify "--unit=" and "--user-unit" multiple timesHarald Hoyer2013-04-171-18/+37
* journal: add one more level on top with ANDHarald Hoyer2013-04-174-33/+82
* journalctl: show fields requested with --field in fullZbigniew Jędrzejewski-Szmek2013-04-171-0/+6