summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
Commit message (Expand)AuthorAge
* 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
* journal: allow journal_file_copy_entry() to work on non-local filesLennart Poettering2013-11-27
* journal: fix iteration when we go backwards from the beginning of an array ch...Lennart Poettering2013-11-27
* journal: optimize bisection logic a bit by caching the last positionLennart Poettering2013-11-26
* journal: make table constLennart Poettering2013-11-26
* journal: when appending to journal file, allocate larger blocks at onceLennart Poettering2013-11-26
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* journald: replace new+snprintf with asprintfZbigniew Jędrzejewski-Szmek2013-10-09
* journald: add missing error checkLennart Poettering2013-10-02
* journalctl: properly print headers of empty journalsZbigniew Jędrzejewski-Szmek2013-06-18