index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
sd-journal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: allow watching symlinked journal dirs
Lennart Poettering
2012-07-19
1
-2
/
+2
*
journal: when watching directories actually watch the directories asked for
Lennart Poettering
2012-07-19
1
-4
/
+18
*
journal: follow symlinks when enumerating journals
Lennart Poettering
2012-07-19
1
-1
/
+1
*
journald: don't choke on journal files with no cutoff date
Lennart Poettering
2012-07-19
1
-0
/
+4
*
journal: size journal data hash table based on maximum file size metrics
Lennart Poettering
2012-07-17
1
-1
/
+1
*
journal: automatically rotate journal files if the data hash table is full > 75%
Lennart Poettering
2012-07-17
1
-0
/
+16
*
Spelling fixes.
Ville Skyttä
2012-07-16
1
-1
/
+1
*
journal: align byte-buffer that gets cased to an object
Kay Sievers
2012-07-15
1
-1
/
+1
*
util: rename join() to strjoin()
Lennart Poettering
2012-07-13
1
-5
/
+5
*
journal: beef up journal matches considerably
Lennart Poettering
2012-07-13
1
-276
/
+428
*
journal: check fields we search for more carefully
Lennart Poettering
2012-07-13
1
-1
/
+29
*
journal: fix interleaving of files with different time sources
Lennart Poettering
2012-07-13
1
-2
/
+2
*
journalctl: add a marker to log output for reboots
Lennart Poettering
2012-07-11
1
-3
/
+3
*
journal: rework directory enumeration/watch logic
Lennart Poettering
2012-07-11
1
-215
/
+333
*
journal: introduce sd_journal_wait() to simplify writing synchronous clients
Lennart Poettering
2012-07-10
1
-0
/
+15
*
journal: fix iteration through journal if one file is corrupt
Lennart Poettering
2012-07-03
1
-3
/
+4
*
journal: fix SD_JOURNAL_SYSTEM_ONLY flag
Lennart Poettering
2012-06-17
1
-1
/
+2
*
journal: expose and make use of cutoff times of journal
Lennart Poettering
2012-06-17
1
-0
/
+75
*
journal: don't allow adding invalid matches to the context
Lennart Poettering
2012-05-30
1
-1
/
+5
*
journalctl: for now complain if more than one match is provided since this is...
Lennart Poettering
2012-05-30
1
-0
/
+5
*
util: split-out path-util.[ch]
Kay Sievers
2012-05-08
1
-1
/
+2
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
journal: properly handle if we interleave files with different boot ids
Lennart Poettering
2012-03-27
1
-2
/
+10
*
add sparse support to detect endianness bug
Frederic Crozat
2012-03-22
1
-4
/
+6
*
journal: Don't hold pointers to journal while remapping
Marti Raudsepp
2012-03-14
1
-1
/
+11
*
journal: systemd v38 fails to build on big-endians
Dan Horák
2012-01-21
1
-1
/
+1
*
sd-journal: implement a number of non-implemented calls from the API for now
Lennart Poettering
2012-01-11
1
-24
/
+24
*
journal: beef up journal output of systemctl and journalctl
Lennart Poettering
2012-01-04
1
-1
/
+1
*
journalctl: fix counting of -n parameter
Lennart Poettering
2012-01-04
1
-22
/
+18
*
journal: fix reverse traversing of entries
Lennart Poettering
2012-01-04
1
-1
/
+1
*
journal: add missing error check
Lennart Poettering
2012-01-04
1
-0
/
+3
*
journal: don't mind too much if we can't find a monotonic timestamp
Lennart Poettering
2012-01-04
1
-1
/
+1
*
journal: add missing error check
Lennart Poettering
2012-01-04
1
-0
/
+3
*
journal: add _public_ to all sd-journal calls, and add parameter checks
Lennart Poettering
2012-01-03
1
-60
/
+101
*
journald: flush /run to /var as soon as it becomes available
Lennart Poettering
2011-12-29
1
-50
/
+19
*
journal: fix typo
Lennart Poettering
2011-12-27
1
-1
/
+1
*
journald: enforce some syntax restrictions on field names sent from the clien...
Lennart Poettering
2011-12-22
1
-0
/
+17
*
journalctl: add json, export, short and verbose output modes
Lennart Poettering
2011-12-21
1
-1
/
+1
*
journal: add inline compression support with XZ
Lennart Poettering
2011-12-21
1
-6
/
+43
*
journal: fix matches
Lennart Poettering
2011-12-20
1
-8
/
+15
*
journal: implement inotify-based live logging logic
Lennart Poettering
2011-12-19
1
-6
/
+272
*
journal: enforce limits on open journal files
Lennart Poettering
2011-12-17
1
-1
/
+7
*
journal: implement multiple field matches
Lennart Poettering
2011-11-08
1
-136
/
+665
*
journal: automaticall reset location when the set of matches changes
Lennart Poettering
2011-10-15
1
-15
/
+25
*
journal: implement seek to head/tail
Lennart Poettering
2011-10-15
1
-6
/
+25
*
journal: unify code for up and for down traversal
Lennart Poettering
2011-10-15
1
-76
/
+23
*
journal: properly implement matching with multiple matches
Lennart Poettering
2011-10-15
1
-20
/
+118
*
journal: if two entries match with everything but seqnums, they are still ide...
Lennart Poettering
2011-10-14
1
-9
/
+25
*
journal: move field index from file into journal object
Lennart Poettering
2011-10-14
1
-8
/
+34
*
journal: when the same entry is in two files, skip over them in sync
Lennart Poettering
2011-10-14
1
-11
/
+64
[next]