summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2012-01-18journal: when sending journal data via file, place it in /dev/shm, to allow e...Lennart Poettering
2012-01-18journalctl: properly honour -n when -f is passed, tooLennart Poettering
2012-01-14journal: drop privileges when storing coredumpLennart Poettering
2012-01-14util: introduce FORMAT_BYTES_MAXLennart Poettering
2012-01-14journal: collect coredump up to 24M in sizeLennart Poettering
2012-01-14journal: handle empty syslog identifier properlyLennart Poettering
2012-01-14journal: fix bad memory accessLennart Poettering
2012-01-14journal: if the data to be sent is larger than the maximum datagram size reso...Lennart Poettering
2012-01-14journal: hook up coredumping with journalLennart Poettering
2012-01-14journal: add new system-cat tool as kind of a more powerfull BSD loggerLennart Poettering
2012-01-13journal: add output mode that just prints simple messages without any decorat...Lennart Poettering
2012-01-12journal: if the syslog forwarder socket is full, then don't blockLennart Poettering
2012-01-12log: make internal log api log directly to the journalLennart Poettering
2012-01-11journal: add SELinux context to all logged messagesLennart Poettering
2012-01-11journal: fix more 32/64 bit issuesLennart Poettering
2012-01-11journald: don't assume size_t and uint64_t are the sameLennart Poettering
2012-01-11journald: set group ownership of journal files to 'adm' by defaultLennart Poettering
2012-01-11journal: make requirement for ACLs optionalLennart Poettering
2012-01-11journalctl: fix --help textLennart Poettering
2012-01-11journal: don't realign window twiceLennart Poettering
2012-01-11sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering
2012-01-07journalctl: add new short-monotonic output modeLennart Poettering
2012-01-07journald: add kmsg sourceLennart Poettering
2012-01-07journald: remove inner loop debug messageLennart Poettering
2012-01-07journalctl: rename --new-id to --new-id128 in order not to introduce yet anot...Lennart Poettering
2012-01-07journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to enabl...Lennart Poettering
2012-01-06journald: shorten the time we wait for a forwarding syslogLennart Poettering
2012-01-05journal: rename syslog tag to identifier since that's what we call it on the ...Lennart Poettering
2012-01-05journal: rename priority_prefix to level_prefix, since that's how we call it ...Lennart Poettering
2012-01-05sd-journal: close reading side of sd_journal_stream_fd() file descriptorsLennart Poettering
2012-01-05journal: store used transport in journalLennart Poettering
2012-01-05journal: move sockets into their own subdirLennart Poettering
2012-01-05journalctl: add --new-id switch to generate a new 128Bit idLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2012-01-05journald: add configuration file options to forward all logged data to kmsg, ...Lennart Poettering
2012-01-04journald: parse configuration fileLennart Poettering
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04journal: it's not a problem if the realtime jumps, hence don't ensure monoton...Lennart Poettering
2012-01-04journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since proc...Lennart Poettering
2012-01-04journalctl: only output 10 most recent lines in --follow modeLennart Poettering
2012-01-04journalctl: fix counting of -n parameterLennart Poettering
2012-01-04journal: fix reverse traversing of entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journal: don't mind too much if we can't find a monotonic timestampLennart Poettering
2012-01-04journald: don't rotate on startupLennart Poettering
2012-01-04journal: when increasing window, make sure to use the increased windowLennart Poettering
2012-01-04journal: apply seek check before resizing window, and refresh stat data if ne...Lennart Poettering
2012-01-04journal: add memory barrier before linking in newly created entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journalctl: add -n switchLennart Poettering