summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-223-10/+10
* journal-upload: enable curl debug output conditionallyZbigniew Jędrzejewski-Szmek2015-01-061-2/+3
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-052-29/+32
* wrap a few *_FOREACH macros in curly bracesThomas Hindoe Paaboel Andersen2014-12-121-2/+2
* journald-remote,journal-upload: Support .d directories in the usual search pathsJosh Triplett2014-11-292-8/+8
* treewide: another round of simplificationsMichal Schmidt2014-11-282-16/+8
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-284-19/+19
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-283-41/+21
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-283-95/+56
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-285-43/+37
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-286-41/+41
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-286-41/+41
* log: rearrange log function namingLennart Poettering2014-11-271-3/+3
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-4/+3
* strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering2014-11-101-1/+1
* sd-event: implicitly set signal event source's descriptions to the signal nameLennart Poettering2014-11-041-8/+0
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-041-5/+5
* journal-upload: return proper exit codeZbigniew Jędrzejewski-Szmek2014-10-231-9/+12
* shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek2014-10-232-7/+7
* journal-upload: fix --trust=all optionZbigniew Jędrzejewski-Szmek2014-10-231-3/+6
* journal-upload: avoid calling printf with maximum precisionZbigniew Jędrzejewski-Szmek2014-10-231-4/+6
* journal-upload: verify state file can be saved before uploadingZbigniew Jędrzejewski-Szmek2014-10-231-0/+31
* journal-remote: add --split-mode to helpZbigniew Jędrzejewski-Szmek2014-10-231-18/+23
* journal-remote: better error message on failureZbigniew Jędrzejewski-Szmek2014-10-231-10/+16
* journal-upload: do not require port to be setZbigniew Jędrzejewski-Szmek2014-10-231-4/+21
* systemd-upload: print paths in help()Zbigniew Jędrzejewski-Szmek2014-10-232-4/+7
* journal-remote: give names to event sourcesZbigniew Jędrzejewski-Szmek2014-10-231-18/+34
* journal-upload: fix socket activationZbigniew Jędrzejewski-Szmek2014-10-232-10/+11
* journal-remote: fix mem leak on errorZbigniew Jędrzejewski-Szmek2014-10-141-7/+7
* journal-remote: fix handling of non-blocking sourcesZbigniew Jędrzejewski-Szmek2014-09-291-0/+16
* journal-remote: fix counting of events writtenZbigniew Jędrzejewski-Szmek2014-09-252-23/+27
* journal-remote: initialize writer hashmap before useJonathan Liu2014-09-251-4/+4
* journal-remote: check return code of sd_event_defaultAndreas Henriksson2014-09-181-1/+5
* journal-upload: Remove compilation warningPhilippe De Swert2014-09-181-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-12/+6
* journal-remote: fix check if realloc failedThomas Hindoe Paaboel Andersen2014-08-311-1/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-212-3/+8
* journal-upload: make sure that 'r' is initializedLukas Nykryn2014-08-201-1/+1
* journal-remote: remove unreachable codeLukas Nykryn2014-08-201-1/+0
* journal-upload: allow the tool to startLennart Poettering2014-08-201-1/+1
* cmdline: for new tools avoid introduce new negative switches, and properly al...Lennart Poettering2014-08-202-57/+72
* journal-remote: fix parsing of fd command line argumentLennart Poettering2014-08-111-3/+3
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-032-7/+4
* journal-remote: rename KEY_FILE to avoid confict with <linux/input.h>Zbigniew Jędrzejewski-Szmek2014-08-032-10/+10
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+5
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-162-18/+8
* journal-remote: remove obsolete variableZbigniew Jędrzejewski-Szmek2014-07-161-14/+2
* journal-remote: fix double typedef and add missing headerZbigniew Jędrzejewski-Szmek2014-07-162-5/+30