summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
Commit message (Expand)AuthorAgeFilesLines
* journal: fix export of messages containing newlinesZbigniew Jędrzejewski-Szmek2014-04-051-3/+4
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-241-1/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-5/+3
* systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering2014-03-131-1/+19
* logs-show: fix corrupt output with empty messagesUoti Urpala2014-02-271-0/+5
* bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering2013-12-231-4/+4
* bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering2013-12-171-3/+3
* util: port last code over to new namespace utility callsLennart Poettering2013-12-141-26/+13
* shared: add missing includeMarc-Antoine Perennou2013-12-121-0/+1
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-111-6/+104
* logs-show.c: show all messages for a sliceZbigniew Jędrzejewski-Szmek2013-10-011-0/+22
* logs-show.c: fix enum type in function declarationZbigniew Jędrzejewski-Szmek2013-09-181-1/+1
* Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek2013-09-131-1/+1
* remove hasprefix(), use startswith()Shawn Landden2013-08-221-1/+1
* logs-show: fix condition for ellipsizing multi-line messagesZbigniew Jędrzejewski-Szmek2013-08-211-2/+2
* logs-show: show source timestamp in verbose modeZbigniew Jędrzejewski-Szmek2013-08-201-3/+27
* logs-show: add short-precise mode with us timestampsZbigniew Jędrzejewski-Szmek2013-08-201-6/+19
* logs-show: limit to 3 lines and use dots if not showing full messageZbigniew Jędrzejewski-Szmek2013-08-111-21/+56
* logs-show: fix indentation for 2nd and later lines, show lines in fullZbigniew Jędrzejewski-Szmek2013-08-111-3/+7
* systemctl: show hint about --full when lines don't fitZbigniew Jędrzejewski-Szmek2013-08-111-13/+24
* journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz2013-07-181-2/+9
* journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek2013-07-161-1/+6
* journalctl: highlight MESSAGE= in verbose outputZbigniew Jędrzejewski-Szmek2013-06-261-4/+15
* journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNITZbigniew Jędrzejewski-Szmek2013-06-201-14/+27
* Make sure we only show authentic coredump messagesZbigniew Jędrzejewski-Szmek2013-06-201-3/+4
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* journalctl: show lines in full with --allZbigniew Jędrzejewski-Szmek2013-06-201-2/+2
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-101-1/+1
* journalctl: fix verbose output when no logs are foundZbigniew Jędrzejewski-Szmek2013-06-091-7/+20
* logs-show: print multiline messagesZbigniew Jędrzejewski-Szmek2013-06-091-45/+71
* systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek2013-06-041-0/+33
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-5/+5
* macro: rework how we define cleanup macrosLennart Poettering2013-04-161-0/+1
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-181-9/+5
* logs-show: export logic to add matches for unitsZbigniew Jędrzejewski-Szmek2013-03-131-94/+56
* logs-show: show messages for all unit types in systemctl statusMirco Tischler2013-02-071-11/+0
* journal: log user units for coredumps and show them in systemctl statusMirco Tischler2013-02-071-3/+15
* logs-show: add show_journal_by_user_unitMirco Tischler2013-01-181-58/+147
* logs-show: automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-161-12/+5
* journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering2012-12-231-0/+3
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-211-2/+12
* journal: implement message catalogLennart Poettering2012-11-151-0/+26
* journal: properly serialize fields with multiple values into JSONLennart Poettering2012-10-251-17/+138
* journalctl: don't ellipsize unless on a ttyLennart Poettering2012-10-181-1/+1
* journal: add ability to list unique fields to gatewaydLennart Poettering2012-10-181-1/+1
* journal: support epxorting the journal in a format suitable for text/event-st...Lennart Poettering2012-10-111-1/+9
* logs-show: various cleanupsLennart Poettering2012-09-281-151/+177
* journalctl: don't choke on entries with no MESSAGE= fieldLennart Poettering2012-09-181-0/+4
* journalctl: rework JSON output modeLennart Poettering2012-09-051-36/+39
* shared: logs-show: fflush after each output typeBrandon Philips2012-09-031-2/+4