summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
AgeCommit message (Expand)Author
2012-08-16journal: add FSPRG journal authenticationLennart Poettering
2012-08-16journalctl: immeidately terminate on invalid seedLennart Poettering
2012-08-16journalctl: add --verify-seed= switch to specify seed valueLennart Poettering
2012-08-16journal: split up journal-file.cLennart Poettering
2012-08-16journal: implement basic journal file verification logicLennart Poettering
2012-08-13journal: add all objects we add to HMACLennart Poettering
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
2012-08-09journalctl: support device node matches as shortcutLennart Poettering
2012-07-27journalctl: add --priority= switch for filtering by priorityLennart Poettering
2012-07-26journalctl: hightlight log lines by priorityLennart Poettering
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden
2012-07-23journalctl: fix ellipsization with PAGER=catZbigniew Jedrzejewski-Szmek
2012-07-17journalctl: do not ellipsize when using pagerZbigniew Jędrzejewski-Szmek
2012-07-17logs: Adapt interface in log-show.c (output_journal)Zbigniew Jędrzejewski-Szmek
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-11journalctl: add a marker to log output for rebootsLennart Poettering
2012-07-11journal: rework directory enumeration/watch logicLennart Poettering
2012-07-10journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering
2012-07-02journalctl: add new switch -b to show data from current boot onlyLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-05-30journalctl: check first if match is a path nameLennart Poettering
2012-05-30journalctl: support /usr/bin/nginx, etcShawn Landden
2012-05-21journalctl: fix built-in usage outputDaniel Mack
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-03-27journalctl: add --local switchLennart Poettering
2012-03-16man: document systemd-journalctl(1)Lennart Poettering
2012-03-15a couple of fixes to make llvm-analyze quietLennart Poettering
2012-03-15journalctl: add a missing 'break'Tero Roponen
2012-03-15journalctl: suppress messages about adm group if ACL support is not enabledLennart Poettering
2012-03-14journalctl: warn if the user is not in the adm groupLennart Poettering
2012-01-22cgtop: add new cgtop toolLennart Poettering
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering
2012-01-13journal: add output mode that just prints simple messages without any decorat...Lennart Poettering
2012-01-11journalctl: fix --help textLennart Poettering
2012-01-07journalctl: add new short-monotonic output modeLennart Poettering
2012-01-07journalctl: rename --new-id to --new-id128 in order not to introduce yet anot...Lennart Poettering
2012-01-05journalctl: add --new-id switch to generate a new 128Bit idLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04journalctl: only output 10 most recent lines in --follow modeLennart Poettering
2012-01-04journalctl: fix counting of -n parameterLennart Poettering
2012-01-04journalctl: add -n switchLennart Poettering
2012-01-03systemctl: hook up systemctl with the journalLennart Poettering
2011-12-30journal: disable default debug loggingLennart Poettering
2011-12-29journald: flush /run to /var as soon as it becomes availableLennart Poettering
2011-12-21journalctl: add command line parsingLennart Poettering
2011-12-21journalctl: add json, export, short and verbose output modesLennart Poettering
2011-12-19journal: implement inotify-based live logging logicLennart Poettering