summaryrefslogtreecommitdiff
path: root/src/logs-show.c
AgeCommit message (Collapse)Author
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-04-11logs-show: fix output of log lines lacking commLennart Poettering
2012-04-04journal: don't export the boot id twice per entryLennart Poettering
2012-04-03man: document special journal fieldsLennart Poettering
2012-04-03journal: in json and export mode use double underscores to prefix location ↵Lennart Poettering
fields Many programming languages don't allow variable names beginning in dots, hence let's use double underscores for the location fields instead. This gets us the simple rule: __ is the prefix for location fields (i.e. fields that are used to identify entries, rather than part of the entries) _ is the prefix for trusted fields (i.e. those fields journald itself adds to all entries) no prefix for unrusted fields (i.e. all fields normal client code sends us)
2012-03-15a couple of fixes to make llvm-analyze quietLennart Poettering
2012-01-22cgtop: add new cgtop toolLennart Poettering
2012-01-14journal: when show blob data show lengthLennart Poettering
2012-01-13journal: add output mode that just prints simple messages without any ↵Lennart Poettering
decorations
2012-01-11logs-show: fix missing newline in short outputMichal Schmidt
Ellipsized messages were printed without a newline.
2012-01-11systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering
2012-01-11journalctl: always show monotonic timestamp even if it's from an old bootLennart Poettering
2012-01-07journalctl: display source timestamp, not journald timestamp, if knownLennart Poettering
2012-01-07journalctl: add new short-monotonic output modeLennart Poettering
2012-01-07journald: add kmsg sourceLennart Poettering
2012-01-05journal: rename syslog tag to identifier since that's what we call it on the ↵Lennart Poettering
server side.
2012-01-05journalctl: rework short output mode to rebuild full syslog messageLennart Poettering
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04systemctl: shortcut log output for non-service, non-socket, non-mount, ↵Lennart Poettering
non-swap units
2012-01-04journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since ↵Lennart Poettering
processes might also be related to mount, swap or socket units, not just services
2012-01-03systemctl: hook up systemctl with the journalLennart Poettering