summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.h
Commit message (Expand)AuthorAge
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-18
* journal: optimize iteration by skipping exhausted filesMichal 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: move definition of LocationType to journal-file.hMichal 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: have a named enum ObjectTypeMichal 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: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt2014-10-23
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-09
* journal: build fix when LZ4 is enabled but XZ is notGustavo Sverzut Barbieri2014-09-25
* sd-journal: properly convert object->size on big endianZbigniew Jędrzejewski-Szmek2014-08-27
* Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek2014-08-03
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-06
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-11
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-11
* journal: make table constLennart Poettering2013-11-26
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* journal: remember last direction of search and keep offset cacheZbigniew Jędrzejewski-Szmek2013-06-10
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-25
* journal: introduce entry array chain cacheLennart Poettering2012-10-26
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-18
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-16
* journal: use a macro to check for file header flagsLennart Poettering2012-08-20
* journal: validate timestamps as wellLennart Poettering2012-08-19
* journal: even more simple static object testsLennart Poettering2012-08-18
* journald: add additional simple static tests to verifierLennart Poettering2012-08-18
* journal: rework terminologyLennart Poettering2012-08-17
* journal: parse fsprg seedLennart Poettering2012-08-16
* journal: rename 'mmap' to 'mmap_cache' to appease gccZbigniew Jędrzejewski-Szmek2012-08-16
* journal: split up journal-file.cLennart Poettering2012-08-16
* journal: implement basic journal file verification logicLennart Poettering2012-08-16
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-16
* journal: add all objects we add to HMACLennart Poettering2012-08-13
* journald: initial version of FSPRG hookupLennart Poettering2012-08-13
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-17
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-17
* journal: beef up journal matches considerablyLennart Poettering2012-07-13
* journal: expose and make use of cutoff times of journalLennart Poettering2012-06-17
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* add sparse support to detect endianness bugFrederic Crozat2012-03-22
* journal: if we encounter a corrupted file, rotate and go onLennart Poettering2012-03-15
* journal: fix more 32/64 bit issuesLennart Poettering2012-01-11
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-05