summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Merge pull request #10791 from keszybz/sd-event-get-enabledLennart Poettering1-15/+8
2018-11-16journal: simplify use of sd_event_source_get_enabled()Zbigniew Jędrzejewski-Szmek1-9/+5
2018-11-16journal-file: get rid of a helper variableZbigniew Jędrzejewski-Szmek1-7/+4
2018-11-16journal: fix an off-by-one error in dev_kmsg_recordEvgeny Vereshchagin1-1/+1
2018-11-16tests: add a fuzzer for dev_kmsg_recordEvgeny Vereshchagin2-1/+3
2018-11-15Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek2-4/+5
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2-3/+4
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering2-2/+2
2018-11-14Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek1-1/+0
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-8/+7
2018-11-11journalctl: do not treat EINTR as an error when waiting for eventsZbigniew Jędrzejewski-Szmek1-1/+6
2018-10-31Drop copyright for Marius VollmerZbigniew Jędrzejewski-Szmek1-3/+0
2018-10-30Merge pull request #10563 from keszybz/lz4-quickfix-quickfixLennart Poettering2-31/+69
2018-10-30journal: adapt for new improved LZ4_decompress_safe_partial()Zbigniew Jędrzejewski-Szmek2-23/+37
2018-10-30test-compress: add test for short decompress_startswith callsZbigniew Jędrzejewski-Szmek1-0/+32
2018-10-29Drop support for lz4 < 1.3.0Zbigniew Jędrzejewski-Szmek2-8/+0
2018-10-29journal: drop an unused variable clang is complaining aboutEvgeny Vereshchagin1-1/+0
2018-10-26journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering1-17/+48
2018-10-25journal-file: structured initialization is your friendLennart Poettering1-15/+15
2018-10-25journald: when we are asked to rotate all files, let's also look at closed filesLennart Poettering1-6/+145
2018-10-25journalctl: fix error number in error messageLennart Poettering1-1/+1
2018-10-25journalctl: add ability to vacuum and rotate in one stepLennart Poettering1-4/+14
2018-10-25journald: log about an OOM conditionLennart Poettering1-1/+3
2018-10-25journald: debug log when we cannot read the machine IDLennart Poettering1-5/+8
2018-10-25journal-file: refactor journal_file_open_reliably()Lennart Poettering2-19/+42
2018-10-25journal-file: refactor journal_file_rotate()Lennart Poettering2-46/+84
2018-10-25journal: refactor out loop that processes deferred closes into its own functionLennart Poettering1-6/+13
2018-10-25journal: fix some type confusion in journal_directory_vacuum()Lennart Poettering1-4/+3
2018-10-25journald: use structured initializationLennart Poettering1-7/+8
2018-10-25journald: use usec_sub_unsigned() where we canLennart Poettering1-7/+3
2018-10-23journald: use the "driver" transport for logging a refused connectionEvgeny Vereshchagin1-1/+11
2018-10-23sd-journal: escape binary data in match_make_string()Evgeny Vereshchagin2-2/+5
2018-10-20tree-wide: some automatic coccinelle fixes (#10463)Lennart Poettering1-2/+2
2018-10-19Merge pull request #10447 from poettering/fgets-excorcismYu Watanabe1-11/+9
2018-10-18tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering3-14/+14
2018-10-18catalog: fgets() excorcismLennart Poettering1-11/+9
2018-10-18core: implement per unit journal rate limitingAnita Zhang5-26/+74
2018-10-17Merge pull request #10244 from poettering/nofile-bumpLennart Poettering1-5/+5
2018-10-16tree-wide: use CMP() macro where applicableYu Watanabe2-28/+25
2018-10-17Merge pull request #10412 from poettering/sockaddr-sun-pathYu Watanabe5-31/+16
2018-10-16tree-wide: CMP()ify all the thingsLennart Poettering1-6/+1
2018-10-16tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering1-5/+5
2018-10-16siphash24: add helper for calculating the hash value for a stringLennart Poettering1-8/+2
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering3-10/+7
2018-10-15tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering1-18/+6
2018-10-15tree-wide: use sockaddr_un_unlink() whereever appropriateLennart Poettering3-3/+3
2018-10-13journal: voidify fd_nonblock()Lennart Poettering4-4/+4
2018-10-12Merge pull request #10356 from dtardon/covscanLennart Poettering1-0/+3
2018-10-12journal-file: avoid calling ftruncate with invalid fdDavid Tardon1-0/+3
2018-10-11journalctl: port JSON output mode to new JSON APILennart Poettering1-2/+3