summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9422 from yuwata/conf-filesLennart Poettering2018-06-282-0/+26
|\
| * journal-remote: add license and reference to man page in conf filesYu Watanabe2018-06-262-0/+26
* | journal-gateway: use localStorage["cursor"] only when it has valid valueYu Watanabe2018-06-271-4/+6
* | journal-gateway: explicitly declare local variablesYu Watanabe2018-06-271-5/+6
|/
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-1411-36/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-1411-11/+11
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-142-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-1411-22/+0
* journal-remote: do not send _BOOT_ID twiceZbigniew Jędrzejewski-Szmek2018-05-311-3/+9
* journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-2/+4
* journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...Zbigniew Jędrzejewski-Szmek2018-05-312-5/+8
* journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-311-1/+1
* fuzz-journal-remote: allow fuzzer to be built without µhttpdZbigniew Jędrzejewski-Szmek2018-05-313-9/+26
* log-generator: make message size configurable, add short optionsZbigniew Jędrzejewski-Szmek2018-05-311-2/+5
* journal-remote: export handle_raw_source()Zbigniew Jędrzejewski-Szmek2018-05-312-7/+13
* journal-remote: split out µhttpd support and main() into a separate fileZbigniew Jędrzejewski-Szmek2018-05-314-1161/+1240
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-4/+3
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-242-3/+3
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-252-4/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-194-6/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-0612-156/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-052-6/+4
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-202-3/+3
* meson: use triple-quote delimition in one more placeZbigniew Jędrzejewski-Szmek2018-03-091-2/+2
* tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-021-7/+4
* journal-upload: make use of safe_close() where appropriateLennart Poettering2018-02-261-3/+1
* Merge pull request #7881 from keszybz/pcreLennart Poettering2018-01-281-1/+2
|\
| * journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-1/+2
* | log: minimize includes in log.hLennart Poettering2018-01-112-0/+2
|/
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-22/+6
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* journal-upload: remove duplication of --help and --version in help textMarcus Folkesson2017-12-031-2/+0
* journal-remote: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek2017-11-281-9/+8
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-12/+12
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1911-0/+11
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-132-2/+2
* Reverting erroneous changes made of the course of adding a timeout to journal...martingh2017-11-011-8/+2
* journal-remote: set description to timer_event (#7234)Yu Watanabe2017-11-011-1/+1
* journalctl: add --output-fields= (#7181)Lars Karlitski2017-10-271-1/+1
* Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2017-10-262-6/+51
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-044-7/+7
* journal-remote: show error if SplitMode=host with 'active' source is specifiedYu Watanabe2017-08-301-1/+9
* journal-remote: show error message if output file name does not end with .jou...Yu Watanabe2017-08-271-4/+9
* microhttpd-util: add commentYu Watanabe2017-08-072-7/+15
* journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flagsYu Watanabe2017-08-061-1/+0
* journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...Yu Watanabe2017-07-281-0/+10
* journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe2017-07-282-1/+6