summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
AgeCommit message (Expand)Author
2016-06-09./move.shLuke Shumaker
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
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-18journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek
2015-12-20Add Seal option in the configuration file for journald-remoteMichael Scherer
2015-12-01journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos
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-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 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-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw
2015-07-29socket-util: library calls shouldn't log on their ownLennart Poettering
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-06-10tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-26util: rework word parsing and c unescaping codeLennart Poettering
2015-03-13µhttp-util: setup gnutls logs in one functionZbigniew Jędrzejewski-Szmek
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-13journal-remote: stop using EWOULDBLOCKDavid Herrmann
2015-03-13journal-remote: process events without delayZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: check also for EWOULDBLOCKZbigniew Jędrzejewski-Szmek
2015-03-13journal-remote: downgrade routine messages to debugZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering