summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
2014-12-26journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek
2014-12-26journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek
2014-12-24util: make creation time xattr logic more genericLennart Poettering
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt
2014-12-18journal: simplify set_location()Michal Schmidt
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt
2014-12-13journal: delete unused function mmap_cache_close_contextMichal Schmidt
2014-12-13journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: consistently allow type==0 to mean "any type"Michal Schmidt
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt
2014-12-13journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-11journald: correct spacing near eol code commentsTorstein Husebø
2014-12-09treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek
2014-12-10core: unify how we iterate over inotify eventsLennart Poettering
2014-12-09journal: optimize iteration: skip files that cannot improve current candidate...Michal Schmidt
2014-12-09journal: optimize iteration: skip whole files behind current locationMichal Schmidt
2014-12-09journalctl: respect --after-cursor semantics with --follow in all casesWesley Dawson
2014-12-08journal: Fix navigating backwards missing entriesOlivier Brunel
2014-11-30journald: close passed fds we cannot make sense ofLennart Poettering
2014-11-30tests: use assert_se instead of assertRonny Chevalier
2014-11-29coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett
2014-11-29journald: Support journald.conf.d directories in the usual search pathsJosh Triplett
2014-11-28coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering
2014-11-28coredump: rework compose_open_fds()Lennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt