summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
AgeCommit message (Expand)Author
2013-01-18logs-show: add show_journal_by_user_unitMirco Tischler
2013-01-16logs-show: automatic cleanupZbigniew Jędrzejewski-Szmek
2012-12-23journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering
2012-11-21journal: by default do not decompress dat objects larger than 64KLennart Poettering
2012-11-15journal: implement message catalogLennart Poettering
2012-10-25journal: properly serialize fields with multiple values into JSONLennart Poettering
2012-10-18journalctl: don't ellipsize unless on a ttyLennart Poettering
2012-10-18journal: add ability to list unique fields to gatewaydLennart Poettering
2012-10-11journal: support epxorting the journal in a format suitable for text/event-st...Lennart Poettering
2012-09-28logs-show: various cleanupsLennart Poettering
2012-09-18journalctl: don't choke on entries with no MESSAGE= fieldLennart Poettering
2012-09-05journalctl: rework JSON output modeLennart Poettering
2012-09-03shared: logs-show: fflush after each output typeBrandon Philips
2012-09-03journalctl: include logs from PID 1 about services in systemctl statusLennart Poettering
2012-08-08fix a couple of issues found with llvm-analyzeLennart Poettering
2012-08-03logs-show: fix off-by-one errorShawn Landen
2012-07-26journalctl: hightlight log lines by priorityLennart Poettering
2012-07-26logs-show: fix OOM pathLennart 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-20journalctl: fix assertion failure in ellipsize_mem()Eelco Dolstra
2012-07-17journalctl: do not ellipsize when using pagerZbigniew Jędrzejewski-Szmek
2012-07-17logs: Adapt interface in log-show.c (show_journal_by_unit)Zbigniew Jędrzejewski-Szmek
2012-07-17logs: Adapt interface in log-show.c (output_journal)Zbigniew Jędrzejewski-Szmek
2012-07-13man: document sd_journal_get_cutoff_realtime_usec()Lennart Poettering
2012-07-13journalctl: show any printable Unicode characterZbigniew Jędrzejewski-Szmek
2012-07-10journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-04-13fix a couple of things found with the llvm static analyzerLennart Poettering
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers