summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
AgeCommit message (Expand)Author
2015-12-13journal: properly handle an unexpectedly missing fieldZbigniew Jędrzejewski-Szmek
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering
2015-08-18journal: fix json output of unicode charactersDaniel Mack
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw
2015-06-17logs-show: print a debug message when we skip entries without MESSAGE= fieldsLennart Poettering
2015-05-19journalctl: clean up how we log errorsLennart Poettering
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-10logs-show: fix check of loop_read_exactThomas Hindoe Paaboel Andersen
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-08loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
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