Age | Commit message (Expand) | Author |
2012-10-18 | journal: suggest rotation when fields are not indexed | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering |
2012-10-16 | journal: sort data items of entries by offset | Lennart Poettering |
2012-09-24 | journal: set seal even for readonly journalfiles | Mirco Tischler |
2012-09-21 | journal: don't allow journal_file_open() to be called with ret being NULL | Lennart Poettering |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-09-13 | journal: never assert directly on data read from the journal | Lennart Poettering |
2012-09-13 | journald: don't reposition window if we don't have to | Lennart Poettering |
2012-09-11 | journal: don't set seal flag if we don't have gcrypt built-in | Lennart Poettering |
2012-09-11 | journal: don't try to compress without XZ | Michael Olbrich |
2012-09-10 | journald: detect invalid header pointers correctly | Lennart Poettering |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering |
2012-08-21 | journal: be more careful when keeping around mmaps we still need | Lennart Poettering |
2012-08-20 | journal: make libgcrypt dependency optional | Lennart Poettering |
2012-08-20 | journal: use a macro to check for file header flags | Lennart Poettering |
2012-08-20 | journal: fix tag ordering check | Lennart Poettering |
2012-08-18 | mmap: resize arrays dynamically | Lennart Poettering |
2012-08-18 | journal: even more simple static object tests | Lennart Poettering |
2012-08-18 | journal: fix verification without key | Lennart Poettering |
2012-08-18 | journald: add additional simple static tests to verifier | Lennart Poettering |
2012-08-17 | journal: be fine with opening rotated/corrupted journal files | Lennart Poettering |
2012-08-17 | journal: show new header fields in header dump | Lennart Poettering |
2012-08-17 | journal: rework terminology | Lennart Poettering |
2012-08-16 | journal: add FSPRG journal authentication | Lennart Poettering |
2012-08-16 | journal: parse fsprg seed | Lennart Poettering |
2012-08-16 | journal: count number of entry arrays in header | Lennart Poettering |
2012-08-16 | journal: rename 'mmap' to 'mmap_cache' to appease gcc | Zbigniew Jędrzejewski-Szmek |
2012-08-16 | journal: verify hashes only during actual verification, not all the time | Lennart Poettering |
2012-08-16 | journal: split up journal-file.c | Lennart Poettering |
2012-08-16 | journal: add superficial structure verifier | Lennart Poettering |
2012-08-16 | journal: implement basic journal file verification logic | Lennart Poettering |
2012-08-16 | journal: implement generic sharable mmap caching logic | Lennart Poettering |
2012-08-13 | journal: include tag object header in hmac | Lennart Poettering |
2012-08-13 | journal: add all objects we add to HMAC | Lennart Poettering |
2012-08-13 | journald: initial version of FSPRG hookup | Lennart Poettering |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering |
2012-07-19 | journal: rotate busy files away when we try to write to them | Lennart Poettering |
2012-07-18 | journal: when we suggest a rotation, explain why | Lennart Poettering |
2012-07-18 | journal: estimate data hash table size a bit larger by default | Lennart Poettering |
2012-07-17 | journal: actually set archived files to archived state | Lennart Poettering |
2012-07-17 | journalctl: decode more header files in --header | Lennart Poettering |
2012-07-17 | journal: size journal data hash table based on maximum file size metrics | Lennart Poettering |
2012-07-17 | journal: immediately rotate when the journal was previously not closed properly | Lennart Poettering |
2012-07-17 | journal: automatically rotate journal files if the data hash table is full > 75% | Lennart Poettering |
2012-07-16 | journal: use tail/head timestamps from header for cutoff logic | Lennart Poettering |
2012-07-16 | journald: don't enforce monotonicity of realtime clocks when copying entries | Lennart Poettering |
2012-07-13 | journal: beef up journal matches considerably | Lennart Poettering |
2012-07-13 | journal: fix seeking by realtime/seqnum | Lennart Poettering |