summaryrefslogtreecommitdiffstats
path: root/src/journal/sd-journal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: allow watching symlinked journal dirsLennart Poettering2012-07-191-2/+2
* journal: when watching directories actually watch the directories asked forLennart Poettering2012-07-191-4/+18
* journal: follow symlinks when enumerating journalsLennart Poettering2012-07-191-1/+1
* journald: don't choke on journal files with no cutoff dateLennart Poettering2012-07-191-0/+4
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-171-1/+1
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-171-0/+16
* Spelling fixes.Ville Skyttä2012-07-161-1/+1
* journal: align byte-buffer that gets cased to an objectKay Sievers2012-07-151-1/+1
* util: rename join() to strjoin()Lennart Poettering2012-07-131-5/+5
* journal: beef up journal matches considerablyLennart Poettering2012-07-131-276/+428
* journal: check fields we search for more carefullyLennart Poettering2012-07-131-1/+29
* journal: fix interleaving of files with different time sourcesLennart Poettering2012-07-131-2/+2
* journalctl: add a marker to log output for rebootsLennart Poettering2012-07-111-3/+3
* journal: rework directory enumeration/watch logicLennart Poettering2012-07-111-215/+333
* journal: introduce sd_journal_wait() to simplify writing synchronous clientsLennart Poettering2012-07-101-0/+15
* journal: fix iteration through journal if one file is corruptLennart Poettering2012-07-031-3/+4
* journal: fix SD_JOURNAL_SYSTEM_ONLY flagLennart Poettering2012-06-171-1/+2
* journal: expose and make use of cutoff times of journalLennart Poettering2012-06-171-0/+75
* journal: don't allow adding invalid matches to the contextLennart Poettering2012-05-301-1/+5
* journalctl: for now complain if more than one match is provided since this is...Lennart Poettering2012-05-301-0/+5
* util: split-out path-util.[ch]Kay Sievers2012-05-081-1/+2
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* journal: properly handle if we interleave files with different boot idsLennart Poettering2012-03-271-2/+10
* add sparse support to detect endianness bugFrederic Crozat2012-03-221-4/+6
* journal: Don't hold pointers to journal while remappingMarti Raudsepp2012-03-141-1/+11
* journal: systemd v38 fails to build on big-endiansDan Horák2012-01-211-1/+1
* sd-journal: implement a number of non-implemented calls from the API for nowLennart Poettering2012-01-111-24/+24
* journal: beef up journal output of systemctl and journalctlLennart Poettering2012-01-041-1/+1
* journalctl: fix counting of -n parameterLennart Poettering2012-01-041-22/+18
* journal: fix reverse traversing of entriesLennart Poettering2012-01-041-1/+1
* journal: add missing error checkLennart Poettering2012-01-041-0/+3
* journal: don't mind too much if we can't find a monotonic timestampLennart Poettering2012-01-041-1/+1
* journal: add missing error checkLennart Poettering2012-01-041-0/+3
* journal: add _public_ to all sd-journal calls, and add parameter checksLennart Poettering2012-01-031-60/+101
* journald: flush /run to /var as soon as it becomes availableLennart Poettering2011-12-291-50/+19
* journal: fix typoLennart Poettering2011-12-271-1/+1
* journald: enforce some syntax restrictions on field names sent from the clien...Lennart Poettering2011-12-221-0/+17
* journalctl: add json, export, short and verbose output modesLennart Poettering2011-12-211-1/+1
* journal: add inline compression support with XZLennart Poettering2011-12-211-6/+43
* journal: fix matchesLennart Poettering2011-12-201-8/+15
* journal: implement inotify-based live logging logicLennart Poettering2011-12-191-6/+272
* journal: enforce limits on open journal filesLennart Poettering2011-12-171-1/+7
* journal: implement multiple field matchesLennart Poettering2011-11-081-136/+665
* journal: automaticall reset location when the set of matches changesLennart Poettering2011-10-151-15/+25
* journal: implement seek to head/tailLennart Poettering2011-10-151-6/+25
* journal: unify code for up and for down traversalLennart Poettering2011-10-151-76/+23
* journal: properly implement matching with multiple matchesLennart Poettering2011-10-151-20/+118
* journal: if two entries match with everything but seqnums, they are still ide...Lennart Poettering2011-10-141-9/+25
* journal: move field index from file into journal objectLennart Poettering2011-10-141-8/+34
* journal: when the same entry is in two files, skip over them in syncLennart Poettering2011-10-141-11/+64