summaryrefslogtreecommitdiff
path: root/src/journal/test-journal.c
AgeCommit message (Expand)Author
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-02journal: rework vacuuming logicLennart Poettering
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt
2014-11-30tests: use assert_se instead of assertRonny Chevalier
2014-11-03journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...Lennart Poettering
2014-07-31Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek
2014-01-11journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek
2013-10-09tests: fix some memory leaks in testsLennart Poettering
2013-08-22test: Make testing work on systems without or old systemdHolger Hans Peter Freyther
2013-06-10tests: add test for empty journal filesZbigniew Jędrzejewski-Szmek
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-10-16journal: implement time-based rotation/vacuumingLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering
2012-08-16journal: split up journal-file.cLennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering
2012-08-13journal: add all objects we add to HMACLennart Poettering
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
2012-08-03test: allow deletion of temporary files from normal fsZbigniew Jędrzejewski-Szmek
2012-07-17journal: size journal data hash table based on maximum file size metricsLennart Poettering
2012-07-13test: hook up more tests with make checkLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2011-12-22journald: enforce some syntax restrictions on field names sent from the clien...Lennart Poettering
2011-12-17journal: add native protocol to journald, and client side API to send journal...Lennart Poettering
2011-11-08journal: implement multiple field matchesLennart Poettering
2011-10-15journal: unify code for up and for down traversalLennart Poettering
2011-10-14journal: synchronize seqnum across filesLennart Poettering
2011-10-13journal: implementation rotationLennart Poettering
2011-10-08journal: implement parallel traversal in clientLennart Poettering
2011-10-07journal: replace linked list by hashmap when merging filesLennart Poettering
2011-10-07journal: add preliminary incomplete implementationLennart Poettering