]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/sd-journal.c
journal: rework directory enumeration/watch logic
[thirdparty/systemd.git] / src / journal / sd-journal.c
2012-07-10  Lennart Poetteringjournal: rework directory enumeration/watch logic
2012-07-10  Lennart Poetteringjournal: introduce sd_journal_wait() to simplify writin...
2012-07-03  Lennart Poetteringjournal: fix iteration through journal if one file...
2012-06-16  Lennart Poetteringjournal: fix SD_JOURNAL_SYSTEM_ONLY flag
2012-06-16  Lennart Poetteringjournal: expose and make use of cutoff times of journal
2012-05-30  Lennart Poetteringjournal: don't allow adding invalid matches to the...
2012-05-30  Lennart Poetteringjournalctl: for now complain if more than one match...
2012-05-08  Kay Sieversutil: split-out path-util.[ch]
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03  Kay Sieversimport udev repository
2012-03-27  Lennart Poetteringjournal: properly handle if we interleave files with...
2012-03-22  Frederic Crozatadd sparse support to detect endianness bug
2012-03-14  Marti Raudseppjournal: Don't hold pointers to journal while remapping
2012-01-21  Dan Horákjournal: systemd v38 fails to build on big-endians
2012-01-11  Lennart Poetteringsd-journal: implement a number of non-implemented calls...
2012-01-04  Lennart Poetteringjournal: beef up journal output of systemctl and journalctl
2012-01-04  Lennart Poetteringjournalctl: fix counting of -n parameter
2012-01-04  Lennart Poetteringjournal: fix reverse traversing of entries
2012-01-04  Lennart Poetteringjournal: add missing error check
2012-01-04  Lennart Poetteringjournal: don't mind too much if we can't find a monoton...
2012-01-04  Lennart Poetteringjournal: add missing error check
2012-01-03  Lennart Poetteringjournal: add _public_ to all sd-journal calls, and...
2011-12-30  Lennart PoetteringMerge branch 'journal'
2011-12-29  Lennart Poetteringjournald: flush /run to /var as soon as it becomes...
2011-12-27  Lennart Poetteringjournal: fix typo
2011-12-21  Lennart Poetteringjournald: enforce some syntax restrictions on field...
2011-12-21  Lennart Poetteringjournalctl: add json, export, short and verbose output...
2011-12-21  Lennart Poetteringjournal: add inline compression support with XZ
2011-12-19  Lennart Poetteringjournal: fix matches
2011-12-19  Lennart Poetteringjournal: implement inotify-based live logging logic
2011-12-17  Lennart Poetteringjournal: enforce limits on open journal files
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 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