summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-191-6/+6
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-191-8/+5
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-191-36/+30
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-181-4/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-184-18/+12
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-181-0/+6
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-182-1/+8
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-181-8/+2
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-181-5/+2
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-183-85/+54
* journal: simplify set_location()Michal Schmidt2014-12-181-8/+3
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-183-1/+33
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-183-1/+6
* journal: move definition of LocationType to journal-file.hMichal Schmidt2014-12-182-14/+14
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-181-23/+0
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-181-24/+0
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-183-59/+0
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-182-18/+0
* journal: replace contexts hashmap with a plain arrayMichal Schmidt2014-12-133-20/+17
* journal: delete unused function mmap_cache_close_contextMichal Schmidt2014-12-132-13/+0
* journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt2014-12-131-4/+4
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-135-9/+9
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-135-14/+14
* journal: consistently allow type==0 to mean "any type"Michal Schmidt2014-12-131-1/+1
* journal: move type_to_context() to journal-file.cMichal Schmidt2014-12-132-6/+5
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-137-92/+24
* journal: map objects to context set by caller, not by actual object typeMichal Schmidt2014-12-131-1/+1
* journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt2014-12-131-1/+13
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-1/+1
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-122-7/+7
* journald: correct spacing near eol code commentsTorstein Husebø2014-12-113-5/+5
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-103-23/+7
* core: unify how we iterate over inotify eventsLennart Poettering2014-12-101-12/+2
* journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt2014-12-091-0/+24
* journal: optimize iteration: skip whole files behind current locationMichal Schmidt2014-12-091-0/+23
* journalctl: respect --after-cursor semantics with --follow in all casesWesley Dawson2014-12-091-2/+6
* journal: Fix navigating backwards missing entriesOlivier Brunel2014-12-081-1/+1
* journald: close passed fds we cannot make sense ofLennart Poettering2014-11-301-2/+10
* tests: use assert_se instead of assertRonny Chevalier2014-11-306-67/+67
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-292-4/+8
* coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering2014-11-281-46/+46
* coredump: rework compose_open_fds()Lennart Poettering2014-11-281-15/+24
* treewide: another round of simplificationsMichal Schmidt2014-11-2810-120/+60
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-2818-88/+88
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-288-128/+64
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-9/+5
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-285-21/+19
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-281-3/+3
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-2815-100/+100