index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
logs-show.c
Age
Commit message (
Expand
)
Author
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-25
journal: properly serialize fields with multiple values into JSON
Lennart Poettering
2012-10-18
journalctl: don't ellipsize unless on a tty
Lennart Poettering
2012-10-18
journal: add ability to list unique fields to gatewayd
Lennart Poettering
2012-10-11
journal: support epxorting the journal in a format suitable for text/event-st...
Lennart Poettering
2012-09-28
logs-show: various cleanups
Lennart Poettering
2012-09-18
journalctl: don't choke on entries with no MESSAGE= field
Lennart Poettering
2012-09-05
journalctl: rework JSON output mode
Lennart Poettering
2012-09-03
shared: logs-show: fflush after each output type
Brandon Philips
2012-09-03
journalctl: include logs from PID 1 about services in systemctl status
Lennart Poettering
2012-08-08
fix a couple of issues found with llvm-analyze
Lennart Poettering
2012-08-03
logs-show: fix off-by-one error
Shawn Landen
2012-07-26
journalctl: hightlight log lines by priority
Lennart Poettering
2012-07-26
logs-show: fix OOM path
Lennart Poettering
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-20
journalctl: fix assertion failure in ellipsize_mem()
Eelco Dolstra
2012-07-17
journalctl: do not ellipsize when using pager
Zbigniew Jędrzejewski-Szmek
2012-07-17
logs: Adapt interface in log-show.c (show_journal_by_unit)
Zbigniew Jędrzejewski-Szmek
2012-07-17
logs: Adapt interface in log-show.c (output_journal)
Zbigniew Jędrzejewski-Szmek
2012-07-13
man: document sd_journal_get_cutoff_realtime_usec()
Lennart Poettering
2012-07-13
journalctl: show any printable Unicode character
Zbigniew Jędrzejewski-Szmek
2012-07-10
journal: introduce sd_journal_wait() to simplify writing synchronous clients
Lennart Poettering
2012-06-17
journal: expose and make use of cutoff times of journal
Lennart Poettering
2012-04-13
fix a couple of things found with the llvm static analyzer
Lennart Poettering
2012-04-12
move more common files to shared/ and add them to shared.la
Kay Sievers