summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
Commit message (Expand)AuthorAge
* logs-show.c: show all messages for a sliceZbigniew Jędrzejewski-Szmek2013-10-01
* logs-show.c: fix enum type in function declarationZbigniew Jędrzejewski-Szmek2013-09-18
* Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2013-09-13
* remove hasprefix(), use startswith()Shawn Landden2013-08-22
* logs-show: fix condition for ellipsizing multi-line messagesZbigniew Jędrzejewski-Szmek2013-08-21
* logs-show: show source timestamp in verbose modeZbigniew Jędrzejewski-Szmek2013-08-20
* logs-show: add short-precise mode with us timestampsZbigniew Jędrzejewski-Szmek2013-08-20
* logs-show: limit to 3 lines and use dots if not showing full messageZbigniew Jędrzejewski-Szmek2013-08-11
* logs-show: fix indentation for 2nd and later lines, show lines in fullZbigniew Jędrzejewski-Szmek2013-08-11
* systemctl: show hint about --full when lines don't fitZbigniew Jędrzejewski-Szmek2013-08-11
* journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz2013-07-18
* journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek2013-07-16
* journalctl: highlight MESSAGE= in verbose outputZbigniew Jędrzejewski-Szmek2013-06-26
* journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNITZbigniew Jędrzejewski-Szmek2013-06-20
* Make sure we only show authentic coredump messagesZbigniew Jędrzejewski-Szmek2013-06-20
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-20
* journalctl: show lines in full with --allZbigniew Jędrzejewski-Szmek2013-06-20
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-10
* journalctl: fix verbose output when no logs are foundZbigniew Jędrzejewski-Szmek2013-06-09
* logs-show: print multiline messagesZbigniew Jędrzejewski-Szmek2013-06-09
* systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek2013-06-04
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* macro: rework how we define cleanup macrosLennart Poettering2013-04-16
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-18
* logs-show: export logic to add matches for unitsZbigniew Jędrzejewski-Szmek2013-03-13
* logs-show: show messages for all unit types in systemctl statusMirco Tischler2013-02-07
* journal: log user units for coredumps and show them in systemctl statusMirco Tischler2013-02-07
* logs-show: add show_journal_by_user_unitMirco Tischler2013-01-18
* logs-show: automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-16
* journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering2012-12-23
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-21
* journal: implement message catalogLennart Poettering2012-11-15
* journal: properly serialize fields with multiple values into JSONLennart Poettering2012-10-25
* journalctl: don't ellipsize unless on a ttyLennart Poettering2012-10-18
* journal: add ability to list unique fields to gatewaydLennart Poettering2012-10-18
* journal: support epxorting the journal in a format suitable for text/event-st...Lennart Poettering2012-10-11
* logs-show: various cleanupsLennart Poettering2012-09-28
* journalctl: don't choke on entries with no MESSAGE= fieldLennart Poettering2012-09-18
* journalctl: rework JSON output modeLennart Poettering2012-09-05
* shared: logs-show: fflush after each output typeBrandon Philips2012-09-03
* journalctl: include logs from PID 1 about services in systemctl statusLennart Poettering2012-09-03
* fix a couple of issues found with llvm-analyzeLennart Poettering2012-08-08
* logs-show: fix off-by-one errorShawn Landen2012-08-03
* journalctl: hightlight log lines by priorityLennart Poettering2012-07-26
* logs-show: fix OOM pathLennart Poettering2012-07-26
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* journalctl: fix assertion failure in ellipsize_mem()Eelco Dolstra2012-07-20
* journalctl: do not ellipsize when using pagerZbigniew Jędrzejewski-Szmek2012-07-17
* logs: Adapt interface in log-show.c (show_journal_by_unit)Zbigniew Jędrzejewski-Szmek2012-07-17