summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)Author
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
2014-11-28treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27coredump: use openatZbigniew Jędrzejewski-Szmek
2014-11-27journalctl: print all possible lines immediately with --follow + --sinceAndrej Manduch
2014-11-27coredump: collect all /proc data useful for bug reportingJakub Filak
2014-11-26journald: proceed even if some sockets are unknownZbigniew Jędrzejewski-Szmek
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07copy: change error code when hitting copy limit to EFBIGLennart Poettering
2014-11-06s/commandline/command line/gHarald Hoyer
2014-11-06journal: adjust audit log messages a bitLennart Poettering
2014-11-04journald: include audit message type number in MESSAGE= stringLennart Poettering
2014-11-04journal: also consider audit fields with '-' validLennart Poettering
2014-11-04journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering