summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journald: allow priority of 999, tooLennart Poettering2013-03-111-1/+1
* journal: allow priority 0 in stdout streamMichal Schmidt2013-03-081-1/+1
* journalctl: imply -n1000 when -e is usedLennart Poettering2013-03-071-0/+4
* pager: introduce "jump to end" optionHarald Hoyer2013-03-072-3/+10
* libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek2013-03-072-2/+2
* libsystemd-journal: export new function, increase library versionZbigniew Jędrzejewski-Szmek2013-03-061-1/+5
* journal: properly advertise sd_journal_reliable_fdZbigniew Jędrzejewski-Szmek2013-03-061-1/+1
* journal/tests: free allocated memory in testZbigniew Jędrzejewski-Szmek2013-03-061-1/+1
* journald: introduce new "systemd-journal" group and make it own the journal f...Lennart Poettering2013-03-052-9/+9
* journald: stpcpy() + mempcpy() are awesomeLennart Poettering2013-03-051-4/+1
* journald: drop splitting-by-audit entirelyLennart Poettering2013-03-051-13/+8
* journald: be a bit more careful when spitting up journals by user idLennart Poettering2013-03-051-2/+11
* journald: check session owner UID rather then audit ID when splitting up jour...Lennart Poettering2013-03-051-8/+8
* journal: split journal uid only when audit uid data is validKay Sievers2013-03-041-4/+4
* journald: do not barf when setting RateLimitInterval=0Zbigniew Jędrzejewski-Szmek2013-03-031-1/+8
* coredump: bump coredump truncation size from 24M to 768MLennart Poettering2013-03-011-1/+1
* journalctl: add --user-unit= switchDaniel Wallace2013-03-011-1/+12
* journalctl: add --reverse option to show the newest lines firstLukas Nykryn2013-03-011-6/+52
* Merge branch 'python-systemd-reader'Zbigniew Jędrzejewski-Szmek2013-03-011-3/+6
|\
| * journalct: also print Python code in --new-idZbigniew Jędrzejewski-Szmek2013-02-221-3/+6
* | log-show: look at everything in /run/log/journalZbigniew Jędrzejewski-Szmek2013-02-271-1/+3
* | journal: fix --untilPaul W. Frields2013-02-241-1/+3
|/
* journal: sd_journal_get_cursor should return 0 on successZbigniew Jędrzejewski-Szmek2013-02-221-1/+1
* added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7Harald Hoyer2013-02-141-0/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-2/+2
* journal: Don't use loginuid if it's not validColin Walters2013-02-131-5/+13
* journalctl: allow both "-n 55" and "-n55" on the command line, as equivalent ...Lennart Poettering2013-02-121-2/+19
* shared: conf-files - add root parameterKay Sievers2013-02-081-1/+1
* coredump: make use of the cleanup macrosMirco Tischler2013-02-071-31/+10
* journal: log user units for coredumps and show them in systemctl statusMirco Tischler2013-02-071-3/+6
* journalctl: allow --lines=0 i.e. only newZbigniew Jędrzejewski-Szmek2013-01-291-9/+16
* journal: log _SYSTEMD_USER_UNIT for user session unitsMirco Tischler2013-01-181-2/+9
* journal-gatewayd,man: document new HTTPS optionsZbigniew Jędrzejewski-Szmek2013-01-181-1/+18
* journal-gatewayd: return nice error on unsupported methodsZbigniew Jędrzejewski-Szmek2013-01-181-1/+3
* journal-gatewayd: allow pipeliningZbigniew Jędrzejewski-Szmek2013-01-181-22/+18
* journal-gatewayd: always log oom() in addition to returning errorZbigniew Jędrzejewski-Szmek2013-01-181-1/+3
* journal-gatewayd: redirect microhttpd messages to journalZbigniew Jędrzejewski-Szmek2013-01-183-1/+67
* journal-gatewayd: SSL supportZbigniew Jędrzejewski-Szmek2013-01-181-15/+105
* journal-gatewayd: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-181-11/+11
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-162-2/+2
* journalctl: quit on I/O errorDavid Herrmann2013-01-151-1/+1
* journald: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-101-70/+26
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-043-3/+0
* coredumpctl: check return of strndupLukas Nykryn2012-12-191-1/+1
* journal: move _packed_ attribute to the endZbigniew Jędrzejewski-Szmek2012-12-171-22/+22
* journal: fix warning about pointer arithmeticZbigniew Jędrzejewski-Szmek2012-11-251-2/+3
* journal-gatewayd: minor cleanupZbigniew Jędrzejewski-Szmek2012-11-251-2/+1
* journal: fix SO_PASSSEC invocationLennart Poettering2012-11-231-1/+1
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-219-18/+63