summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* journald: don't specify inline in local functionsLennart Poettering2015-02-10
* Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek2015-01-22
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-08
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-08
* journal: consider file deletion errors a reason for rotationLennart Poettering2015-01-06
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-06
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-05
* journald: add some additional checks before we divide by values read from jou...Lennart Poettering2015-01-05
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-05
* util: make creation time xattr logic more genericLennart Poettering2014-12-24
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-18
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-18
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-18
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-18
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-18
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-18
* journal: replace contexts hashmap with a plain arrayMichal Schmidt2014-12-13
* journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt2014-12-13
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-13
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-13
* journal: move type_to_context() to journal-file.cMichal Schmidt2014-12-13
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-13
* journal: map objects to context set by caller, not by actual object typeMichal Schmidt2014-12-13
* journald: correct spacing near eol code commentsTorstein Husebø2014-12-11
* journal: Fix navigating backwards missing entriesOlivier Brunel2014-12-08
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* journald: be nice to coverity, add an extra assertLennart Poettering2014-10-27
* journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt2014-10-23
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-09
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek2014-08-27
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-03
* journal: allow files with no data whatsoeverZbigniew Jędrzejewski-Szmek2014-07-15
* Fix build without any compression enabledZbigniew Jędrzejewski-Szmek2014-07-11
* fix #ifdefRonny Chevalier2014-07-08
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-06
* build-sys: use glibc's xattr support instead of requiring libattrKay Sievers2014-05-28
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek2014-03-05
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-24
* journal: fix compiler warning in journal_file_append_data()Daniel Mack2014-02-20
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-11
* journal: Add missing byte order conversionsGeorge McCollister2014-01-05
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* journal-file.c: remove redundant assignment of variableThomas Hindoe Paaboel Andersen2013-12-17
* journal: fix against (theoretical) undefined behaviorShawn Landden2013-12-16
* journal-file: protect against alloca(0)Thomas Hindoe Paaboel Andersen2013-12-16
* journal: simplify pre-allocation logicLennart Poettering2013-11-27