summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal: forward messages from /dev/log unmodified to syslog.socketMichal Sekletar2018-06-111-1/+1
* journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* journal: remove unused args from journal_file_copy_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-4/+4
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journald: bump rate limits (#8660)David Tardon2018-04-051-1/+1
* journal: make the compression threshold tunableAlex Gartrell2018-03-201-4/+42
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-3/+3
* coccinelle: O_NDELAY → O_NONBLOCKLennart Poettering2018-01-241-1/+2
* journal: coding style fixYu Watanabe2018-01-151-5/+6
* journald: introduce new uid_for_system_journal() helperLennart Poettering2018-01-041-2/+9
* coccinelle: automatically rewrite memset() to zero() or memzero() where we canLennart Poettering2017-12-141-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-3/+3
* journal,coredump: do not do ACL magic for "nobody" user eitherLennart Poettering2017-12-061-2/+2
* coredump,journal: do not do ACL magic for processes of dynamic UIDsLennart Poettering2017-12-061-1/+1
* user-util: add new uid_is_system() helperLennart Poettering2017-12-061-2/+2
* journal: fix log message when dropping messagesLennart Poettering2017-11-291-1/+1
* journal: driver messages can now contain object fields, account for thatLennart Poettering2017-11-291-1/+1
* journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek2017-11-281-9/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-11/+22
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-161-7/+10
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-4/+4
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-4/+4
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-2/+2
|/
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-15/+15
* journald: make maximum size of stream log lines configurable and bump it to 4...Lennart Poettering2017-09-221-0/+58
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-346/+104
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+1
* journald: make reading /dev/kmsg optional (#6362)Susant Sahani2017-07-151-1/+2
* Merge pull request #5960 from keszybz/journald-memleakEvgeny Vereshchagin2017-05-211-0/+2
|\
| * journald: fix trivial memleakZbigniew Jędrzejewski-Szmek2017-05-191-0/+2
* | Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"Gary Tierney2017-05-121-1/+1
|/
* tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-4/+4
* journal: avoid duplicated call to get cgroup path (#5404)Namhyung Kim2017-02-231-7/+17
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-10/+6
* journald: don't flush to /var/log/journal before we get asked toLennart Poettering2016-12-211-10/+11
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-10/+46
* journal: make sure to initially populate the space info cache (#4807)Franck Bui2016-12-021-1/+1
* fix journald startup problem when code is compiled with -DNDEBUG (#4735)Waldemar Brodkorb2016-11-251-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-3/+3
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-3/+3
* | Merge pull request #4459 from keszybz/commandline-parsingLennart Poettering2016-10-241-76/+59
|\ \ | |/
| * tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
| * journald: convert journald to use parse_proc_cmdlineZbigniew Jędrzejewski-Szmek2016-10-221-76/+59