chiark / gitweb /
journal: implement inotify-based live logging logic
[elogind.git] / src / journal /
2011-12-19 Lennart Poetteringjournal: implement inotify-based live logging logic
2011-12-17 Lennart Poetteringjournald: filter fields send from client starting with...
2011-12-17 Lennart Poetteringjournal: introduce mandatory sd_journal_printf() priori...
2011-12-17 Lennart Poetteringjournal: enforce limits on open journal files
2011-12-16 Lennart Poetteringjournal: add native protocol to journald, and client...
2011-11-08 Lennart PoetteringMerge branch 'master' into journal
2011-11-08 Lennart Poetteringjournal: implement multiple field matches
2011-10-15 Lennart Poetteringjournal: automaticall reset location when the set of...
2011-10-15 Lennart Poetteringjournal: implement seek to head/tail
2011-10-14 Lennart Poetteringjournal: unify code for up and for down traversal
2011-10-14 Lennart Poetteringjournal: properly implement matching with multiple...
2011-10-14 Lennart Poetteringjournal: if two entries match with everything but seqnu...
2011-10-14 Lennart Poetteringjournal: move field index from file into journal object
2011-10-14 Lennart Poetteringjournal: when the same entry is in two files, skip...
2011-10-14 Lennart Poetteringjournal: synchronize seqnum across files
2011-10-14 Lennart Poetteringjournal: fix field retrieval by name
2011-10-14 Lennart Poetteringjournal: implement parallel file traversal
2011-10-13 Lennart Poetteringjournal: implementation rotation
2011-10-12 Lennart Poetteringjournalctl: find journal files in right path
2011-10-12 Lennart Poetteringjournal: add cgroup path to entries
2011-10-12 Lennart Poetteringjournal: place machin journals in machine specific...
2011-10-12 Lennart Poetteringjournal: only fallocate() what we really need to avoid...
2011-10-12 Lennart PoetteringMerge branch 'master' into journal
2011-10-08 Lennart Poetteringjournal: implement parallel traversal in client
2011-10-07 Lennart Poetteringjournal: split user logs into their own journal files
2011-10-07 Lennart Poetteringjournal: replace linked list by hashmap when merging...
2011-10-07 Lennart Poetteringjournal: store XOR combination of entry data object...
2011-10-07 Lennart Poetteringjournal: add preliminary incomplete implementation