Age | Commit message (Expand) | Author |
2011-12-22 | journald: enforce some syntax restrictions on field names sent from the clien... | Lennart Poettering |
2011-12-21 | journal: properly handle first inline bisect array entry | Lennart Poettering |
2011-12-21 | journal: add missing compress.[ch] | Lennart Poettering |
2011-12-21 | journalctl: add command line parsing | Lennart Poettering |
2011-12-21 | journalctl: add json, export, short and verbose output modes | Lennart Poettering |
2011-12-21 | journal: add inline compression support with XZ | Lennart Poettering |
2011-12-20 | journal: fix space reservation limit enforcement | Lennart Poettering |
2011-12-20 | journal: fix matches | Lennart Poettering |
2011-12-19 | journal: implement inotify-based live logging logic | Lennart Poettering |
2011-12-17 | journald: filter fields send from client starting with underscore | Lennart Poettering |
2011-12-17 | journal: introduce mandatory sd_journal_printf() priority parameter | Lennart Poettering |
2011-12-17 | journal: enforce limits on open journal files | Lennart Poettering |
2011-12-17 | journal: add native protocol to journald, and client side API to send journal... | Lennart Poettering |
2011-11-08 | journal: implement multiple field matches | Lennart Poettering |
2011-10-15 | journal: automaticall reset location when the set of matches changes | Lennart Poettering |
2011-10-15 | journal: implement seek to head/tail | Lennart Poettering |
2011-10-15 | journal: unify code for up and for down traversal | Lennart Poettering |
2011-10-15 | journal: properly implement matching with multiple matches | Lennart Poettering |
2011-10-14 | journal: if two entries match with everything but seqnums, they are still ide... | Lennart Poettering |
2011-10-14 | journal: move field index from file into journal object | Lennart Poettering |
2011-10-14 | journal: when the same entry is in two files, skip over them in sync | Lennart Poettering |
2011-10-14 | journal: synchronize seqnum across files | Lennart Poettering |
2011-10-14 | journal: fix field retrieval by name | Lennart Poettering |
2011-10-14 | journal: implement parallel file traversal | Lennart Poettering |
2011-10-13 | journal: implementation rotation | Lennart Poettering |
2011-10-12 | journalctl: find journal files in right path | Lennart Poettering |
2011-10-12 | journal: add cgroup path to entries | Lennart Poettering |
2011-10-12 | journal: place machin journals in machine specific subdirectories | Lennart Poettering |
2011-10-12 | journal: only fallocate() what we really need to avoid slowness on file syste... | Lennart Poettering |
2011-10-08 | journal: implement parallel traversal in client | Lennart Poettering |
2011-10-07 | journal: split user logs into their own journal files | Lennart Poettering |
2011-10-07 | journal: replace linked list by hashmap when merging files | Lennart Poettering |
2011-10-07 | journal: store XOR combination of entry data object hashes to identify hash l... | Lennart Poettering |
2011-10-07 | journal: add preliminary incomplete implementation | Lennart Poettering |