summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-remote-main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-0/+1
* journal-remote: reduce scope of variableZbigniew Jędrzejewski-Szmek2019-10-211-1/+2
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1
* Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk2019-05-171-2/+2
* journal-remote: do not request Content-Length if Transfer-Encoding is chunkedYu Watanabe2019-03-111-14/+27
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-01-091-2/+5
* journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-01-091-10/+24
* journal-remote: define main through macroYu Watanabe2018-12-081-38/+45
* journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe2018-12-081-3/+1
* tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-011-0/+2
* journal-remote: shorten code a bit by using strcspn()Lennart Poettering2018-11-261-8/+3
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-4/+3
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-102/+76
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* journal-remote: log about inability to install signalsLennart Poettering2018-11-121-1/+3
* journal-remote: bugfix to re-enable ssl key check (#10707)Markus Grimm2018-11-121-1/+3
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-0/+4
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-7/+20
* journal-remote: split out µhttpd support and main() into a separate fileZbigniew Jędrzejewski-Szmek2018-05-311-0/+1145