summaryrefslogtreecommitdiff
path: root/src/journal/test-journal.c
Commit message (Expand)AuthorAgeFilesLines
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-1/+1
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-161-1/+1
* journal: make libgcrypt dependency optionalLennart Poettering2012-08-201-0/+2
* journal: split up journal-file.cLennart Poettering2012-08-161-1/+3
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-1/+1
* journal: add all objects we add to HMACLennart Poettering2012-08-131-0/+1
* journald: initial version of FSPRG hookupLennart Poettering2012-08-131-3/+3
* test: allow deletion of temporary files from normal fsZbigniew Jędrzejewski-Szmek2012-08-031-1/+1
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-171-1/+1
* test: hook up more tests with make checkLennart Poettering2012-07-131-1/+5
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-051-1/+2
* journald: enforce some syntax restrictions on field names sent from the clien...Lennart Poettering2011-12-221-0/+2
* journal: add native protocol to journald, and client side API to send journal...Lennart Poettering2011-12-171-0/+1
* journal: implement multiple field matchesLennart Poettering2011-11-081-13/+28
* journal: unify code for up and for down traversalLennart Poettering2011-10-151-9/+9
* journal: synchronize seqnum across filesLennart Poettering2011-10-141-3/+3
* journal: implementation rotationLennart Poettering2011-10-131-1/+9
* journal: implement parallel traversal in clientLennart Poettering2011-10-081-1/+1
* journal: replace linked list by hashmap when merging filesLennart Poettering2011-10-071-1/+1
* journal: add preliminary incomplete implementationLennart Poettering2011-10-071-0/+93