summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* journal: Make sd_journal_previous/next() return 0 at HEAD/TAILDaan De Meyer2022-07-051-0/+4
* tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering2022-07-052-6/+4
* Merge pull request #23865 from keszybz/drop-memcpy-callZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
|\
| * sd-journal: silence bogus gcc warningZbigniew Jędrzejewski-Szmek2022-07-011-1/+1
* | sd-event: allow sd_event_source_is_enabled() to return false for NULLZbigniew Jędrzejewski-Szmek2022-06-301-6/+3
|/
* journalctl: Use STATIC_DESTRUCTOR_REGISTER()Daan De Meyer2022-06-061-17/+16
* shared: Rename pcre2-dlopen.h/c to pcre2-util.h/cDaan De Meyer2022-06-061-4/+1
* src: The return value of server_vacuum () is not used and could be modified t...Li kunyu2022-06-012-4/+2
* Simplify random number selectionJason A. Donenfeld2022-05-311-1/+1
* journal: return & log in one statementFrantisek Sumsal2022-05-301-4/+3
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-121-1/+1
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-031-3/+3
* basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-1/+1
* journald: make use of CLAMP() in cache_space_refresh()Franck Bui2022-04-041-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* Merge pull request #22861 from poettering/journald-sigtermYu Watanabe2022-03-261-3/+73
|\
| * journald: make sure SIGTERM handling doesn't get starved outLennart Poettering2022-03-251-3/+73
* | journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-258-65/+86
|/
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-192-11/+13
* test-journal-syslog: Add some valid priority casesJan Janssen2022-03-161-11/+18
* test: Use TEST macros in more placesJan Janssen2022-03-164-67/+55
* Merge pull request #22739 from mrc0mmand/list-boot-followupYu Watanabe2022-03-151-1/+11
|\
| * journal: make --reverse affect --list-bootsFrantisek Sumsal2022-03-141-0/+3
| * journal: use table_set_json_field_name() to override a column nameFrantisek Sumsal2022-03-141-1/+5
| * journal: reset previously set JSON flagsFrantisek Sumsal2022-03-141-0/+3
* | journal: preserve acls when rotating user journals with NOCOW attribute setFranck Bui2022-03-141-1/+4
|/
* journal: convert --list-boots to a tableFrantisek Sumsal2022-03-131-11/+23
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-2/+4
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-31/+27
* shared: Add more dlopen() testsDaan De Meyer2022-03-013-64/+0
* journal-file: explicitly handle file systems that do not support hole punchingLennart Poettering2022-02-041-3/+14
* journal-file: fix error handling of pread() in journald_file_punch_holes()Lennart Poettering2022-02-041-3/+10
* journal: when copying journal file to undo NOCOW flag, go via fdLennart Poettering2022-02-031-1/+1
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-0211-174/+173
* journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering2022-02-021-1/+1
* journal: various fixes to journal_file_read_object()Lennart Poettering2022-02-011-2/+2
* journal: Truncate file instead of punching hole in final objectDaan De Meyer2022-01-271-0/+13
* journal: stat journal file after truncatingDaan De Meyer2022-01-271-2/+2
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-261-8/+8
* Fix journald audit logging with fields > N_IOVEC_AUDIT_FIELDS.YmrDtnJu2022-01-211-1/+1
* journal: Copy holes when archiving BTRFS journal filesDaan De Meyer2022-01-171-1/+1
* Merge pull request #22098 from DaanDeMeyer/journal-corrupt-2Yu Watanabe2022-01-141-4/+4
|\
| * journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-121-4/+4
* | journal: Don't discard -b arg when followed by -eDaan De Meyer2022-01-141-2/+0
* | meson: Use files() for fuzzersJan Janssen2022-01-111-12/+12
* | meson: Use files() for testsJan Janssen2022-01-111-7/+7
|/
* journal: Log filename when we fail to write an entryDaan De Meyer2022-01-051-2/+2
* journal: Log a better message when we're rotating because a file is fullDaan De Meyer2022-01-051-1/+4
* journal: Handle partially read HashItem's when punching holesDaan De Meyer2021-12-211-2/+5