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
*
journal-remote: do not request Content-Length if Transfer-Encoding is chunked
Yu Watanabe
2019-03-11
1
-14
/
+27
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
2
-2
/
+2
*
journal-remote: set a limit on the number of fields in a message
Zbigniew Jędrzejewski-Szmek
2019-01-09
2
-2
/
+8
*
journal-remote: verify entry length from header
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-10
/
+24
*
µhttpd: use a cleanup function to call MHD_destroy_response
Zbigniew Jędrzejewski-Szmek
2019-01-09
3
-47
/
+18
*
meson: generate version tag from git
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-1
/
+2
*
Remove use of PACKAGE_STRING
Zbigniew Jędrzejewski-Szmek
2018-12-19
1
-1
/
+1
*
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
3
-6
/
+3
*
journal-upload: define main through macro
Yu Watanabe
2018-12-08
1
-29
/
+24
*
journal-upload: use _cleanup_ attribute to clear uploader
Yu Watanabe
2018-12-08
1
-3
/
+1
*
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
2
-4
/
+3
*
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-0
/
+2
|
\
|
*
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+2
*
|
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
2
-0
/
+2
|
/
*
journal-upload: use static initialization
Lennart Poettering
2018-11-26
1
-2
/
+3
*
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
2
-5
/
+6
*
Also drop a few more unnecessary uses of synthethic errno
Zbigniew Jędrzejewski-Szmek
2018-11-22
2
-3
/
+2
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
5
-214
/
+166
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
3
-3
/
+3
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
fileio: automatically add NULL sentinel to parse_env_file()
Lennart Poettering
2018-11-14
1
-4
/
+1
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
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
2
-0
/
+8
*
journal-upload: check for overflow
Lennart Poettering
2018-10-13
1
-11
/
+11
*
journalctl: port JSON output mode to new JSON API
Lennart Poettering
2018-10-11
1
-0
/
+3
*
journal-upload: add asserts that snprintf does not return an error
Zbigniew Jędrzejewski-Szmek
2018-10-02
1
-4
/
+8
*
journal-upload: fix off-by-one in assert()
Zbigniew Jędrzejewski-Szmek
2018-09-25
1
-1
/
+1
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
2
-16
/
+2
*
tree-wide: use unsigned for refcount
Yu Watanabe
2018-08-27
1
-1
/
+1
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
3
-16
/
+53
*
Merge pull request #9422 from yuwata/conf-files
Lennart Poettering
2018-06-28
2
-0
/
+26
|
\
|
*
journal-remote: add license and reference to man page in conf files
Yu Watanabe
2018-06-25
2
-0
/
+26
*
|
journal-gateway: use localStorage["cursor"] only when it has valid value
Yu Watanabe
2018-06-27
1
-4
/
+6
*
|
journal-gateway: explicitly declare local variables
Yu Watanabe
2018-06-27
1
-5
/
+6
|
/
*
Drop my copyright headers
Zbigniew Jędrzejewski-Szmek
2018-06-14
11
-36
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
11
-11
/
+11
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
2
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
11
-22
/
+0
*
journal-remote: do not send _BOOT_ID twice
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-3
/
+9
*
journal: allow boot_id to be passed to journal_append_entry()
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+4
*
journal-remote: when an entry is rejected with -EBADMSG, do not rotate the jo...
Zbigniew Jędrzejewski-Szmek
2018-05-31
2
-5
/
+8
*
journal: rename output_journal to show_journal_entry
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-1
/
+1
*
fuzz-journal-remote: allow fuzzer to be built without µhttpd
Zbigniew Jędrzejewski-Szmek
2018-05-31
3
-9
/
+26
*
log-generator: make message size configurable, add short options
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+5
[next]