summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal-remote: decrease microhttpd memory limitKlearchos Chaloulos2016-02-041-1/+1
* Merge pull request #2425 from yuwata/journal-remote-v4Zbigniew Jędrzejewski-Szmek2016-01-241-15/+31
|\
| * journal-remote: fix broken --getter optionYu Watanabe2016-01-241-12/+14
| * journal-remote: output file name is determined by the remote hostnameYu Watanabe2016-01-241-2/+11
| * journal-remote: make --url option support arbitrary urlYu Watanabe2016-01-241-1/+8
|/
* Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack2016-01-221-2/+2
|\
| * journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos2015-12-011-2/+2
* | systemd-activate: Add support for datagram socketsSusant Sahani2016-01-221-2/+2
* | journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* | Add Seal option in the configuration file for journald-remoteMichael Scherer2015-12-201-0/+1
|/
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* treewide: use the negative error codes returned by our functionsMichal Schmidt2015-11-051-2/+2
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* journal-remote: remove unused variable warning when building without GNUTLS.Lennart Poettering2015-11-011-2/+1
* journal-remote: increase memory limit per connection to avoid errors with HTTPSDongsu Park2015-10-301-1/+2
* journal-remote: port to extract_first_wordSusant Sahani2015-10-281-8/+12
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-1/+2
* Merge pull request #1406 from blaskovic/journal-remote-typoTom Gundersen2015-10-051-1/+1
|\
| * journal-remote: typo in log_error when no sources are specifiedBranislav Blaskovic2015-09-291-1/+1
* | journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering2015-09-301-2/+3
* | util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-15/+12
|/
* tree-wide: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+1
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-2/+1
* tree-wide: make use of log_error_errno() return valueLennart Poettering2015-09-091-2/+1
* strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-1/+1
* socket-util: library calls shouldn't log on their ownLennart Poettering2015-07-291-0/+1
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-4/+1
* tree-wide: whenever we fork off a foreign child process reset signal mask/han...Lennart Poettering2015-06-101-0/+4
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-0/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-2/+2
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-1/+1
* µhttp-util: setup gnutls logs in one functionZbigniew Jędrzejewski-Szmek2015-03-131-28/+6
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* journal-remote: stop using EWOULDBLOCKDavid Herrmann2015-03-131-2/+2
* journal-remote: process events without delayZbigniew Jędrzejewski-Szmek2015-03-131-8/+57
* journal-remote: check also for EWOULDBLOCKZbigniew Jędrzejewski-Szmek2015-03-131-1/+1
* journal-remote: downgrade routine messages to debugZbigniew Jędrzejewski-Szmek2015-03-131-18/+18
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-2/+2
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* wrap a few *_FOREACH macros in curly bracesThomas Hindoe Paaboel Andersen2014-12-121-2/+2