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
2014-03-05
journal: assume that next entry is after previous entry
Zbigniew Jędrzejewski-Szmek
2014-02-24
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-20
journal: fix compiler warning in journal_file_append_data()
Daniel Mack
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-11
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2014-01-05
journal: Add missing byte order conversions
George McCollister
2013-12-22
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-17
journal-file.c: remove redundant assignment of variable
Thomas Hindoe Paaboel Andersen
2013-12-16
journal: fix against (theoretical) undefined behavior
Shawn Landden
2013-12-16
journal-file: protect against alloca(0)
Thomas Hindoe Paaboel Andersen
2013-11-27
journal: simplify pre-allocation logic
Lennart Poettering
2013-11-27
journal: allow journal_file_copy_entry() to work on non-local files
Lennart Poettering
2013-11-27
journal: fix iteration when we go backwards from the beginning of an array ch...
Lennart Poettering
2013-11-26
journal: optimize bisection logic a bit by caching the last position
Lennart Poettering
2013-11-26
journal: make table const
Lennart Poettering
2013-11-26
journal: when appending to journal file, allocate larger blocks at once
Lennart Poettering
2013-11-08
Remove dead code and unexport some calls
Lennart Poettering
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-09
journald: replace new+snprintf with asprintf
Zbigniew Jędrzejewski-Szmek
2013-10-02
journald: add missing error check
Lennart Poettering
2013-06-18
journalctl: properly print headers of empty journals
Zbigniew Jędrzejewski-Szmek
2013-06-10
journalctl: print monotonic timestamp in --header
Zbigniew Jędrzejewski-Szmek
2013-06-10
journalctl: print proper IDs with --header
Zbigniew Jędrzejewski-Szmek
2013-06-10
Use stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek
2013-05-07
journald: be more careful when we try to flush the runtime journal to disk an...
systemd/v203
Lennart Poettering
2013-05-03
journal: as a µ-opt, use sizeof instead of strlen
Zbigniew Jędrzejewski-Szmek
2013-05-03
journal: Set the default keep free value to 15% (up from 5%)
Colin Guthrie
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-01
Always use our own MAX/MIN definitions
Cristian Rodríguez
2013-03-25
journal: Add sync timer to journal server
Oleksii Shevchuk
2012-11-21
journal: by default do not decompress dat objects larger than 64K
Lennart Poettering
2012-10-26
journal: special case the trivial cache chain cache entry
Lennart Poettering
2012-10-26
journal: introduce entry array chain cache
Lennart Poettering
2012-10-18
journal: suggest rotation when fields are not indexed
Lennart Poettering
2012-10-18
journal: add ability to list values a specified field can take in all entries...
Lennart Poettering
2012-10-16
journal: implement time-based rotation/vacuuming
Lennart Poettering
2012-10-16
journal: sort data items of entries by offset
Lennart Poettering
2012-09-24
journal: set seal even for readonly journalfiles
Mirco Tischler
2012-09-21
journal: don't allow journal_file_open() to be called with ret being NULL
Lennart Poettering
2012-09-13
man: fix a bunch of typos in docs
Thomas Hindoe Paaboel Andersen
2012-09-13
journal: never assert directly on data read from the journal
Lennart Poettering
2012-09-13
journald: don't reposition window if we don't have to
Lennart Poettering
2012-09-11
journal: don't set seal flag if we don't have gcrypt built-in
Lennart Poettering
2012-09-11
journal: don't try to compress without XZ
Michael Olbrich
2012-09-10
journald: detect invalid header pointers correctly
Lennart Poettering
2012-09-07
journal: add call to determine current journal file disk usage
Lennart Poettering
2012-09-06
journald: avoid logging to kmsg in the normal paths
Lennart Poettering
2012-08-21
journal: be more careful when keeping around mmaps we still need
Lennart Poettering
2012-08-20
journal: make libgcrypt dependency optional
Lennart Poettering
2012-08-20
journal: use a macro to check for file header flags
Lennart Poettering
[next]