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 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
*
journal-remote: export handle_raw_source()
Zbigniew Jędrzejewski-Szmek
2018-05-31
2
-7
/
+13
*
journal-remote: split out µhttpd support and main() into a separate file
Zbigniew Jędrzejewski-Szmek
2018-05-31
4
-1161
/
+1240
*
os-util: add helpers for finding /etc/os-release
Lennart Poettering
2018-05-24
1
-4
/
+3
*
fileio: accept FILE* in addition to path in parse_env_file()
Lennart Poettering
2018-05-24
2
-3
/
+3
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
2
-4
/
+2
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
4
-6
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
12
-156
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
2
-6
/
+4
*
journal: provide compress_threshold_bytes parameter
Alex Gartrell
2018-03-20
2
-3
/
+3
*
meson: use triple-quote delimition in one more place
Zbigniew Jędrzejewski-Szmek
2018-03-09
1
-2
/
+2
*
tree-wide: port various places over to use new rearrange_stdio()
Lennart Poettering
2018-03-02
1
-7
/
+4
*
journal-upload: make use of safe_close() where appropriate
Lennart Poettering
2018-02-26
1
-3
/
+1
*
Merge pull request #7881 from keszybz/pcre
Lennart Poettering
2018-01-28
1
-1
/
+2
|
\
|
*
journalctl: add highlighting for matched substring
Zbigniew Jędrzejewski-Szmek
2018-01-28
1
-1
/
+2
*
|
log: minimize includes in log.h
Lennart Poettering
2018-01-11
2
-0
/
+2
|
/
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-2
/
+2
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-22
/
+6
*
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
journal-upload: remove duplication of --help and --version in help text
Marcus Folkesson
2017-12-03
1
-2
/
+0
*
journal-remote: add helper function and use hashmap_free_with_destructor
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-9
/
+8
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-12
/
+12
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
11
-0
/
+11
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
2
-2
/
+2
*
Reverting erroneous changes made of the course of adding a timeout to journal...
martingh
2017-11-01
1
-8
/
+2
*
journal-remote: set description to timer_event (#7234)
Yu Watanabe
2017-11-01
1
-1
/
+1
*
journalctl: add --output-fields= (#7181)
Lars Karlitski
2017-10-27
1
-1
/
+1
*
Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)
martingh
2017-10-26
2
-6
/
+51
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
4
-7
/
+7
*
journal-remote: show error if SplitMode=host with 'active' source is specified
Yu Watanabe
2017-08-30
1
-1
/
+9
*
journal-remote: show error message if output file name does not end with .jou...
Yu Watanabe
2017-08-27
1
-4
/
+9
*
microhttpd-util: add comment
Yu Watanabe
2017-08-07
2
-7
/
+15
*
journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flags
Yu Watanabe
2017-08-06
1
-1
/
+0
*
journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...
Yu Watanabe
2017-07-28
1
-0
/
+10
*
journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLL
Yu Watanabe
2017-07-28
2
-1
/
+6
*
journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSL
Yu Watanabe
2017-07-28
3
-3
/
+8
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
2
-3
/
+3
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-2
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()
Lennart Poettering
2017-06-22
1
-1
/
+1
*
journal-remote: fix memleak of the name of the remote source
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-1
/
+1
*
Merge pull request #5842 from keszybz/meson-status-and-conditionals
Michael Biebl
2017-05-03
1
-2
/
+2
|
\
|
*
meson: use booleans for conf.set and drop unecessary conditionals
Zbigniew Jędrzejewski-Szmek
2017-05-02
1
-2
/
+2
[next]