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-verify.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-05
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
Merge pull request #1659 from vcaputo/journal_verify_envalid
Lennart Poettering
2015-10-23
journal: s/Envalid/Invalid/
Vito Caputo
2015-09-22
cgtop: underline table header
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-07-24
journal: uppercase first character in verify error messages
Lennart Poettering
2015-07-24
journal: explain the error when we find a non-DATA object that is compressed
Lennart Poettering
2015-07-24
journal: when verifying journal files, handle empty ones nicely
Lennart Poettering
2015-07-24
journal: avoid mapping empty data and field hash tables
Lennart Poettering
2015-07-24
journal-verify: don't hit SIGFPE when determining progress
Lennart Poettering
2015-04-11
shared: add terminal-util.[ch]
Ronny Chevalier
2015-03-13
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-12-13
journal: consistently use OBJECT_<type> names instead of numbers
Michal Schmidt
2014-12-13
journal: remove journal_file_object_keep/release functions
Michal Schmidt
2014-12-11
journald: correct spacing near eol code comments
Torstein Husebø
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-10-09
sd-journal: fix sd_journal_enumerate_unique skipping values
Jan Janssen
2014-09-18
journal: Do not count on the compiler initializing found_last to false
Philippe De Swert
2014-08-03
Fix misuse of uint64_t as size_t
Zbigniew Jędrzejewski-Szmek
2014-07-16
journal/verify: flush progress bar, print offset in more places
Zbigniew Jędrzejewski-Szmek
2014-07-07
journal/compress: fix calls to decompress_blob
Zbigniew Jędrzejewski-Szmek
2014-07-06
journal: add LZ4 as optional compressor
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-01-27
Replace mkostemp+unlink with open(O_TMPFILE)
Zbigniew Jędrzejewski-Szmek
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-06-27
journal-verify: Use proper printf placeholder
Jan Janssen
2013-06-22
journal-verify: allow unlinked data entries
Zbigniew Jędrzejewski-Szmek
2013-06-10
Use stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek
2012-11-21
journal: by default do not decompress dat objects larger than 64K
Lennart Poettering
2012-10-19
util: unify usage of on_tty() in util.c
Lennart Poettering
2012-10-13
journal-verify: get rid of an unused variable
Zbigniew Jędrzejewski-Szmek
2012-09-24
journald: always pass first entry timestamp back from journal_file_verify()
Lennart Poettering
2012-09-13
journald: don't reposition window if we don't have to
Lennart Poettering
2012-08-25
journal: add HAVE_XZ check to avoid build failure
Yin Kangkai
2012-08-21
journalctl: be more friendly when informing about seal verification
Lennart Poettering
2012-08-21
journal: be more careful when keeping around mmaps we still need
Lennart Poettering
2012-08-21
verify: optimize entry search a bit by using bisection
Lennart Poettering
2012-08-21
journal: automatically evolve FSS key even when nothing is logged
Lennart Poettering
2012-08-20
journal: add missing endianess conversion
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
2012-08-20
journal: fix tag ordering check
Lennart Poettering
2012-08-19
journal: fix bisection algorithm
Lennart Poettering
[next]