]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-file.h
journal: compare candidate entries using JournalFiles' locations
[thirdparty/systemd.git] / src / journal / journal-file.h
2014-12-18  Michal Schmidtjournal: compare candidate entries using JournalFiles...
2014-12-18  Michal Schmidtjournal: keep per-JournalFile location info during...
2014-12-18  Michal Schmidtjournal: abstract the resetting of JournalFile's location
2014-12-18  Michal Schmidtjournal: move definition of LocationType to journal...
2014-12-18  Michal Schmidtjournal: delete unused function journal_file_skip_entry()
2014-12-18  Michal Schmidtjournal: delete unused function journal_file_move_to_en...
2014-12-12  Michal Schmidtjournal: have a named enum ObjectType
2014-12-12  Michal Schmidtjournal: move type_to_context() to journal-file.c
2014-12-12  Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-10-23  Michal Schmidtjournal: make JournalFile::chain_cache an OrderedHashmap
2014-10-10  Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-09-25  Gustavo Sverzut... journal: build fix when LZ4 is enabled but XZ is not
2014-08-28  Zbigniew Jędrzejew... sd-journal: properly convert object->size on big endian
2014-08-04  Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-31  Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-07-06  Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-01-11  Zbigniew Jędrzejew... journald: do not free space when disk space runs low
2014-01-11  Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2013-11-26  Lennart Poetteringjournal: make table const
2013-11-08  Lennart PoetteringRemove dead code and unexport some calls
2013-06-10  Zbigniew Jędrzejew... journal: remember last direction of search and keep...
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-03-25  Oleksii Shevchukjournal: Add sync timer to journal server
2013-01-07  Tom GundersenMerge nss-myhostname
2012-10-26  Lennart Poetteringjournal: introduce entry array chain cache
2012-10-18  Lennart Poetteringjournal: add ability to list values a specified field...
2012-10-16  Lennart Poetteringjournal: implement time-based rotation/vacuuming
2012-08-20  Lennart Poetteringjournal: use a macro to check for file header flags
2012-08-19  Lennart Poetteringjournal: validate timestamps as well
2012-08-17  Lennart Poetteringjournal: even more simple static object tests
2012-08-17  Lennart Poetteringjournald: add additional simple static tests to verifier
2012-08-16  Lennart Poetteringjournal: rework terminology
2012-08-16  Lennart Poetteringjournal: parse fsprg seed
2012-08-16  Zbigniew Jędrzejew... journal: rename 'mmap' to 'mmap_cache' to appease gcc
2012-08-16  Lennart Poetteringjournal: split up journal-file.c
2012-08-16  Lennart Poetteringjournal: implement basic journal file verification...
2012-08-16  Lennart Poetteringjournal: implement generic sharable mmap caching logic
2012-08-13  Lennart Poetteringjournal: add all objects we add to HMAC
2012-08-13  Lennart Poetteringjournald: initial version of FSPRG hookup
2012-07-19  Shawn Landdenuse #pragma once instead of foo*foo #define guards
2012-07-16  Lennart Poetteringjournal: size journal data hash table based on maximum...
2012-07-16  Lennart Poetteringjournal: automatically rotate journal files if the...
2012-07-12  Lennart Poetteringjournal: beef up journal matches considerably
2012-06-16  Lennart Poetteringjournal: expose and make use of cutoff times of journal
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03  Kay Sieversimport udev repository
2012-03-22  Frederic Crozatadd sparse support to detect endianness bug
2012-03-15  Lennart Poetteringjournal: if we encounter a corrupted file, rotate and...
2012-01-11  Lennart Poetteringjournal: fix more 32/64 bit issues
2012-01-05  Lennart Poetteringbuild-sys: move public header files into a dir of their own
2011-12-31  Lennart Poetteringjournal: automatically deduce journal metrics from...
2011-12-30  Lennart PoetteringMerge branch 'journal'
2011-12-30  Lennart Poetteringjournal: move max_use into metrics structure
2011-12-29  Lennart Poetteringjournald: flush /run to /var as soon as it becomes...
2011-12-21  Lennart Poetteringjournal: add inline compression support with XZ
2011-12-20  Lennart Poetteringjournal: fix space reservation limit enforcement
2011-11-08  Lennart PoetteringMerge branch 'master' into journal
2011-11-08  Lennart Poetteringjournal: implement multiple field matches
2011-10-14  Lennart Poetteringjournal: unify code for up and for down traversal
2011-10-14  Lennart Poetteringjournal: move field index from file into journal object
2011-10-14  Lennart Poetteringjournal: synchronize seqnum across files
2011-10-14  Lennart Poetteringjournal: implement parallel file traversal
2011-10-13  Lennart Poetteringjournal: implementation rotation
2011-10-12  Lennart PoetteringMerge branch 'master' into journal
2011-10-08  Lennart Poetteringjournal: implement parallel traversal in client