summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
Commit message (Expand)AuthorAge
* logs-show: print a debug message when we skip entries without MESSAGE= fieldsLennart Poettering2017-03-14
* journalctl: clean up how we log errorsLennart Poettering2017-03-14
* tree-wide: get rid of more strerror() callsLennart Poettering2017-03-14
* shared: add terminal-util.[ch]Ronny Chevalier2017-03-14
* shared: add formats-util.hRonny Chevalier2017-03-14
* shared: add process-util.[ch]Ronny Chevalier2017-03-14
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-27
* logs-show: fix check of loop_read_exactThomas Hindoe Paaboel Andersen2015-03-10
* Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek2015-03-09
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-12
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-08
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-06
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* journal: when dumping log data with missing COMM fields, show "unknown" insteadLennart Poettering2014-11-04
* machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering2014-10-22
* time: functions named "internal" really shouldn't be exportedLennart Poettering2014-10-08
* journalctl: make --utc work everywhereJan Synacek2014-10-03
* journalctl: add --utc optionJan Synacek2014-10-02
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-29
* time-util: make sure USEC_PER_SEC and friends are actually of type usec_tLennart Poettering2014-05-22
* machined: add logic to query IP addresses of containersLennart Poettering2014-05-18
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* journal: fix export of messages containing newlinesZbigniew Jędrzejewski-Szmek2014-04-05
* util: replace close_pipe() with new safe_close_pair()Lennart Poettering2014-03-24
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* systemctl: suppress duplicate newline if there's not log output in "systemctl...Lennart Poettering2014-03-13
* logs-show: fix corrupt output with empty messagesUoti Urpala2014-02-27
* bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering2013-12-23
* bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering2013-12-17
* util: port last code over to new namespace utility callsLennart Poettering2013-12-14
* shared: add missing includeMarc-Antoine Perennou2013-12-12
* journal: add ability to browse journals of running OS containersLennart Poettering2013-12-11
* 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