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
/
journal-file.c
Age
Commit message (
Expand
)
Author
2012-03-15
man: document systemd-journald.conf(5)
Lennart Poettering
2012-03-15
journal: only use uint8_t for state
Frederic Crozat
2012-03-15
journald: be a bit more verbose
Lennart Poettering
2012-03-15
journald: fix calculation of disk space
Lennart Poettering
2012-03-15
journald: copy metrics/compression state from template when rotating
Lennart Poettering
2012-03-15
journald: increase max file size to 128MB
Lennart Poettering
2012-03-15
journal: vacuum corrupted files, too
Lennart Poettering
2012-03-15
journal: if we encounter a corrupted file, rotate and go on
Lennart Poettering
2012-03-06
journal: make sure to refresh window position and pointer after we linked up ...
Lennart Poettering
2012-03-05
journal: fix endianness errors
Frederic Crozat
2012-02-29
systemd-journald: fix endianess bug
Dirk Eibach
2012-01-31
journal: increase compression threshold for objects from 64 to 512
Lennart Poettering
2012-01-14
util: introduce FORMAT_BYTES_MAX
Lennart Poettering
2012-01-11
journal: fix more 32/64 bit issues
Lennart Poettering
2012-01-11
journald: don't assume size_t and uint64_t are the same
Lennart Poettering
2012-01-11
journal: don't realign window twice
Lennart Poettering
2012-01-07
journald: remove inner loop debug message
Lennart Poettering
2012-01-04
journal: it's not a problem if the realtime jumps, hence don't ensure monoton...
Lennart Poettering
2012-01-04
journal: when increasing window, make sure to use the increased window
Lennart Poettering
2012-01-04
journal: apply seek check before resizing window, and refresh stat data if ne...
Lennart Poettering
2012-01-04
journal: add memory barrier before linking in newly created entries
Lennart Poettering
2011-12-31
journal: silence gcc warnings
Kay Sievers
2011-12-31
journal: automatically deduce journal metrics from file system sizes
Lennart Poettering
2011-12-29
journald: flush /run to /var as soon as it becomes available
Lennart Poettering
2011-12-28
journal: never mmap beyond file size
Lennart Poettering
2011-12-27
journal: fix hash table lookup logic
Lennart Poettering
2011-12-21
journal: properly handle first inline bisect array entry
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-20
journal: fix matches
Lennart Poettering
2011-12-19
journal: implement inotify-based live logging logic
Lennart Poettering
2011-11-08
journal: implement multiple field matches
Lennart Poettering
2011-10-15
journal: unify code for up and for down traversal
Lennart Poettering
2011-10-15
journal: properly implement matching with multiple 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
journal: only fallocate() what we really need to avoid slowness on file syste...
Lennart Poettering
2011-10-08
journal: implement parallel traversal in client
Lennart Poettering