summaryrefslogtreecommitdiff
path: root/src/journal-remote
AgeCommit message (Expand)AuthorFilesLines
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2-4/+2
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering4-6/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek12-156/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2-6/+4
2018-03-20journal: provide compress_threshold_bytes parameterAlex Gartrell2-3/+3
2018-03-09meson: use triple-quote delimition in one more placeZbigniew Jędrzejewski-Szmek1-2/+2
2018-03-02tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering1-7/+4
2018-02-26journal-upload: make use of safe_close() where appropriateLennart Poettering1-3/+1
2018-01-28Merge pull request #7881 from keszybz/pcreLennart Poettering1-1/+2
2018-01-28journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek1-1/+2
2018-01-11log: minimize includes in log.hLennart Poettering2-0/+2
2018-01-04process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering1-2/+2
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-22/+6
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+1
2017-12-03journal-upload: remove duplication of --help and --version in help textMarcus Folkesson1-2/+0
2017-11-28journal-remote: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek1-9/+8
2017-11-20tree-wide: adjust fall through comments so that gcc is happyShawn Landden1-12/+12
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek11-0/+11
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering2-2/+2
2017-11-01Reverting erroneous changes made of the course of adding a timeout to journal...martingh1-8/+2
2017-11-01journal-remote: set description to timer_event (#7234)Yu Watanabe1-1/+1
2017-10-27journalctl: add --output-fields= (#7181)Lars Karlitski1-1/+1
2017-10-26Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2-6/+51
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek4-7/+7
2017-08-30journal-remote: show error if SplitMode=host with 'active' source is specifiedYu Watanabe1-1/+9
2017-08-27journal-remote: show error message if output file name does not end with .jou...Yu Watanabe1-4/+9
2017-08-07microhttpd-util: add commentYu Watanabe2-7/+15
2017-08-06journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flagsYu Watanabe1-1/+0
2017-07-28journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...Yu Watanabe1-0/+10
2017-07-28journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe2-1/+6
2017-07-28journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe3-3/+8
2017-07-20tree-wide: make use of getpid_cached() wherever we canLennart Poettering2-3/+3
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-2/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-06-22time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()Lennart Poettering1-1/+1
2017-05-19journal-remote: fix memleak of the name of the remote sourceZbigniew Jędrzejewski-Szmek1-1/+1
2017-05-03Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl1-2/+2
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-2/+2
2017-04-30more portable python shebangs (#5816)Jörg Thalheim1-1/+1
2017-04-27meson: do not install files from disabled features (#5811)userwithuid1-8/+8
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-28/+26
2017-04-23meson: add journal-install and hwdb-update hooksZbigniew Jędrzejewski-Szmek1-2/+2
2017-04-23meson: use join_paths consistentlyMichael Biebl1-1/+1
2017-04-23meson: create /var/log/journal/remoteZbigniew Jędrzejewski-Szmek1-0/+6
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+45
2017-04-23Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni1-0/+3
2017-04-21Merge pull request #5756 from keszybz/make-cleanupsMartin Pitt2-4/+11
2017-04-21µhttpd-util: use #pragma to silence warning about nonliteral patternZbigniew Jędrzejewski-Szmek1-0/+3