index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: skipping of exhausted journal files is bad if direction changed
Michal Schmidt
2014-12-19
1
-6
/
+6
*
journal: make next_with_matches() always use f->current_offset
Michal Schmidt
2014-12-19
1
-8
/
+5
*
journal: fix skipping of duplicate entries in iteration
Michal Schmidt
2014-12-19
1
-36
/
+30
*
journal: next_with_matches() now does not need a mapped object as input
Michal Schmidt
2014-12-18
1
-4
/
+0
*
journal: journal_file_next_entry() does not need pointer to current Object
Michal Schmidt
2014-12-18
4
-18
/
+12
*
journal: optimize iteration by returning previously found candidate entry
Michal Schmidt
2014-12-18
1
-0
/
+6
*
journal: optimize iteration by skipping exhausted files
Michal Schmidt
2014-12-18
2
-1
/
+8
*
journal: drop unnecessary parameters of next_beyond_location()
Michal Schmidt
2014-12-18
1
-8
/
+2
*
journal: remove redundant variable new_offset
Michal Schmidt
2014-12-18
1
-5
/
+2
*
journal: compare candidate entries using JournalFiles' locations
Michal Schmidt
2014-12-18
3
-85
/
+54
*
journal: simplify set_location()
Michal Schmidt
2014-12-18
1
-8
/
+3
*
journal: keep per-JournalFile location info during iteration
Michal Schmidt
2014-12-18
3
-1
/
+33
*
journal: abstract the resetting of JournalFile's location
Michal Schmidt
2014-12-18
3
-1
/
+6
*
journal: move definition of LocationType to journal-file.h
Michal Schmidt
2014-12-18
2
-14
/
+14
*
Revert "journal: optimize iteration: skip whole files behind current location"
Michal Schmidt
2014-12-18
1
-23
/
+0
*
Revert "journal: optimize iteration: skip files that cannot improve current c...
Michal Schmidt
2014-12-18
1
-24
/
+0
*
journal: delete unused function journal_file_skip_entry()
Michal Schmidt
2014-12-18
3
-59
/
+0
*
journal: delete unused function journal_file_move_to_entry_by_offset()
Michal Schmidt
2014-12-18
2
-18
/
+0
*
journal: replace contexts hashmap with a plain array
Michal Schmidt
2014-12-13
3
-20
/
+17
*
journal: delete unused function mmap_cache_close_context
Michal Schmidt
2014-12-13
2
-13
/
+0
*
journal: push type_to_context conversion down to journal_file_move_to()
Michal Schmidt
2014-12-13
1
-4
/
+4
*
journal: have a named enum ObjectType
Michal Schmidt
2014-12-13
5
-9
/
+9
*
journal: consistently use OBJECT_<type> names instead of numbers
Michal Schmidt
2014-12-13
5
-14
/
+14
*
journal: consistently allow type==0 to mean "any type"
Michal Schmidt
2014-12-13
1
-1
/
+1
*
journal: move type_to_context() to journal-file.c
Michal Schmidt
2014-12-13
2
-6
/
+5
*
journal: remove journal_file_object_keep/release functions
Michal Schmidt
2014-12-13
7
-92
/
+24
*
journal: map objects to context set by caller, not by actual object type
Michal Schmidt
2014-12-13
1
-1
/
+1
*
journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)
Michal Schmidt
2014-12-13
1
-1
/
+13
*
copy: use btrfs reflinking only whe we know we copy full files
Lennart Poettering
2014-12-12
1
-1
/
+1
*
util: when using basename() for creating temporary files, verify the resultin...
Lennart Poettering
2014-12-12
2
-7
/
+7
*
journald: correct spacing near eol code comments
Torstein Husebø
2014-12-11
3
-5
/
+5
*
treewide: sanitize loop_write
Zbigniew Jędrzejewski-Szmek
2014-12-10
3
-23
/
+7
*
core: unify how we iterate over inotify events
Lennart Poettering
2014-12-10
1
-12
/
+2
*
journal: optimize iteration: skip files that cannot improve current candidate...
Michal Schmidt
2014-12-09
1
-0
/
+24
*
journal: optimize iteration: skip whole files behind current location
Michal Schmidt
2014-12-09
1
-0
/
+23
*
journalctl: respect --after-cursor semantics with --follow in all cases
Wesley Dawson
2014-12-09
1
-2
/
+6
*
journal: Fix navigating backwards missing entries
Olivier Brunel
2014-12-08
1
-1
/
+1
*
journald: close passed fds we cannot make sense of
Lennart Poettering
2014-11-30
1
-2
/
+10
*
tests: use assert_se instead of assert
Ronny Chevalier
2014-11-30
6
-67
/
+67
*
coredump: Support coredump.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
2
-4
/
+8
*
journald: Support journald.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
2
-4
/
+8
*
coredump: simplify a few things by allocating small fields on the stack rathe...
Lennart Poettering
2014-11-28
1
-46
/
+46
*
coredump: rework compose_open_fds()
Lennart Poettering
2014-11-28
1
-15
/
+24
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
10
-120
/
+60
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
18
-88
/
+88
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
8
-128
/
+64
*
treewide: simplify log_*_errno(r,...) immediately followed by "return r"
Michal Schmidt
2014-11-28
1
-9
/
+5
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
5
-21
/
+19
*
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
15
-100
/
+100
[next]