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-remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal-remote: Use "event" instead of "events"
Daan De Meyer
2024-04-11
1
-6
/
+6
*
journal-remote: Use sd_event_set_signal_exit()
Daan De Meyer
2024-04-11
1
-2
/
+0
*
journal-remote: allow AF_VSOCK and AF_UNIX for --listen-raw
Sam Leonard
2024-02-15
1
-1
/
+3
*
journal-file-util: drop unused template argument for journal_file_open_reliab...
Yu Watanabe
2024-02-15
1
-1
/
+0
*
socket-util: modernize socknameinfo_pretty() a bit
Lennart Poettering
2024-01-09
1
-1
/
+1
*
journal-remote: drop dependencies to journald
Yu Watanabe
2023-10-02
1
-1
/
+0
*
journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...
Yu Watanabe
2023-10-02
1
-1
/
+1
*
journald: drop ManagedJournalFile
Yu Watanabe
2023-10-02
1
-2
/
+2
*
journald: split-out closing journal files from managed_journal_file_open()
Yu Watanabe
2023-10-02
1
-1
/
+0
*
journal-remote: sync TrustedCertificateFile= parsing with journal-upload
Frantisek Sumsal
2023-06-19
1
-0
/
+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
1
-9
/
+14
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-1
/
+1
*
journal-remote: make writer_new() return negative errno on failure
Yu Watanabe
2023-03-27
1
-5
/
+4
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-2
/
+2
*
journal-file: merge compress/seal bool args into a single flags param
Lennart Poettering
2022-03-25
1
-11
/
+14
*
journal: Rename JournaldFile to ManagedJournalFile
Daan De Meyer
2022-02-02
1
-2
/
+2
*
journal: Introduce journald-file.c for journal file write related logic
Daan De Meyer
2021-12-06
1
-8
/
+8
*
journal-remote: more handling of sd_event_source_set_enabled failures
Luca Boccassi
2021-11-13
1
-4
/
+14
*
tree-wide: don't ignore return code from sd_event_source_set_enabled()
Luca Boccassi
2021-11-12
1
-2
/
+2
*
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
-3
/
+3
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-5
/
+4
*
tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various places
Lennart Poettering
2021-05-11
1
-1
/
+2
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+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
1
-1
/
+0
*
tree-wide: replace explicit NULL checks with their shorter variants
Frantisek Sumsal
2019-04-28
1
-1
/
+1
*
tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() call
Lennart Poettering
2019-04-10
1
-25
/
+31
*
journal-remote: set a limit on the number of fields in a message
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-0
/
+3
*
journal-remote: destroy RemoteServer object by using _cleanup_ attribute
Yu Watanabe
2018-12-08
1
-2
/
+1
*
Also drop a few more unnecessary uses of synthethic errno
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-1
/
+1
*
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
*
fuzz-journal-remote: allow fuzzer to be built without µhttpd
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+4
*
journal-remote: export handle_raw_source()
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-7
/
+8
*
journal-remote: split out µhttpd support and main() into a separate file
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1152
/
+54
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-3
/
+2
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+2
*
journal: provide compress_threshold_bytes parameter
Alex Gartrell
2018-03-20
1
-2
/
+2
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
1
-7
/
+4
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
[next]