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
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-2
/
+2
*
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
1
-2
/
+1
*
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-1
/
+1
*
Merge pull request #29242 from fbuihuu/update-main-config-file-headers
Zbigniew Jędrzejewski-Szmek
2023-10-17
2
-6
/
+10
|
\
|
*
config files: update their header to reflect that they can be installed in /usr
Franck Bui
2023-09-21
2
-6
/
+10
*
|
tree-wide: add missing sigbus handling
Yu Watanabe
2023-10-07
1
-0
/
+3
*
|
journal-remote: drop dependencies to journald
Yu Watanabe
2023-10-02
3
-6
/
+1
*
|
journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...
Yu Watanabe
2023-10-02
3
-2
/
+3
*
|
journald: drop ManagedJournalFile
Yu Watanabe
2023-10-02
3
-14
/
+14
*
|
journald: split-out closing journal files from managed_journal_file_open()
Yu Watanabe
2023-10-02
1
-1
/
+0
*
|
meson: do not explicitly specify ownership of /var/log/journal/
Zbigniew Jędrzejewski-Szmek
2023-09-21
1
-1
/
+1
|
/
*
config files: more recommendations of `systemd-analyze cat-config`
Franck Bui
2023-09-19
2
-0
/
+4
*
iovec-util: add iovw_isempty() helper
Lennart Poettering
2023-08-11
1
-2
/
+1
*
meson: use install_emptydir() and drop meson-make-symlink.sh
Yu Watanabe
2023-08-08
1
-5
/
+2
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-13
/
+8
*
meson: move declarations of journal-remote and friends
Yu Watanabe
2023-08-01
1
-0
/
+46
*
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-remote: fix syntax in error message
Zbigniew Jędrzejewski-Szmek
2023-06-23
1
-1
/
+1
*
journal-remote: fix typo in an error message
Frantisek Sumsal
2023-06-21
1
-1
/
+1
*
journal-upload: capitalize all error messages
Frantisek Sumsal
2023-06-19
1
-10
/
+10
*
journal-remote: capitalize all error messages
Frantisek Sumsal
2023-06-19
1
-13
/
+13
*
journal-remote: sync TrustedCertificateFile= parsing with journal-upload
Frantisek Sumsal
2023-06-19
3
-49
/
+13
*
journal-remote: make MHD_OPTION_EXTERNAL_LOGGER the first option
Frantisek Sumsal
2023-06-19
1
-1
/
+1
*
journal-remote: minor cleanups
Frantisek Sumsal
2023-06-19
1
-6
/
+23
*
journal-remote: simplify error handling a bit
Frantisek Sumsal
2023-06-19
3
-55
/
+37
*
journal-gatewayd: handle SIGTERM
Frantisek Sumsal
2023-06-19
1
-0
/
+6
*
journal-gatewayd: make MHD_OPTION_EXTERNAL_LOGGER the first option
Frantisek Sumsal
2023-06-16
1
-2
/
+2
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
3
-9
/
+9
*
journal-remote: use structured initialization
Frantisek Sumsal
2023-05-30
1
-5
/
+6
*
journal-remote: bump the refcount right after creating the writer object
Frantisek Sumsal
2023-05-26
1
-1
/
+1
*
Merge pull request #27774 from dtardon/free-cleanup
Yu Watanabe
2023-05-24
1
-2
/
+1
|
\
|
*
journal-upload: use mfree()
David Tardon
2023-05-24
1
-2
/
+1
*
|
tree-wide: convert more system1.Manager calls to BusLocator
David Tardon
2023-05-24
1
-8
/
+2
|
/
*
tree-wide: Handle EADDRNOTAVAIL as journal corruption
Daan De Meyer
2023-05-02
1
-1
/
+1
*
Merge pull request #26877 from yuwata/fuzz-journal-remote
Luca Boccassi
2023-04-27
1
-9
/
+14
|
\
|
*
fuzz-journal-remote: fix potential fd-leak
Yu Watanabe
2023-03-18
1
-8
/
+6
|
*
fuzz-journal-remote: remove temporary files on exit
Yu Watanabe
2023-03-18
1
-1
/
+8
*
|
journal-remote: make specified output file absolute
Yu Watanabe
2023-03-27
1
-2
/
+5
*
|
journal-remote: add missing log message for failure in journal_remote_get_wri...
Yu Watanabe
2023-03-27
1
-1
/
+1
*
|
journal-remote: make writer_new() return negative errno on failure
Yu Watanabe
2023-03-27
3
-15
/
+16
*
|
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
2
-2
/
+2
|
/
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
2
-16
/
+6
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-3
/
+4
*
tree-wide: use unlink_and_freep() moreover
Lennart Poettering
2023-02-23
1
-4
/
+3
*
Merge pull request #26203 from medhefgo/meson
Yu Watanabe
2023-02-22
1
-5
/
+8
|
\
|
*
meson: Use dicts for fuzzer definitions
Jan Janssen
2023-02-21
1
-5
/
+8
[next]