summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop copyright for Marius VollmerZbigniew Jędrzejewski-Szmek2018-10-311-3/+0
* Merge pull request #10563 from keszybz/lz4-quickfix-quickfixLennart Poettering2018-10-302-31/+69
|\
| * journal: adapt for new improved LZ4_decompress_safe_partial()Zbigniew Jędrzejewski-Szmek2018-10-302-23/+37
| * test-compress: add test for short decompress_startswith callsZbigniew Jędrzejewski-Szmek2018-10-301-0/+32
| * Drop support for lz4 < 1.3.0Zbigniew Jędrzejewski-Szmek2018-10-292-8/+0
* | journal: drop an unused variable clang is complaining aboutEvgeny Vereshchagin2018-10-291-1/+0
|/
* journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering2018-10-261-17/+48
* journal-file: structured initialization is your friendLennart Poettering2018-10-251-15/+15
* journald: when we are asked to rotate all files, let's also look at closed filesLennart Poettering2018-10-251-6/+145
* journalctl: fix error number in error messageLennart Poettering2018-10-251-1/+1
* journalctl: add ability to vacuum and rotate in one stepLennart Poettering2018-10-251-4/+14
* journald: log about an OOM conditionLennart Poettering2018-10-251-1/+3
* journald: debug log when we cannot read the machine IDLennart Poettering2018-10-251-5/+8
* journal-file: refactor journal_file_open_reliably()Lennart Poettering2018-10-252-19/+42
* journal-file: refactor journal_file_rotate()Lennart Poettering2018-10-252-46/+84
* journal: refactor out loop that processes deferred closes into its own functionLennart Poettering2018-10-251-6/+13
* journal: fix some type confusion in journal_directory_vacuum()Lennart Poettering2018-10-251-4/+3
* journald: use structured initializationLennart Poettering2018-10-251-7/+8
* journald: use usec_sub_unsigned() where we canLennart Poettering2018-10-251-7/+3
* journald: use the "driver" transport for logging a refused connectionEvgeny Vereshchagin2018-10-231-1/+11
* sd-journal: escape binary data in match_make_string()Evgeny Vereshchagin2018-10-232-2/+5
* tree-wide: some automatic coccinelle fixes (#10463)Lennart Poettering2018-10-191-2/+2
* Merge pull request #10447 from poettering/fgets-excorcismYu Watanabe2018-10-191-11/+9
|\
| * catalog: fgets() excorcismLennart Poettering2018-10-181-11/+9
* | tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-183-14/+14
|/
* core: implement per unit journal rate limitingAnita Zhang2018-10-185-26/+74
* Merge pull request #10244 from poettering/nofile-bumpLennart Poettering2018-10-171-5/+5
|\
| * tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-5/+5
* | tree-wide: use CMP() macro where applicableYu Watanabe2018-10-162-28/+25
* | Merge pull request #10412 from poettering/sockaddr-sun-pathYu Watanabe2018-10-165-31/+16
|\ \
| * | tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-153-10/+7
| * | tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering2018-10-151-18/+6
| * | tree-wide: use sockaddr_un_unlink() whereever appropriateLennart Poettering2018-10-153-3/+3
* | | tree-wide: CMP()ify all the thingsLennart Poettering2018-10-161-6/+1
| |/ |/|
* | siphash24: add helper for calculating the hash value for a stringLennart Poettering2018-10-161-8/+2
|/
* journal: voidify fd_nonblock()Lennart Poettering2018-10-134-4/+4
* Merge pull request #10356 from dtardon/covscanLennart Poettering2018-10-121-0/+3
|\
| * journal-file: avoid calling ftruncate with invalid fdDavid Tardon2018-10-121-0/+3
* | journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-2/+3
|/
* tree-wide: use CMP() macros where applicableYu Watanabe2018-10-091-10/+5
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-082-3/+3
* Merge pull request #10255 from poettering/hide-new-id128Zbigniew Jędrzejewski-Szmek2018-10-021-2/+1
|\
| * journalctl: drop --new-id128 from help and man textsLennart Poettering2018-10-021-2/+1
* | Merge pull request #9898 from keszybz/id128Lennart Poettering2018-10-021-30/+2
|\ \
| * | systemd-id128: a new tool to print machine/boot/invocation/app-specific idsZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
| * | journalctl: move generate_new_id128() to sharedZbigniew Jędrzejewski-Szmek2018-10-021-30/+2
| |/
* / journal-verify: add comment and silence LGTM warningZbigniew Jędrzejewski-Szmek2018-10-021-3/+4
|/
* test-journal-syslog: initialize variableZbigniew Jędrzejewski-Szmek2018-09-251-1/+1
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-193-40/+24
* Merge pull request #10070 from keszybz/test-reportingYu Watanabe2018-09-1510-32/+34
|\