summaryrefslogtreecommitdiff
path: root/src/journal-remote
AgeCommit message (Expand)Author
2016-04-22journal-remote : Ensure reallocation of source->buf does not result in source...Klearchos Chaloulos
2016-04-22coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering
2016-04-05journal-upload: make watchdog state non-staticZbigniew Jędrzejewski-Szmek
2016-04-05journal-upload: Update watchdog while in curl_easy_performKlearchos Chaloulos
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22Merge pull request #2685 from poettering/lldp-fixes2Tom Gundersen
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-04journal-remote: decrease microhttpd memory limitKlearchos Chaloulos
2016-01-24Merge pull request #2425 from yuwata/journal-remote-v4Zbigniew Jędrzejewski-Szmek
2016-01-24journal-remote: fix broken --getter optionYu Watanabe
2016-01-24journal-remote: output file name is determined by the remote hostnameYu Watanabe
2016-01-24journal-remote: make --url option support arbitrary urlYu Watanabe
2016-01-22Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack
2016-01-22systemd-activate: Add support for datagram socketsSusant Sahani
2016-01-21Merge pull request #2071 from chaloulo/journal-upload-miss-logsDaniel Mack
2016-01-20journal-gatewayd: fix offsetZbigniew Jędrzejewski-Szmek
2016-01-18journal-remote: update to 64bit µhttp api, provide fallbackZbigniew Jędrzejewski-Szmek
2016-01-18journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek
2016-01-08Merge pull request #2287 from dandedrick/journal-gatewayd-timeout-fixDaniel Mack
2015-12-20Add Seal option in the configuration file for journald-remoteMichael Scherer
2015-12-14journal-gatewayd: timeout journal wait to allow thread cleanupDan Dedrick
2015-12-09journal-upload : Ignore journal event when already in uploading state.Klearchos Chaloulos
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-11-03log-generator: add option to generate easily compressible dataZbigniew Jędrzejewski-Szmek
2015-11-01journal-remote: remove unused variable warning when building without GNUTLS.Lennart Poettering
2015-10-30journal-remote: increase memory limit per connection to avoid errors with HTTPSDongsu Park
2015-10-28journal-remote: port to extract_first_wordSusant Sahani
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-05Merge pull request #1406 from blaskovic/journal-remote-typoTom Gundersen
2015-09-30journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-29journal-remote: typo in log_error when no sources are specifiedBranislav Blaskovic
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack