index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journal-file.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journald: do not free space when disk space runs low
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-0
/
+1
*
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-0
/
+24
*
journal: make table const
Lennart Poettering
2013-11-26
1
-4
/
+4
*
Remove dead code and unexport some calls
Lennart Poettering
2013-11-08
1
-1
/
+0
*
journal: remember last direction of search and keep offset cache
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-7
/
+11
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-3
/
+3
*
journal: Add sync timer to journal server
Oleksii Shevchuk
2013-03-25
1
-0
/
+2
*
journal: introduce entry array chain cache
Lennart Poettering
2012-10-26
1
-0
/
+3
*
journal: add ability to list values a specified field can take in all entries...
Lennart Poettering
2012-10-18
1
-0
/
+3
*
journal: implement time-based rotation/vacuuming
Lennart Poettering
2012-10-16
1
-1
/
+1
*
journal: use a macro to check for file header flags
Lennart Poettering
2012-08-20
1
-0
/
+6
*
journal: validate timestamps as well
Lennart Poettering
2012-08-19
1
-0
/
+15
*
journal: even more simple static object tests
Lennart Poettering
2012-08-18
1
-0
/
+1
*
journald: add additional simple static tests to verifier
Lennart Poettering
2012-08-18
1
-0
/
+1
*
journal: rework terminology
Lennart Poettering
2012-08-17
1
-9
/
+9
*
journal: parse fsprg seed
Lennart Poettering
2012-08-16
1
-2
/
+11
*
journal: rename 'mmap' to 'mmap_cache' to appease gcc
Zbigniew Jędrzejewski-Szmek
2012-08-16
1
-2
/
+2
*
journal: split up journal-file.c
Lennart Poettering
2012-08-16
1
-6
/
+7
*
journal: implement basic journal file verification logic
Lennart Poettering
2012-08-16
1
-0
/
+2
*
journal: implement generic sharable mmap caching logic
Lennart Poettering
2012-08-16
1
-20
/
+4
*
journal: add all objects we add to HMAC
Lennart Poettering
2012-08-13
1
-0
/
+2
*
journald: initial version of FSPRG hookup
Lennart Poettering
2012-08-13
1
-4
/
+22
*
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-19
1
-4
/
+1
*
journal: size journal data hash table based on maximum file size metrics
Lennart Poettering
2012-07-17
1
-2
/
+15
*
journal: automatically rotate journal files if the data hash table is full > 75%
Lennart Poettering
2012-07-17
1
-0
/
+3
*
journal: beef up journal matches considerably
Lennart Poettering
2012-07-13
1
-0
/
+4
*
journal: expose and make use of cutoff times of journal
Lennart Poettering
2012-06-17
1
-0
/
+3
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
add sparse support to detect endianness bug
Frederic Crozat
2012-03-22
1
-0
/
+1
*
journal: if we encounter a corrupted file, rotate and go on
Lennart Poettering
2012-03-15
1
-0
/
+2
*
journal: fix more 32/64 bit issues
Lennart Poettering
2012-01-11
1
-1
/
+1
*
build-sys: move public header files into a dir of their own
Lennart Poettering
2012-01-05
1
-1
/
+2
*
journal: automatically deduce journal metrics from file system sizes
Lennart Poettering
2011-12-31
1
-6
/
+3
*
journal: move max_use into metrics structure
Lennart Poettering
2011-12-31
1
-1
/
+2
*
journald: flush /run to /var as soon as it becomes available
Lennart Poettering
2011-12-29
1
-0
/
+4
*
journal: add inline compression support with XZ
Lennart Poettering
2011-12-21
1
-0
/
+7
*
journal: fix space reservation limit enforcement
Lennart Poettering
2011-12-20
1
-0
/
+13
*
journal: implement multiple field matches
Lennart Poettering
2011-11-08
1
-17
/
+34
*
journal: unify code for up and for down traversal
Lennart Poettering
2011-10-15
1
-4
/
+7
*
journal: move field index from file into journal object
Lennart Poettering
2011-10-14
1
-1
/
+0
*
journal: synchronize seqnum across files
Lennart Poettering
2011-10-14
1
-1
/
+1
*
journal: implement parallel file traversal
Lennart Poettering
2011-10-14
1
-11
/
+1
*
journal: implementation rotation
Lennart Poettering
2011-10-13
1
-1
/
+8
*
journal: implement parallel traversal in client
Lennart Poettering
2011-10-08
1
-0
/
+86