summaryrefslogtreecommitdiff
path: root/src/journal/journal-verify.c
Commit message (Expand)AuthorAgeFilesLines
* journalctl: don't output ANSI sequences if disabledLennart Poettering2019-05-101-1/+1
* journal: LGTM doesn't recognize suppressions in /* */Frantisek Sumsal2019-04-021-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* journal-verify: add comment and silence LGTM warningZbigniew Jędrzejewski-Szmek2018-10-021-3/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journal: don't insist that the journal file header's boot ID matches the last...Lennart Poettering2018-03-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-3/+3
* journal-verfiy: add a couple of missing le64toh() calls (#6888)Lennart Poettering2017-09-251-21/+21
* journal: return mapped size from mmap_cache_get()Vito Caputo2017-07-121-1/+1
* journal: explicitly add fds to mmap-cache (#6307)Vito Caputo2017-07-101-51/+73
* journal-verify: get rid of strerrorZbigniew Jędrzejewski-Szmek2016-09-131-3/+8
* util-lib: rework /tmp and /var/tmp handling codeLennart Poettering2016-08-041-2/+2
* journalctl: Make temporary files directory configurable (#3574)ottopotto2016-06-301-3/+12
* tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering2016-05-301-2/+7
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-221-3/+3
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-6/+6
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-4/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-4/+5
* Merge pull request #1659 from vcaputo/journal_verify_envalidLennart Poettering2015-10-241-1/+1
|\
| * journal: s/Envalid/Invalid/Vito Caputo2015-10-231-1/+1
* | cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* | tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-6/+4
|/
* journal: uppercase first character in verify error messagesLennart Poettering2015-07-241-87/+75
* journal: explain the error when we find a non-DATA object that is compressedLennart Poettering2015-07-241-1/+3
* journal: when verifying journal files, handle empty ones nicelyLennart Poettering2015-07-241-23/+14
* journal: avoid mapping empty data and field hash tablesLennart Poettering2015-07-241-0/+14
* journal-verify: don't hit SIGFPE when determining progressLennart Poettering2015-07-241-3/+13
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-131-4/+4
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-131-1/+1
* journald: correct spacing near eol code commentsTorstein Husebø2014-12-111-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-3/+3
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-091-1/+1
* journal: Do not count on the compiler initializing found_last to falsePhilippe De Swert2014-09-181-1/+1
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-031-1/+1
* journal/verify: flush progress bar, print offset in more placesZbigniew Jędrzejewski-Szmek2014-07-161-201/+215
* journal/compress: fix calls to decompress_blobZbigniew Jędrzejewski-Szmek2014-07-071-28/+11
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-11/+40
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-6/+6
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-271-9/+3