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-main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
journal-remote: inline one more iterator variable declaration
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-4
/
+2
*
journal-remote: convert to parse_boolean_argument() and fix type confusion
Zbigniew Jędrzejewski-Szmek
2021-02-17
1
-21
/
+9
*
tree-wide: propagate error code from _from_string() functions
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-4
/
+2
*
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
*
journal-remote: use hashmap_ensure_put
Susant Sahani
2021-01-17
1
-4
/
+2
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
1
-3
/
+11
*
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
/
+3
*
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
*
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
1
-3
/
+3
*
various daemons: emit Stopping... notification before destructing the manager...
Zbigniew Jędrzejewski-Szmek
2020-07-02
1
-1
/
+1
*
Fix build with µhttpd 0.9.71
Zbigniew Jędrzejewski-Szmek
2020-07-01
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
-4
/
+8
*
journal-remote: fix description of option
Zbigniew Jędrzejewski-Szmek
2020-03-31
1
-1
/
+1
*
util-lib: move things that parse ifnames to shared/
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-0
/
+1
*
journal-remote: reduce scope of variable
Zbigniew Jędrzejewski-Szmek
2019-10-21
1
-1
/
+2
*
Rename EXTRACT_QUOTES to EXTRACT_UNQUOTE
Zbigniew Jędrzejewski-Szmek
2019-06-28
1
-1
/
+1
*
Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAX
Adrian Bunk
2019-05-17
1
-2
/
+2
*
journal-remote: do not request Content-Length if Transfer-Encoding is chunked
Yu Watanabe
2019-03-11
1
-14
/
+27
*
journal-remote: set a limit on the number of fields in a message
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-2
/
+5
*
journal-remote: verify entry length from header
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-10
/
+24
*
journal-remote: define main through macro
Yu Watanabe
2018-12-08
1
-38
/
+45
*
journal-remote: destroy RemoteServer object by using _cleanup_ attribute
Yu Watanabe
2018-12-08
1
-3
/
+1
*
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+2
*
journal-remote: shorten code a bit by using strcspn()
Lennart Poettering
2018-11-26
1
-8
/
+3
*
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-4
/
+3
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-102
/
+76
*
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
*
journal-remote: log about inability to install signals
Lennart Poettering
2018-11-12
1
-1
/
+3
*
journal-remote: bugfix to re-enable ssl key check (#10707)
Markus Grimm
2018-11-12
1
-1
/
+3
*
tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journal
Lennart Poettering
2018-10-16
1
-0
/
+4
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-7
/
+20
*
journal-remote: split out µhttpd support and main() into a separate file
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-0
/
+1145