summaryrefslogtreecommitdiff
path: root/src/journal-remote
AgeCommit message (Expand)Author
2016-12-17FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-10-16tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-10-10journal-remote: make the child pipe non-blockingDan Dedrick
2016-09-24journal-remote: fix error format stringZbigniew Jędrzejewski-Szmek
2016-09-17Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-09-13microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek
2016-09-13journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek
2016-08-09journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo
2016-08-06journal-gatewayd: fix segfault with certain request (#3893)Yi EungJun
2016-08-06journal-gatewayd: add --directory option (#3913)Yi EungJun
2016-08-05journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo
2016-07-31Add enable_disable() helperZbigniew Jędrzejewski-Szmek
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl
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