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-gatewayd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/logs-show: introduce journal_browse_prepare()
Mike Yuan
2024-08-22
1
-2
/
+2
*
journal-gatewayd: use skip_leading_chars where appropriate
Mike Yuan
2024-04-17
1
-8
/
+5
*
journal-gatewayd: add missing assertions
Mike Yuan
2024-04-17
1
-0
/
+6
*
journal-gatewayd: remove duplicate call to `startswith()`
Antonio Alvarez Feijoo
2024-04-17
1
-1
/
+1
*
journal-remote: fix two minor memory leaks
Antonio Alvarez Feijoo
2024-04-11
1
-0
/
+1
*
logs-show: read the current boot ID if nothing specified for add_match_boot_id()
Yu Watanabe
2024-03-26
1
-9
/
+1
*
journal-gateway: use journal_add_match_pair() and add_match_boot_id()
Yu Watanabe
2024-03-25
1
-11
/
+3
*
tree-wide: shorten a couple of ternary expressions
Frantisek Sumsal
2023-12-25
1
-1
/
+1
*
journal-remote: set upper length bound when parsing incoming headers
Luca Boccassi
2023-12-09
1
-0
/
+6
*
journal-gatewayd: add since/until parameters for /entries
Samuel BF
2023-12-06
1
-40
/
+136
*
tree-wide: check if return value of lseek() and friends is negative
Yu Watanabe
2023-10-19
1
-2
/
+2
*
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: convert more system1.Manager calls to BusLocator
David Tardon
2023-05-24
1
-8
/
+2
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
tree-wide: unify how we pick OS pretty name to display
Lennart Poettering
2023-01-24
1
-3
/
+6
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: define and use STRERROR_OR_EOF()
Zbigniew Jędrzejewski-Szmek
2022-10-11
1
-2
/
+2
*
shared/logs-show: add new --output= format "short-delta"
Daniel Braunwarth
2022-09-23
1
-1
/
+3
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-13
/
+6
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
Wider range of options for selecting entries for systemd-journal-gatewayd
Samuel BF
2021-05-10
1
-2
/
+39
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
journal-gatewayd: use automatic cleanup
David Tardon
2021-03-18
1
-4
/
+3
*
journal-remote: check return value from MHD_add_response_header
Zbigniew Jędrzejewski-Szmek
2021-03-07
1
-6
/
+16
*
basic/os-util: make the sentinel implicit
Zbigniew Jędrzejewski-Szmek
2021-02-22
1
-1
/
+1
*
tree-wide: enable colorized logging for daemons when run in console
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
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
1
-3
/
+11
*
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
1
-1
/
+5
*
journal-remote: erase secret PEM key from memory after use
Lennart Poettering
2020-12-01
1
-1
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
1
-3
/
+3
*
Removing unused n_fields in journal-gatewayd
Samuel BF
2020-09-28
1
-10
/
+0
*
tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various places
Lennart Poettering
2020-07-21
1
-3
/
+3
*
Fix build with µhttpd 0.9.71
Zbigniew Jędrzejewski-Szmek
2020-07-01
1
-2
/
+2
*
*: use _cleanup_close_ with fdopen() where trivial
Vito Caputo
2020-03-31
1
-5
/
+3
*
tree-wide: introduce strerror_safe()
Yu Watanabe
2019-07-04
1
-2
/
+3
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
µhttpd: use a cleanup function to call MHD_destroy_response
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-39
/
+14
*
journal-gateway: define main through macro
Yu Watanabe
2018-12-08
1
-70
/
+68
*
journal-gateway: use _cleanup_ attribute to stop microhttpd daemon
Yu Watanabe
2018-12-08
1
-4
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-26
/
+20
*
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
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
journalctl: port JSON output mode to new JSON API
Lennart Poettering
2018-10-11
1
-0
/
+3
[next]