summaryrefslogtreecommitdiff
path: root/src/journal/sd-journal.c
AgeCommit message (Expand)Author
2012-08-18mmap: resize arrays dynamicallyLennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
2012-08-07journalctl: include corrupted files in outputLennart Poettering
2012-07-19journal: allow watching symlinked journal dirsLennart Poettering
2012-07-19journal: when watching directories actually watch the directories asked forLennart Poettering
2012-07-19journal: follow symlinks when enumerating journalsLennart Poettering
2012-07-19journald: don't choke on journal files with no cutoff dateLennart Poettering
2012-07-17journal: size journal data hash table based on maximum file size metricsLennart Poettering
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-16Spelling fixes.Ville Skyttä
2012-07-15journal: align byte-buffer that gets cased to an objectKay Sievers
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-13journal: check fields we search for more carefullyLennart Poettering
2012-07-13journal: fix interleaving of files with different time sourcesLennart Poettering
2012-07-11journalctl: add a marker to log output for rebootsLennart Poettering
2012-07-11journal: rework directory enumeration/watch logicLennart Poettering
2012-07-10journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering
2012-07-03journal: fix iteration through journal if one file is corruptLennart Poettering
2012-06-17journal: fix SD_JOURNAL_SYSTEM_ONLY flagLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-05-30journal: don't allow adding invalid matches to the contextLennart Poettering
2012-05-30journalctl: for now complain if more than one match is provided since this is...Lennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-03-27journal: properly handle if we interleave files with different boot idsLennart Poettering
2012-03-22add sparse support to detect endianness bugFrederic Crozat
2012-03-14journal: Don't hold pointers to journal while remappingMarti Raudsepp
2012-01-21journal: systemd v38 fails to build on big-endiansDan Horák
2012-01-11sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering
2012-01-04journalctl: fix counting of -n parameterLennart Poettering
2012-01-04journal: fix reverse traversing of entriesLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-04journal: don't mind too much if we can't find a monotonic timestampLennart Poettering
2012-01-04journal: add missing error checkLennart Poettering
2012-01-03journal: add _public_ to all sd-journal calls, and add parameter checksLennart Poettering
2011-12-29journald: flush /run to /var as soon as it becomes availableLennart Poettering
2011-12-27journal: fix typoLennart Poettering
2011-12-22journald: enforce some syntax restrictions on field names sent from the clien...Lennart Poettering
2011-12-21journalctl: add json, export, short and verbose output modesLennart Poettering
2011-12-21journal: add inline compression support with XZLennart Poettering
2011-12-20journal: fix matchesLennart Poettering
2011-12-19journal: implement inotify-based live logging logicLennart Poettering
2011-12-17journal: enforce limits on open journal filesLennart Poettering
2011-11-08journal: implement multiple field matchesLennart Poettering
2011-10-15journal: automaticall reset location when the set of matches changesLennart Poettering
2011-10-15journal: implement seek to head/tailLennart Poettering
2011-10-15journal: unify code for up and for down traversalLennart Poettering