index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal-remote
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: reset the cleaned-up variable in cleanup functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-2
/
+2
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-4
/
+2
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
Add comma in structured initialization in a few places
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
fuzz-journal-remote: do not assert on resource conditions
Zbigniew Jędrzejewski-Szmek
2021-02-09
1
-21
/
+34
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
log: make tools also read the kernel command line when run as a service
Yu Watanabe
2021-01-31
2
-2
/
+2
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
3
-12
/
+9
*
tree-wide: add spdx header on source files
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+1
*
tree-wide: add spdx header on all scripts and helpers
Zbigniew Jędrzejewski-Szmek
2021-01-28
1
-0
/
+2
*
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
Yu Watanabe
2021-01-18
1
-0
/
+8
*
meson: slightly disentangle code dependencies
Yu Watanabe
2021-01-18
1
-1
/
+1
*
fuzzers: move several fuzzers
Yu Watanabe
2021-01-18
2
-0
/
+80
*
meson: fix indentation
Yu Watanabe
2021-01-18
1
-4
/
+3
*
journal-remote: use hashmap_ensure_put
Susant Sahani
2021-01-17
1
-4
/
+2
*
Add install-sysconfdir=no-samples option for (non-)installation of sample con...
Josh Triplett
2021-01-14
1
-1
/
+1
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
2
-6
/
+22
*
journal-remote: suffix cmdline option that expects arg with =
Lennart Poettering
2020-12-01
1
-1
/
+1
*
journal-remote: use READ_FULL_FILE_SECURE|READ_FULL_FILE_WARN_WORLD_READABLE ...
Lennart Poettering
2020-12-01
2
-2
/
+10
*
journal-remote: erase secret PEM key from memory after use
Lennart Poettering
2020-12-01
2
-2
/
+5
*
meson: add option to skip installing to $sysconfdir
Jörg Thalheim
2020-11-12
1
-4
/
+8
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
14
-14
/
+14
*
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
2
-6
/
+6
*
tree-wide: use the usual SPDX header for our own files
Zbigniew Jędrzejewski-Szmek
2020-10-29
1
-0
/
+2
*
Removing unused n_fields in journal-gatewayd
Samuel BF
2020-09-28
1
-10
/
+0
*
Rename strv_split_extract() to strv_split_full()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-1
/
+1
*
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places
Lennart Poettering
2020-07-21
2
-6
/
+6
*
various daemons: emit Stopping... notification before destructing the manager...
Zbigniew Jędrzejewski-Szmek
2020-07-02
2
-2
/
+2
*
Fix build with µhttpd 0.9.71
Zbigniew Jędrzejewski-Szmek
2020-07-01
3
-3
/
+9
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
2
-2
/
+2
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
2
-9
/
+18
*
tree-wide: use DISABLE_WARNING_FORMAT_NONLITERAL where appropriate
Lennart Poettering
2020-05-25
1
-3
/
+2
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
journal: fix dropping first record during upload to remote journal
Vladyslav Tronko
2020-05-19
1
-1
/
+1
*
Support journal-upload HTTPS without key and certificate
Ciprian Hacman
2020-04-16
1
-6
/
+47
*
Merge pull request #15290 from keszybz/unrelated-fixes
Anita Zhang
2020-04-04
1
-1
/
+1
|
\
|
*
journal-remote: fix description of option
Zbigniew Jędrzejewski-Szmek
2020-03-31
1
-1
/
+1
*
|
*: use _cleanup_close_ with fdopen() where trivial
Vito Caputo
2020-03-31
1
-5
/
+3
|
/
*
journal: properly mark two definitions that are deprecated with GCC attribute...
Lennart Poettering
2020-01-31
1
-2
/
+6
*
util-lib: move things that parse ifnames to shared/
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-0
/
+1
*
tree-wide: use SD_ID128_STRING_MAX where appropriate
Lennart Poettering
2019-12-10
1
-1
/
+1
*
tree-wide: normalize includes of public headers
Zbigniew Jędrzejewski-Szmek
2019-11-28
1
-0
/
+1
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
2
-2
/
+0
*
journal-remote: reduce scope of variable
Zbigniew Jędrzejewski-Szmek
2019-10-21
1
-1
/
+2
*
tree-wide: introduce strerror_safe()
Yu Watanabe
2019-07-04
1
-2
/
+3
*
meson: create /var/log/journal/{,remote/} conditionally
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-5
/
+7
*
Merge pull request #12903 from keszybz/condition-quoting
Yu Watanabe
2019-06-29
1
-1
/
+1
|
\
|
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
[next]