summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-gatewayd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5166 from keszybz/gcc7Evgeny Vereshchagin2017-02-011-5/+4
|\
| * microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-01-311-5/+4
* | 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
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* journal-remote: fix error format stringZbigniew Jędrzejewski-Szmek2016-09-241-2/+2
* microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek2016-09-131-19/+18
* journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-131-9/+9
* 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-051-3/+0
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-221-1/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal-gatewayd: fix offsetZbigniew Jędrzejewski-Szmek2016-01-201-1/+1
* journal-remote: update to 64bit µhttp api, provide fallbackZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* journal-gatewayd: timeout journal wait to allow thread cleanupDan Dedrick2015-12-141-1/+7
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+7
* journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering2015-09-301-1/+16
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-10/+6
* util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-2/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-2/+1
* hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek2015-08-051-1/+1
* journal-gatewayd: fix tmpfile logicDaniel Mack2015-07-071-1/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* journal-gatewayd: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2015-04-121-1/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* journal-gatewayd: factor out opening of temp fileZbigniew Jędrzejewski-Szmek2015-03-151-16/+28
* µhttp-util: setup gnutls logs in one functionZbigniew Jędrzejewski-Szmek2015-03-131-4/+3
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-051-23/+26
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-6/+6
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-11/+11
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-11/+11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-5/+3
* journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* Move network-related journal programs to src/journal-remote/Zbigniew Jędrzejewski-Szmek2014-07-151-0/+1054