summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAge
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-25
* journald: remove unconditional log_*() use in the main loopKay Sievers2013-03-23
* 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
* build-sys: move acl searching code into libsystemd-aclZbigniew Jędrzejewski-Szmek2013-03-22
* journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering2013-03-22
* Fix vacuum logic errorJan Alexander Steffens (heftig)2013-03-21
* Remove some unused variablesZbigniew Jędrzejewski-Szmek2013-03-20
* macro: don't redefine CLAMP if it is already defined by glib or some other li...Lennart Poettering2013-03-20
* journalct: beef up entry listingZbigniew Jędrzejewski-Szmek2013-03-19
* journalctl: use _cleanup_ in one functionZbigniew Jędrzejewski-Szmek2013-03-19
* sd-journal: do not require path to be absoluteZbigniew Jędrzejewski-Szmek2013-03-18
* journal,shared: add _cleanup_journal_close_Zbigniew 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
* journal: pass the *pid* to sd_pid_get_owner_uid()Kay Sievers2013-03-16
* journalctl: show systemd messages about unit for -uZbigniew Jędrzejewski-Szmek2013-03-13
* journald: allow priority of 999, tooLennart Poettering2013-03-11
* journal: allow priority 0 in stdout streamMichal Schmidt2013-03-08
* journalctl: imply -n1000 when -e is usedLennart Poettering2013-03-07
* pager: introduce "jump to end" optionHarald Hoyer2013-03-07
* libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek2013-03-07
* libsystemd-journal: export new function, increase library versionZbigniew Jędrzejewski-Szmek2013-03-06
* journal: properly advertise sd_journal_reliable_fdZbigniew Jędrzejewski-Szmek2013-03-06
* journal/tests: free allocated memory in testZbigniew Jędrzejewski-Szmek2013-03-05
* journald: introduce new "systemd-journal" group and make it own the journal f...Lennart Poettering2013-03-05
* journald: stpcpy() + mempcpy() are awesomeLennart Poettering2013-03-05
* journald: drop splitting-by-audit entirelyLennart Poettering2013-03-05
* journald: be a bit more careful when spitting up journals by user idLennart Poettering2013-03-05
* journald: check session owner UID rather then audit ID when splitting up jour...Lennart Poettering2013-03-05
* journal: split journal uid only when audit uid data is validKay Sievers2013-03-04
* journald: do not barf when setting RateLimitInterval=0Zbigniew Jędrzejewski-Szmek2013-03-03
* coredump: bump coredump truncation size from 24M to 768MLennart Poettering2013-03-01
* journalctl: add --user-unit= switchDaniel Wallace2013-03-01
* journalctl: add --reverse option to show the newest lines firstLukas Nykryn2013-03-01
* Merge branch 'python-systemd-reader'Zbigniew Jędrzejewski-Szmek2013-02-28
|\
| * journalct: also print Python code in --new-idZbigniew Jędrzejewski-Szmek2013-02-22
* | log-show: look at everything in /run/log/journalZbigniew Jędrzejewski-Szmek2013-02-26
* | journal: fix --untilPaul W. Frields2013-02-24
|/
* journal: sd_journal_get_cursor should return 0 on successZbigniew Jędrzejewski-Szmek2013-02-22
* added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7Harald Hoyer2013-02-14
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-13
* journal: Don't use loginuid if it's not validColin Walters2013-02-13
* journalctl: allow both "-n 55" and "-n55" on the command line, as equivalent ...Lennart Poettering2013-02-12
* shared: conf-files - add root parameterKay Sievers2013-02-08
* coredump: make use of the cleanup macrosMirco Tischler2013-02-07
* journal: log user units for coredumps and show them in systemctl statusMirco Tischler2013-02-07
* journalctl: allow --lines=0 i.e. only newZbigniew Jędrzejewski-Szmek2013-01-28