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