summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-upload.c
Commit message (Expand)AuthorAgeFilesLines
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out globbing related calls into glob-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-1/+2
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-11/+9
* tree-wide: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+1
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-9/+14
* everywhere: port everything to sigprocmask_many() and friendsLennart Poettering2015-06-151-4/+1
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-1/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-4/+4
* journal-upload: enable curl debug output conditionallyZbigniew Jędrzejewski-Szmek2015-01-061-2/+3
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-051-6/+6
* journald-remote,journal-upload: Support .d directories in the usual search pathsJosh Triplett2014-11-291-4/+4
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-31/+18
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-11/+10
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-6/+6
* journal-upload: return proper exit codeZbigniew Jędrzejewski-Szmek2014-10-231-9/+12
* 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-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-231-3/+6
* journal-upload: fix socket activationZbigniew Jędrzejewski-Szmek2014-10-231-2/+0
* journal-upload: Remove compilation warningPhilippe De Swert2014-09-181-1/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+4
* journal-upload: make sure that 'r' is initializedLukas Nykryn2014-08-201-1/+1
* 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-201-25/+30
* journal-remote: rename KEY_FILE to avoid confict with <linux/input.h>Zbigniew Jędrzejewski-Szmek2014-08-031-4/+4
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-9/+4
* journal-upload: add config fileZbigniew Jędrzejewski-Szmek2014-07-151-5/+33
* journal-remote: let user specify just the main part of the urlZbigniew Jędrzejewski-Szmek2014-07-151-1/+9
* journal-remote: improve some messagesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* journal-remote: allow splitting incoming logs by source hostZbigniew Jędrzejewski-Szmek2014-07-151-1/+11
* journal-upload: add watchdog supportZbigniew Jędrzejewski-Szmek2014-07-151-0/+47
* journal-upload: make state persistentZbigniew Jędrzejewski-Szmek2014-07-151-5/+78
* journal-upload: use journal as the sourceZbigniew Jędrzejewski-Szmek2014-07-151-30/+239
* journal-upload: HTTPS supportZbigniew Jędrzejewski-Szmek2014-07-151-0/+62
* journal-upload: a tool to push messages to systemd-journal-remoteZbigniew Jędrzejewski-Szmek2014-07-151-0/+389