Age | Commit message (Expand) | Author |
2017-02-01 | Revert "Trivial typo fixes and code refactorings (#5191)" | Zbigniew Jędrzejewski-Szmek |
2017-02-01 | Trivial typo fixes and code refactorings (#5191) | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | journal/lookup3: silence gcc 7 implicit-fallthrough warning | Zbigniew Jędrzejewski-Szmek |
2017-01-31 | tree-wide: adjust fall through comments so that gcc is happy | Zbigniew Jędrzejewski-Szmek |
2017-01-15 | journalctl: fix memleak | Zbigniew Jędrzejewski-Szmek |
2017-01-14 | journalctl: expunge verification key from argv (#5081) | Lucas Werkmeister |
2017-01-14 | Merge pull request #4879 from poettering/systemd | Zbigniew Jędrzejewski-Szmek |
2017-01-10 | build-sys: add check for gperf lookup function signature (#5055) | Mike Gilbert |
2016-12-24 | journalctl: add remote log dir to search path when --merge is passed (#4970) | Marcin Bachry |
2016-12-21 | journald: don't flush to /var/log/journal before we get asked to | Lennart Poettering |
2016-12-21 | util-lib: various improvements to kernel command line parsing | Lennart Poettering |
2016-12-17 | test-compress: fix warning about LZ4_compress_limitedOutput | Zbigniew Jędrzejewski-Szmek |
2016-12-14 | journalctl: improve wording in an errors message | Lennart Poettering |
2016-12-10 | journal: fix warning about LZ4_compress_limitedOutput | Zbigniew Jędrzejewski-Szmek |
2016-12-02 | journal: make sure to initially populate the space info cache (#4807) | Franck Bui |
2016-12-01 | fs-util: add flags parameter to chase_symlinks() | Lennart Poettering |
2016-12-01 | tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead | Lennart Poettering |
2016-11-25 | fix journald startup problem when code is compiled with -DNDEBUG (#4735) | Waldemar Brodkorb |
2016-11-07 | Rename formats-util.h to format-util.h | Zbigniew Jędrzejewski-Szmek |
2016-11-03 | Merge pull request #4510 from keszybz/tree-wide-cleanups | Lennart Poettering |
2016-10-31 | test-compression: allow the file to compress to be specified | Zbigniew Jędrzejewski-Szmek |
2016-10-24 | Merge pull request #4459 from keszybz/commandline-parsing | Lennart Poettering |
2016-10-23 | tree-wide: drop NULL sentinel from strjoin | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | tree-wide: make parse_proc_cmdline() strip "rd." prefix automatically | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | journald: convert journald to use parse_proc_cmdline | Zbigniew Jędrzejewski-Szmek |
2016-10-22 | journal: remove unused variable | Thomas Hindoe Paaboel Andersen |
2016-10-21 | journald: systemd.journald.max_level_* kernel command line options (#4427) | Umut Tezduyar Lindskog |
2016-10-20 | journald,core: add short comments we we keep reopening /dev/console all the time | Lennart Poettering |
2016-10-19 | journal: rename determine_space_for() into cache_space_refresh() | Franck Bui |
2016-10-19 | journal: introduce patch_min_use() helper | Franck Bui |
2016-10-19 | journal: introduce cache_space_invalidate() | Franck Bui |
2016-10-19 | journal: cache used vfs stats as well | Franck Bui |
2016-10-19 | journal: don't emit space usage message when opening the journal (#4190) | Franck Bui |
2016-10-19 | journal: introduce server_space_usage_message() | Franck Bui |
2016-10-19 | journal: introduce JournalStorage and JournalStorageSpace structures | Franck Bui |
2016-10-19 | journal: introduce determine_path_usage() | Franck Bui |
2016-10-16 | tree-wide: use mfree more | Zbigniew Jędrzejewski-Szmek |
2016-10-13 | Merge pull request #4362 from poettering/journalbootlistfix | Zbigniew Jędrzejewski-Szmek |
2016-10-12 | journalctl: say in which directory we vacuum stuff | Lennart Poettering |
2016-10-12 | journalctl: don't claim the journal was stored on disk | Lennart Poettering |
2016-10-12 | journal: refuse opening journal files from the future for writing | Lennart Poettering |
2016-10-12 | journald: automatically rotate journal files when the clock jumps backwards | Lennart Poettering |
2016-10-12 | journald: use the event loop dispatch timestamp for journal entries | Lennart Poettering |
2016-10-12 | journal: when iterating through entry arrays and we hit an invalid one keep g... | Lennart Poettering |
2016-10-12 | journal: add an explicit check for uninitialized objects | Lennart Poettering |
2016-10-12 | journal: also check that our entry arrays are properly ordered | Lennart Poettering |
2016-10-12 | journal: split out check for properly ordered arrays into its own function | Lennart Poettering |
2016-10-12 | journal: split out array index inc/dec code into a new call bump_array_index() | Lennart Poettering |
2016-10-12 | journal: when we encounter a broken journal file, add some debug logging | Lennart Poettering |
2016-10-12 | Avoid forever loop for journalctl --list-boots command (#4278) | hese10 |