chiark / gitweb /
sysv-generator: use is_symlink() utility call where appropriate
[elogind.git] / src / journal /
2015-01-22 Ronny Chevaliertests: use assert_se instead of assert
2015-01-22 Zbigniew Jędrzejew... tmpfiles: add 'a' type to set ACLs
2015-01-22 Zbigniew Jędrzejew... Assorted format fixes
2015-01-22 Zbigniew Jędrzejew... Fix some format strings for enums, they are signed
2015-01-22 Lennart Poetteringimport: introduce new mini-daemon systemd-importd,...
2015-01-21 Christian Seilerjournal: Fix syslog forwarding without CAP_SYS_ADMIN
2015-01-19 Zbigniew Jędrzejew... journalctl: trim --help to fit in 80 columns
2015-01-19 Zbigniew Jędrzejew... Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h
2015-01-17 Cristian Rodríguezremove unneeded libgen.h includes
2015-01-13 Lennart Poetteringjournald: allow zero length datagrams again
2015-01-09 Zbigniew Jędrzejew... journal: do not check for number of files
2015-01-08 Lennart Poetteringjournal: bump RLIMIT_NOFILE when journal files to 16K...
2015-01-08 Lennart Poetteringutil: make it easy to initialize the crtime from the...
2015-01-08 Lennart Poetteringjournald: turn off COW for journal files on btrfs
2015-01-06 Lennart Poetteringjournal: consider file deletion errors a reason for...
2015-01-06 Lennart Poetteringjournald: whenever we rotate a file, btrfs defrag it
2015-01-06 Zbigniew Jędrzejew... tree-wide: remove unnecessary LOG_PRI
2015-01-06 Lennart Poetteringjournald: allow restarting journald without losing...
2015-01-05 Lennart Poetteringjournald: reuse IOVEC_TOTAL_SIZE() macros where possible
2015-01-05 Lennart Poetteringjournald: when we detect the journal file we are about...
2015-01-05 Lennart Poetteringjournald: add some additional checks before we divide...
2015-01-05 Lennart Poetteringjournalctl: static variables immediately configured...
2015-01-05 Lennart Poetteringjournal: install sigbus handler for journal tools too
2015-01-05 Lennart Poetteringjournald: constify all things
2015-01-05 Lennart Poetteringjournald: prefix exported calls with "server_", unexpor...
2015-01-05 Lennart Poetteringjournald: process SIGBUS for the memory maps we set up
2014-12-31 Veres Lajostree-wide: spelling fixes
2014-12-26 Zbigniew Jędrzejew... journald: always allocate space for object fields
2014-12-26 Zbigniew Jędrzejew... journald: fix off by one in native transport
2014-12-24 Lennart Poetteringutil: make creation time xattr logic more generic
2014-12-24 Shawn Paul Landdenutil: fix strict aliasing violations in use of struct...
2014-12-19 Michal Schmidtjournal: skipping of exhausted journal files is bad...
2014-12-19 Michal Schmidtjournal: make next_with_matches() always use f->current...
2014-12-19 Michal Schmidtjournal: fix skipping of duplicate entries in iteration
2014-12-18 Michal Schmidtjournal: next_with_matches() now does not need a mapped...
2014-12-18 Michal Schmidtjournal: journal_file_next_entry() does not need pointe...
2014-12-18 Michal Schmidtjournal: optimize iteration by returning previously...
2014-12-18 Michal Schmidtjournal: optimize iteration by skipping exhausted files
2014-12-18 Michal Schmidtjournal: drop unnecessary parameters of next_beyond_loc...
2014-12-18 Michal Schmidtjournal: remove redundant variable new_offset
2014-12-18 Michal Schmidtjournal: compare candidate entries using JournalFiles...
2014-12-18 Michal Schmidtjournal: simplify set_location()
2014-12-18 Michal Schmidtjournal: keep per-JournalFile location info during...
2014-12-18 Michal Schmidtjournal: abstract the resetting of JournalFile's location
2014-12-18 Michal Schmidtjournal: move definition of LocationType to journal...
2014-12-18 Michal SchmidtRevert "journal: optimize iteration: skip whole files...
2014-12-18 Michal SchmidtRevert "journal: optimize iteration: skip files that...
2014-12-18 Michal Schmidtjournal: delete unused function journal_file_skip_entry()
2014-12-18 Michal Schmidtjournal: delete unused function journal_file_move_to_en...
2014-12-12 Michal Schmidtjournal: replace contexts hashmap with a plain array
2014-12-12 Michal Schmidtjournal: delete unused function mmap_cache_close_context
2014-12-12 Michal Schmidtjournal: push type_to_context conversion down to journa...
2014-12-12 Michal Schmidtjournal: have a named enum ObjectType
2014-12-12 Michal Schmidtjournal: consistently use OBJECT_<type> names instead...
2014-12-12 Michal Schmidtjournal: consistently allow type==0 to mean "any type"
2014-12-12 Michal Schmidtjournal: move type_to_context() to journal-file.c
2014-12-12 Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-12 Michal Schmidtjournal: map objects to context set by caller, not...
2014-12-12 Michal Schmidtjournal: add debug mode for mmap-cache (--enable-debug...
2014-12-12 Lennart Poetteringcopy: use btrfs reflinking only whe we know we copy...
2014-12-12 Lennart Poetteringutil: when using basename() for creating temporary...
2014-12-11 Torstein Husebøjournald: correct spacing near eol code comments
2014-12-10 Zbigniew Jędrzejew... treewide: sanitize loop_write
2014-12-10 Lennart Poetteringcore: unify how we iterate over inotify events
2014-12-09 Michal Schmidtjournal: optimize iteration: skip files that cannot...
2014-12-09 Michal Schmidtjournal: optimize iteration: skip whole files behind...
2014-12-09 Wesley Dawsonjournalctl: respect --after-cursor semantics with ...
2014-12-08 Olivier Bruneljournal: Fix navigating backwards missing entries
2014-11-30 Lennart Poetteringjournald: close passed fds we cannot make sense of
2014-11-30 Ronny Chevaliertests: use assert_se instead of assert
2014-11-29 Josh Triplettcoredump: Support coredump.conf.d directories in the...
2014-11-29 Josh Triplettjournald: Support journald.conf.d directories in the...
2014-11-28 Lennart Poetteringcoredump: simplify a few things by allocating small...
2014-11-28 Lennart Poetteringcoredump: rework compose_open_fds()
2014-11-28 Michal Schmidttreewide: another round of simplifications
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: simplify log_*_errno(r,...) immediately follo...
2014-11-28 Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28 Michal Schmidttreewide: more log_*_errno() conversions
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-28 Lennart Poetteringlog: fix order of log_unit_struct() to match other...
2014-11-27 Lennart Poetteringlog: rearrange log function naming
2014-11-27 Zbigniew Jędrzejew... coredump: use openat
2014-11-27 Andrej Manduchjournalctl: print all possible lines immediately with...
2014-11-27 Jakub Filakcoredump: collect all /proc data useful for bug reporting
2014-11-26 Zbigniew Jędrzejew... journald: proceed even if some sockets are unknown
2014-11-07 Lennart Poetteringutil: simplify proc_cmdline() to reuse get_process_cmdl...
2014-11-07 Lennart Poetteringcopy: change error code when hitting copy limit to...
2014-11-06 Harald Hoyers/commandline/command line/g
2014-11-06 Lennart Poetteringjournal: adjust audit log messages a bit
2014-11-04 Lennart Poetteringjournald: include audit message type number in MESSAGE...
2014-11-03 Lennart Poetteringjournal: also consider audit fields with '-' valid
2014-11-03 Lennart Poetteringjournald: don't pass around SO_TIMESTAMP timestamp...
2014-11-03 Lennart Poetteringjournald: suppress low-level audit text prefix in MESSA...
2014-11-03 Lennart Poetteringjournald: properly decode audit's proctitle= field
2014-11-03 Lennart Poetteringjournald: enable audit in the kernel when initializing
2014-11-03 Lennart Poetteringjournald: there's no point in turning on SO_TIMESTAMP...
2014-11-03 Lennart Poetteringjournald: fix memory leak on error path
next