summaryrefslogtreecommitdiff
path: root/src/journal-remote
AgeCommit message (Expand)AuthorFilesLines
2019-07-05tree-wide: introduce strerror_safe()Yu Watanabe1-2/+3
2019-07-04meson: create /var/log/journal/{,remote/} conditionallyZbigniew Jędrzejewski-Szmek1-5/+7
2019-06-30Merge pull request #12903 from keszybz/condition-quotingYu Watanabe1-1/+1
2019-06-28Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek1-1/+1
2019-06-27journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui1-1/+1
2019-06-18fix(journal-gatewayd): use relative urls (not starting with '/')Markus Felten1-4/+4
2019-05-17Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk1-2/+2
2019-04-30Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering1-1/+1
2019-04-29codespell: fix spelling errorsBen Boeckel1-1/+1
2019-04-28tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal1-1/+1
2019-04-10tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering1-25/+31
2019-04-02journal-remote: use source's boot-idChris Morin3-3/+9
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+2
2019-03-11journal-remote: do not request Content-Length if Transfer-Encoding is chunkedYu Watanabe1-14/+27
2019-01-15Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2-2/+2
2019-01-09journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2-2/+8
2019-01-09journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek1-10/+24
2019-01-09µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek3-47/+18
2018-12-21meson: generate version tag from gitZbigniew Jędrzejewski-Szmek1-1/+2
2018-12-19Remove use of PACKAGE_STRINGZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-08journal-remote: define main through macroYu Watanabe1-38/+45
2018-12-08journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe3-6/+3
2018-12-08journal-upload: define main through macroYu Watanabe1-29/+24
2018-12-08journal-upload: use _cleanup_ attribute to clear uploaderYu Watanabe1-3/+1
2018-12-08journal-gateway: define main through macroYu Watanabe1-70/+68
2018-12-08journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe2-4/+3
2018-12-06Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek1-0/+2
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering1-0/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2-0/+2
2018-12-01tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering1-0/+2
2018-11-26journal-upload: use static initializationLennart Poettering1-2/+3
2018-11-26journal-remote: shorten code a bit by using strcspn()Lennart Poettering1-8/+3
2018-11-26tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2-5/+6
2018-11-22Also drop a few more unnecessary uses of synthethic errnoZbigniew Jędrzejewski-Szmek2-3/+2
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek5-214/+166
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek3-3/+3
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-4/+1
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering1-1/+1
2018-11-12journal-remote: log about inability to install signalsLennart Poettering1-1/+3
2018-11-12journal-remote: bugfix to re-enable ssl key check (#10707)Markus Grimm1-1/+3
2018-10-16tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2-0/+8
2018-10-13journal-upload: check for overflowLennart Poettering1-11/+11
2018-10-11journalctl: port JSON output mode to new JSON APILennart Poettering1-0/+3
2018-10-02journal-upload: add asserts that snprintf does not return an errorZbigniew Jędrzejewski-Szmek1-4/+8
2018-09-25journal-upload: fix off-by-one in assert()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-08-27tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2-16/+2
2018-08-27tree-wide: use unsigned for refcountYu Watanabe1-1/+1
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering3-16/+53