summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
AgeCommit message (Expand)Author
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-04journal: when dumping log data with missing COMM fields, show "unknown" insteadLennart Poettering
2014-10-22machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering
2014-10-08time: functions named "internal" really shouldn't be exportedLennart Poettering
2014-10-03journalctl: make --utc work everywhereJan Synacek
2014-10-02journalctl: add --utc optionJan Synacek
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-05-22time-util: make sure USEC_PER_SEC and friends are actually of type usec_tLennart Poettering
2014-05-18machined: add logic to query IP addresses of containersLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-04-05journal: fix export of messages containing newlinesZbigniew Jędrzejewski-Szmek
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-13systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering
2014-02-27logs-show: fix corrupt output with empty messagesUoti Urpala
2013-12-23bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering
2013-12-17bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering
2013-12-14util: port last code over to new namespace utility callsLennart Poettering
2013-12-12shared: add missing includeMarc-Antoine Perennou
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-10-01logs-show.c: show all messages for a sliceZbigniew Jędrzejewski-Szmek
2013-09-18logs-show.c: fix enum type in function declarationZbigniew Jędrzejewski-Szmek
2013-09-13Advertise hibernation only if there's enough free swapZbigniew Jędrzejewski-Szmek
2013-08-22remove hasprefix(), use startswith()Shawn Landden
2013-08-21logs-show: fix condition for ellipsizing multi-line messagesZbigniew Jędrzejewski-Szmek
2013-08-20logs-show: show source timestamp in verbose modeZbigniew Jędrzejewski-Szmek
2013-08-20logs-show: add short-precise mode with us timestampsZbigniew Jędrzejewski-Szmek
2013-08-11logs-show: limit to 3 lines and use dots if not showing full messageZbigniew Jędrzejewski-Szmek
2013-08-11logs-show: fix indentation for 2nd and later lines, show lines in fullZbigniew Jędrzejewski-Szmek
2013-08-11systemctl: show hint about --full when lines don't fitZbigniew Jędrzejewski-Szmek
2013-07-18journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz
2013-07-16journalctl,systemctl: fix tiny memleakZbigniew Jędrzejewski-Szmek
2013-06-26journalctl: highlight MESSAGE= in verbose outputZbigniew Jędrzejewski-Szmek
2013-06-20journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNITZbigniew Jędrzejewski-Szmek
2013-06-20Make sure we only show authentic coredump messagesZbigniew Jędrzejewski-Szmek
2013-06-20Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek
2013-06-20journalctl: show lines in full with --allZbigniew Jędrzejewski-Szmek
2013-06-10journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek
2013-06-09journalctl: fix verbose output when no logs are foundZbigniew Jędrzejewski-Szmek
2013-06-09logs-show: print multiline messagesZbigniew Jędrzejewski-Szmek
2013-06-04systemctl: limit logs in status to current bootZbigniew Jędrzejewski-Szmek
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-16macro: rework how we define cleanup macrosLennart Poettering
2013-03-18journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek
2013-03-13logs-show: export logic to add matches for unitsZbigniew Jędrzejewski-Szmek
2013-02-07logs-show: show messages for all unit types in systemctl statusMirco Tischler
2013-02-07journal: log user units for coredumps and show them in systemctl statusMirco Tischler
2013-01-18logs-show: add show_journal_by_user_unitMirco Tischler