index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal-remote
/
journal-upload.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal-upload: add missing assertion
Yu Watanabe
2023-07-05
1
-0
/
+2
*
journal-upload: replace deprecated sd_journal_open_container()
Yu Watanabe
2023-07-05
1
-7
/
+4
*
journal-upload: make --namespace=* work
Yu Watanabe
2023-07-05
1
-5
/
+3
*
journal-remote: upload journals from namespace
Igor Tsiglyar
2023-07-04
1
-1
/
+26
*
journal-upload: capitalize all error messages
Frantisek Sumsal
2023-06-19
1
-10
/
+10
*
journal-remote: sync TrustedCertificateFile= parsing with journal-upload
Frantisek Sumsal
2023-06-19
1
-39
/
+0
*
journal-upload: use mfree()
David Tardon
2023-05-24
1
-2
/
+1
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-8
/
+3
*
tree-wide: use unlink_and_freep() moreover
Lennart Poettering
2023-02-23
1
-4
/
+3
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-12
/
+5
*
Move path_simplify_and_warn() to new shared/parse-helpers.c
Zbigniew Jędrzejewski-Szmek
2022-04-07
1
-2
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
conf-parser: merge config_parse_string() and config_parse_safe_string()
Yu Watanabe
2022-03-10
1
-5
/
+5
*
tree-wide: use config_parse_safe_string() at various places
Lennart Poettering
2022-02-09
1
-1
/
+1
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
variuos: add missing includes
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-0
/
+1
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
Add a network timeout option to journal-upload
Jayanth Ananthapadmanaban
2021-06-14
1
-4
/
+12
*
Wider range of options for selecting entries for systemd-journal-gatewayd
Samuel BF
2021-05-10
1
-1
/
+1
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
journal-upload: use _cleanup_ for curl_slist
David Tardon
2021-03-18
1
-8
/
+6
*
journal-upload: make the curl_slist cleanup actually work
David Tardon
2021-03-18
1
-5
/
+7
*
journal-upload: cleanup CURL* on error
David Tardon
2021-03-18
1
-2
/
+4
*
journal-remote: convert to parse_boolean_argument() and fix type confusion
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-12
/
+7
*
Add comma in structured initialization in a few places
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
log: make tools also read the kernel command line when run as a service
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-4
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
various daemons: emit Stopping... notification before destructing the manager...
Zbigniew Jędrzejewski-Szmek
2020-07-02
1
-1
/
+1
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-1
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-5
/
+10
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
Support journal-upload HTTPS without key and certificate
Ciprian Hacman
2020-04-16
1
-6
/
+47
*
journal: properly mark two definitions that are deprecated with GCC attribute...
Lennart Poettering
2020-01-31
1
-2
/
+6
*
tree-wide: (void)ify a few unlink() and rmdir()
Lennart Poettering
2019-03-27
1
-1
/
+1
*
meson: generate version tag from git
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-1
/
+2
*
Remove use of PACKAGE_STRING
Zbigniew Jędrzejewski-Szmek
2018-12-19
1
-1
/
+1
*
journal-upload: define main through macro
Yu Watanabe
2018-12-08
1
-29
/
+24
*
journal-upload: use _cleanup_ attribute to clear uploader
Yu Watanabe
2018-12-08
1
-3
/
+1
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
journal-upload: use static initialization
Lennart Poettering
2018-11-26
1
-2
/
+3
*
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-1
/
+3
*
Also drop a few more unnecessary uses of synthethic errno
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-2
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-76
/
+63
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
[next]