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
/
journal
/
journald.c
Age
Commit message (
Expand
)
Author
2012-01-12
journal: if the syslog forwarder socket is full, then don't block
Lennart Poettering
2012-01-11
journal: add SELinux context to all logged messages
Lennart Poettering
2012-01-11
journald: set group ownership of journal files to 'adm' by default
Lennart Poettering
2012-01-11
journal: make requirement for ACLs optional
Lennart Poettering
2012-01-07
journald: add kmsg source
Lennart Poettering
2012-01-07
journald: introduce systemd_journald.forward_to_kmsg=1 (and friends) to enabl...
Lennart Poettering
2012-01-06
journald: shorten the time we wait for a forwarding syslog
Lennart Poettering
2012-01-05
journal: rename syslog tag to identifier since that's what we call it on the ...
Lennart Poettering
2012-01-05
journal: rename priority_prefix to level_prefix, since that's how we call it ...
Lennart Poettering
2012-01-05
journal: store used transport in journal
Lennart Poettering
2012-01-05
journal: move sockets into their own subdir
Lennart Poettering
2012-01-05
build-sys: move public header files into a dir of their own
Lennart Poettering
2012-01-05
journald: add configuration file options to forward all logged data to kmsg, ...
Lennart Poettering
2012-01-04
journald: parse configuration file
Lennart Poettering
2012-01-04
journald: store _SYSTEMD_UNIT= instead of _SYSTEMD_SERVICE= field, since proc...
Lennart Poettering
2012-01-04
journald: don't rotate on startup
Lennart Poettering
2012-01-03
journald: fix _SYSTEMD_CGROUP= values
Lennart Poettering
2012-01-03
journal: never fail if we cannot access /var, just print a warning
Lennart Poettering
2012-01-03
journald: treat a read-only /var identical to an unmounted one
Lennart Poettering
2012-01-03
journald: add _SYSTEMD_SESSION, _SYSTEMD_OWNER_UID, _SYSTEMD_SERVICE to all e...
Lennart Poettering
2011-12-31
journal: automatically deduce journal metrics from file system sizes
Lennart Poettering
2011-12-31
journal: move max_use into metrics structure
Lennart Poettering
2011-12-30
journal: disable default debug logging
Lennart Poettering
2011-12-30
journal: fix a few bad memory accesses and leaks
Lennart Poettering
2011-12-30
journald: forward all syslog messages to syslogd
Lennart Poettering
2011-12-29
journald: don't recheck /var availability more often than 30s
Lennart Poettering
2011-12-29
journald: flush /run to /var as soon as it becomes available
Lennart Poettering
2011-12-29
journald: increase rate limit burst rate
Lennart Poettering
2011-12-27
journald: when checking available disk space for rate limiting, cache the res...
Lennart Poettering
2011-12-27
journald: implement sophisticated rate limiting
Lennart Poettering
2011-12-23
journal: implement stdout transport
Lennart Poettering
2011-12-22
journald: enforce some syntax restrictions on field names sent from the clien...
Lennart Poettering
2011-12-21
journal: add inline compression support with XZ
Lennart Poettering
2011-12-20
journal: fix space reservation limit enforcement
Lennart Poettering
2011-12-19
journal: implement inotify-based live logging logic
Lennart Poettering
2011-12-17
journald: filter fields send from client starting with underscore
Lennart Poettering
2011-12-17
journal: enforce limits on open journal files
Lennart Poettering
2011-12-17
journal: add native protocol to journald, and client side API to send journal...
Lennart Poettering
2011-11-08
journal: implement multiple field matches
Lennart Poettering
2011-10-14
journal: synchronize seqnum across files
Lennart Poettering
2011-10-14
journal: implement parallel file traversal
Lennart Poettering
2011-10-13
journal: implementation rotation
Lennart Poettering
2011-10-12
journalctl: find journal files in right path
Lennart Poettering
2011-10-12
journal: add cgroup path to entries
Lennart Poettering
2011-10-12
journal: place machin journals in machine specific subdirectories
Lennart Poettering
2011-10-08
journal: implement parallel traversal in client
Lennart Poettering
2011-10-07
journal: split user logs into their own journal files
Lennart Poettering
2011-10-07
journal: replace linked list by hashmap when merging files
Lennart Poettering
2011-10-07
journal: add preliminary incomplete implementation
Lennart Poettering