chiark / gitweb /
journal: replace contexts hashmap with a plain array
[elogind.git] / src / journal / mmap-cache.c
2014-12-12 Michal Schmidtjournal: replace contexts hashmap with a plain array
2014-12-12 Michal Schmidtjournal: delete unused function mmap_cache_close_context
2014-12-12 Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-12 Michal Schmidtjournal: add debug mode for mmap-cache (--enable-debug...
2014-10-10 Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-11 Philippe De Swertjournal: do not leak mmaps on OOM
2014-01-11 Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2013-11-26 Lennart Poetteringjournald: keep statistics on how of we hit/miss the...
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-08-02 George McCollisterjournal: fix hashmap leak in mmap-cache
2013-05-09 Zbigniew Jędrzejew... Rearrange a few fields to reduce holes
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-10-16 Colin Guthriejournal: Set the last_unused pointer correctly when...
2012-10-16 Colin Guthriejournal: Properly track the number of allocated windows.
2012-09-21 Lennart Poetteringjournal: always keep marked mmap windows around
2012-09-21 Lennart Poetteringjournal: completely rework the mmap cache as I too...
2012-09-13 Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-08-21 Lennart Poetteringjournal: be more careful when keeping around mmaps...
2012-08-17 Lennart Poetteringmmap: resize arrays dynamically
2012-08-16 Lennart Poetteringjournal: add superficial structure verifier
2012-08-16 Lennart Poetteringjournal: implement basic journal file verification...
2012-08-16 Lennart Poetteringjournal: implement generic sharable mmap caching logic