Age | Commit message (Expand) | Author |
2015-01-22 | tmpfiles: add 'a' type to set ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Fix some format strings for enums, they are signed | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | import: introduce new mini-daemon systemd-importd, and make machinectl a clie... | Lennart Poettering |
2015-01-21 | journal: Fix syslog forwarding without CAP_SYS_ADMIN | Christian Seiler |
2015-01-19 | journalctl: trim --help to fit in 80 columns | Zbigniew Jędrzejewski-Szmek |
2015-01-18 | Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h | Zbigniew Jędrzejewski-Szmek |
2015-01-17 | remove unneeded libgen.h includes | Cristian Rodríguez |
2015-01-13 | journald: allow zero length datagrams again | Lennart Poettering |
2015-01-09 | journal: do not check for number of files | Zbigniew Jędrzejewski-Szmek |
2015-01-08 | journal: bump RLIMIT_NOFILE when journal files to 16K (if possible) | Lennart Poettering |
2015-01-08 | util: make it easy to initialize the crtime from the current time in fd_setcr... | Lennart Poettering |
2015-01-08 | journald: turn off COW for journal files on btrfs | Lennart Poettering |
2015-01-06 | journal: consider file deletion errors a reason for rotation | Lennart Poettering |
2015-01-06 | journald: whenever we rotate a file, btrfs defrag it | Lennart Poettering |
2015-01-06 | tree-wide: remove unnecessary LOG_PRI | Zbigniew Jędrzejewski-Szmek |
2015-01-06 | journald: allow restarting journald without losing stream connections | Lennart Poettering |
2015-01-05 | journald: reuse IOVEC_TOTAL_SIZE() macros where possible | Lennart Poettering |
2015-01-05 | journald: when we detect the journal file we are about to write to has been d... | Lennart Poettering |
2015-01-05 | journald: add some additional checks before we divide by values read from jou... | Lennart Poettering |
2015-01-05 | journalctl: static variables immediately configured via command line argument... | Lennart Poettering |
2015-01-05 | journal: install sigbus handler for journal tools too | Lennart Poettering |
2015-01-05 | journald: constify all things | Lennart Poettering |
2015-01-05 | journald: prefix exported calls with "server_", unexport unnecessary calls | Lennart Poettering |
2015-01-05 | journald: process SIGBUS for the memory maps we set up | Lennart Poettering |
2014-12-30 | tree-wide: spelling fixes | Veres Lajos |
2014-12-26 | journald: always allocate space for object fields | Zbigniew Jędrzejewski-Szmek |
2014-12-26 | journald: fix off by one in native transport | Zbigniew Jędrzejewski-Szmek |
2014-12-24 | util: make creation time xattr logic more generic | Lennart Poettering |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-19 | journal: skipping of exhausted journal files is bad if direction changed | Michal Schmidt |
2014-12-19 | journal: make next_with_matches() always use f->current_offset | Michal Schmidt |
2014-12-19 | journal: fix skipping of duplicate entries in iteration | Michal Schmidt |
2014-12-18 | journal: next_with_matches() now does not need a mapped object as input | Michal Schmidt |
2014-12-18 | journal: journal_file_next_entry() does not need pointer to current Object | Michal Schmidt |
2014-12-18 | journal: optimize iteration by returning previously found candidate entry | Michal Schmidt |
2014-12-18 | journal: optimize iteration by skipping exhausted files | Michal Schmidt |
2014-12-18 | journal: drop unnecessary parameters of next_beyond_location() | Michal Schmidt |
2014-12-18 | journal: remove redundant variable new_offset | Michal Schmidt |
2014-12-18 | journal: compare candidate entries using JournalFiles' locations | Michal Schmidt |
2014-12-18 | journal: simplify set_location() | Michal Schmidt |
2014-12-18 | journal: keep per-JournalFile location info during iteration | Michal Schmidt |
2014-12-18 | journal: abstract the resetting of JournalFile's location | Michal Schmidt |
2014-12-18 | journal: move definition of LocationType to journal-file.h | Michal Schmidt |
2014-12-18 | Revert "journal: optimize iteration: skip whole files behind current location" | Michal Schmidt |
2014-12-18 | Revert "journal: optimize iteration: skip files that cannot improve current c... | Michal Schmidt |
2014-12-18 | journal: delete unused function journal_file_skip_entry() | Michal Schmidt |
2014-12-18 | journal: delete unused function journal_file_move_to_entry_by_offset() | Michal Schmidt |
2014-12-13 | journal: replace contexts hashmap with a plain array | Michal Schmidt |
2014-12-13 | journal: delete unused function mmap_cache_close_context | Michal Schmidt |