summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-145-506/+26
* Merge pull request #5166 from keszybz/gcc7Evgeny Vereshchagin2017-02-013-9/+20
|\
| * microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-01-313-9/+20
* | journal-gatewayd: return -EINVAL if ARG_TRUST and HAVE_GNUTLS (#5181)Yi EungJun2017-01-301-0/+1
* | journal-gatewayd: actually recognize -D as a synonym for --directory (#5180)Ivan Shapovalov2017-01-291-1/+1
|/
* journal-gatewayd: align closing braces (#5060)Robert Kreuzer2017-01-111-1/+1
* python: adjust imports, indentation, unused variables following pylint adviceZbigniew Jędrzejewski-Szmek2016-12-011-2/+2
* Use python3 explicitly in all python scriptsFelipe Sateler2016-11-281-2/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-232-3/+3
* tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-7/+3
* journal-remote: make the child pipe non-blockingDan Dedrick2016-10-101-0/+4
* journal-remote: fix error format stringZbigniew Jędrzejewski-Szmek2016-09-241-2/+2
* Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt2016-09-172-2/+2
|\
| * tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-162-2/+2
* | microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek2016-09-133-34/+36
* | journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-134-19/+23
|/
* journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo2016-08-091-1/+1
* journal-gatewayd: fix segfault with certain request (#3893)Yi EungJun2016-08-061-0/+3
* journal-gatewayd: add --directory option (#3913)Yi EungJun2016-08-061-7/+16
* journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo2016-08-052-7/+0
* Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-311-1/+1
* Various fixes for typos found by lintian (#3705)Michael Biebl2016-07-121-1/+1
* journal-remote : Ensure reallocation of source->buf does not result in source...Klearchos Chaloulos2016-04-221-1/+1
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-221-1/+3
* journal-upload: make watchdog state non-staticZbigniew Jędrzejewski-Szmek2016-04-053-16/+14
* journal-upload: Update watchdog while in curl_easy_performKlearchos Chaloulos2016-04-053-0/+27