summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-071-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-3/+3
* journalctl: specify "--unit=" and "--user-unit" multiple timesHarald Hoyer2013-04-171-18/+37
* journal: add one more level on top with ANDHarald Hoyer2013-04-171-3/+14
* journalctl: show fields requested with --field in fullZbigniew Jędrzejewski-Szmek2013-04-171-0/+6
* journalctl: check return of strjoinLukas Nykryn2013-04-101-1/+1
* journal: add public API call sd_journal_get_events()Lennart Poettering2013-04-041-1/+0
* util: make time formatting a bit smarterLennart Poettering2013-04-041-3/+3
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* journalctl: reword error messageZbigniew Jędrzejewski-Szmek2013-03-311-1/+1
* journalctl: fix --update-catalog with not --root argZbigniew Jędrzejewski-Szmek2013-03-291-5/+10
* journalctl: support --root for message catalogsZbigniew Jędrzejewski-Szmek2013-03-281-3/+18
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-281-13/+19
* journalctl: various fixes to the access check logicLennart Poettering2013-03-231-20/+22
* journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek2013-03-221-44/+92
* build-sys: move acl searching code into libsystemd-aclZbigniew Jędrzejewski-Szmek2013-03-221-48/+5
* journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering2013-03-221-2/+89
* Remove some unused variablesZbigniew Jędrzejewski-Szmek2013-03-201-1/+1
* journalct: beef up entry listingZbigniew Jędrzejewski-Szmek2013-03-191-2/+15
* journalctl: use _cleanup_ in one functionZbigniew Jędrzejewski-Szmek2013-03-191-7/+2
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-181-27/+22
* journalctl: show systemd messages about unit for -uZbigniew Jędrzejewski-Szmek2013-03-131-15/+12
* journalctl: imply -n1000 when -e is usedLennart Poettering2013-03-071-0/+4
* pager: introduce "jump to end" optionHarald Hoyer2013-03-071-2/+9
* libsystemd-journal: return 0 on success in get_data()Zbigniew Jędrzejewski-Szmek2013-03-071-1/+1
* journald: introduce new "systemd-journal" group and make it own the journal f...Lennart Poettering2013-03-051-6/+6
* 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-02-281-3/+6
|\
| * journalct: also print Python code in --new-idZbigniew Jędrzejewski-Szmek2013-02-221-3/+6
* | journal: fix --untilPaul W. Frields2013-02-241-1/+3
|/
* journalctl: allow both "-n 55" and "-n55" on the command line, as equivalent ...Lennart Poettering2013-02-121-2/+19
* journalctl: allow --lines=0 i.e. only newZbigniew Jędrzejewski-Szmek2013-01-281-9/+16
* journalctl: quit on I/O errorDavid Herrmann2013-01-151-1/+1
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-041-1/+0
* journalctl: add option to forgo ellipsizationZbigniew Jędrzejewski-Szmek2012-11-171-1/+9
* journal: extend catalog header to 64bit for all fields, just to be safe and f...Lennart Poettering2012-11-161-0/+2
* journal: implement message catalogLennart Poettering2012-11-151-3/+38
* journalctl: require argument for --priorityLekensteyn2012-11-151-1/+1
* enable localization for common *ctl commandsDave Reisner2012-11-121-0/+2
* util: add is_locale_utf8()Michal Schmidt2012-11-021-5/+1
* journalctl: remove left-over log messageLennart Poettering2012-10-241-2/+0
* util: unify line caching and column cachingLennart Poettering2012-10-191-1/+2
* util: unify usage of on_tty() in util.cLennart Poettering2012-10-191-19/+2
* journalctl: unify ellipsation handling between journalctl and systemctlLennart Poettering2012-10-181-3/+4
* journalctl: don't ellipsize unless on a ttyLennart Poettering2012-10-181-7/+7
* journalctl: honour -n if -F is usedLennart Poettering2012-10-181-0/+5
* journalctl: move access check before the first access to the journal filesLennart Poettering2012-10-181-18/+24
* journalctl: implement quering field values with new -F switchLennart Poettering2012-10-181-7/+40
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-0/+1