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
*
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
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-4
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal
Lennart Poettering
2018-10-16
1
-0
/
+4
*
journal-upload: check for overflow
Lennart Poettering
2018-10-13
1
-11
/
+11
*
journal-upload: fix off-by-one in assert()
Zbigniew Jędrzejewski-Szmek
2018-09-25
1
-1
/
+1
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+16
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
[next]