summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-upload-journal.c
Commit message (Expand)AuthorAgeFilesLines
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-5/+2
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-201-2/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journal: fix dropping first record during upload to remote journalVladyslav Tronko2020-05-191-1/+1
* tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* journal-upload: add asserts that snprintf does not return an errorZbigniew Jędrzejewski-Szmek2018-10-021-4/+8
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal-remote: do not send _BOOT_ID twiceZbigniew Jędrzejewski-Szmek2018-05-311-3/+9
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-12/+12
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()Lennart Poettering2017-06-221-1/+1
* journal-upload: make watchdog state non-staticZbigniew Jędrzejewski-Szmek2016-04-051-14/+8
* journal-upload: Update watchdog while in curl_easy_performKlearchos Chaloulos2016-04-051-0/+25
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-9/+9
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal-upload : Ignore journal event when already in uploading state.Klearchos Chaloulos2015-12-091-3/+4
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-2/+24
* tree-wide: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-1/+1
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-35/+20
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-281-6/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-8/+8
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-8/+8
* journal-upload: make state persistentZbigniew Jędrzejewski-Szmek2014-07-151-5/+5
* journal-upload: use journal as the sourceZbigniew Jędrzejewski-Szmek2014-07-151-0/+402