summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* 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
* journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe2017-07-283-3/+8
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-202-3/+3
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-2/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()Lennart Poettering2017-06-221-1/+1
* journal-remote: fix memleak of the name of the remote sourceZbigniew Jędrzejewski-Szmek2017-05-191-1/+1
* Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl2017-05-031-2/+2
|\
| * meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-2/+2
* | more portable python shebangs (#5816)Jörg Thalheim2017-04-301-1/+1
|/
* meson: do not install files from disabled features (#5811)userwithuid2017-04-271-8/+8
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-28/+26
* meson: add journal-install and hwdb-update hooksZbigniew Jędrzejewski-Szmek2017-04-231-2/+2
* meson: use join_paths consistentlyMichael Biebl2017-04-231-1/+1
* meson: create /var/log/journal/remoteZbigniew Jędrzejewski-Szmek2017-04-231-0/+6
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+45
* Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni2017-04-231-0/+3
|\
| * µhttpd-util: use #pragma to silence warning about nonliteral patternZbigniew Jędrzejewski-Szmek2017-04-211-0/+3
* | Merge pull request #5756 from keszybz/make-cleanupsMartin Pitt2017-04-212-4/+11
|\ \
| * | microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-04-212-4/+11
| |/
* | tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-192-6/+6
|/