index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7042 from vcaputo/iteratedcache
Lennart Poettering
2018-02-01
2
-4
/
+16
|
\
|
*
journal: use IteratedCache in sd-journal
Vito Caputo
2018-01-27
2
-4
/
+16
*
|
journalctl: typo fix
Hermann Gausterer
2018-01-28
1
-1
/
+1
*
|
Merge pull request #7881 from keszybz/pcre
Lennart Poettering
2018-01-28
1
-58
/
+218
|
\
\
|
*
|
journalctl: add highlighting for matched substring
Zbigniew Jędrzejewski-Szmek
2018-01-28
1
-1
/
+8
|
*
|
journalctl: make matching optionally case sensitive
Zbigniew Jędrzejewski-Szmek
2018-01-28
1
-73
/
+118
|
*
|
journalctl: regexp matching
Zbigniew Jędrzejewski-Szmek
2018-01-27
1
-0
/
+108
*
|
|
journal: losen restrictions on journal file suffix (#8013)
Lennart Poettering
2018-01-27
1
-5
/
+2
*
|
|
Merge pull request #7983 from poettering/tmpfiles-eexist
Lennart Poettering
2018-01-25
1
-1
/
+2
|
\
\
\
|
*
|
|
coccinelle: O_NDELAY → O_NONBLOCK
Lennart Poettering
2018-01-24
1
-1
/
+2
*
|
|
|
log: remove LOG_TARGET_SAFE pseudo log target
Lennart Poettering
2018-01-24
1
-1
/
+2
|
/
/
/
*
|
|
journal: cast to (void) where we knowingly ignore syscall returns
Lennart Poettering
2018-01-23
1
-1
/
+1
*
|
|
journald-native: Fix typo in MANDLOCK message
Frantisek Sumsal
2018-01-22
1
-1
/
+1
*
|
|
journal: coding style fix
Yu Watanabe
2018-01-15
1
-5
/
+6
*
|
|
log: minimize includes in log.h
Lennart Poettering
2018-01-11
3
-0
/
+3
|
/
/
*
|
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-2
/
+1
*
|
journald: introduce new uid_for_system_journal() helper
Lennart Poettering
2018-01-04
1
-2
/
+9
*
|
tree-wide: in all threads we fork off in library code, block all signals
Lennart Poettering
2018-01-04
1
-0
/
+14
*
|
Merge pull request #7705 from keszybz/redo-linking
Lennart Poettering
2018-01-03
1
-5
/
+9
|
\
\
|
*
|
meson: use a convenience lib for journal user sources
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-3
/
+9
|
*
|
meson: link libbasic and libshared_static into libshared
Zbigniew Jędrzejewski-Szmek
2018-01-03
1
-2
/
+0
*
|
|
Merge pull request #7728 from poettering/fork-rework
Yu Watanabe
2017-12-26
1
-0
/
+2
|
\
\
\
|
*
|
|
tree-wide: properly name all threads we fork off
Lennart Poettering
2017-12-25
1
-0
/
+2
|
|
/
/
*
/
/
separate flags from shebang
bleep_blop
2017-12-25
1
-1
/
+2
|
/
/
*
|
tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...
Lennart Poettering
2017-12-15
1
-1
/
+1
*
|
coccinelle: automatically rewrite memset() to zero() or memzero() where we can
Lennart Poettering
2017-12-14
1
-1
/
+1
*
|
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
12
-28
/
+30
*
|
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-2
/
+5
*
|
journal,coredump: do not do ACL magic for "nobody" user either
Lennart Poettering
2017-12-06
1
-2
/
+2
*
|
coredump,journal: do not do ACL magic for processes of dynamic UIDs
Lennart Poettering
2017-12-06
1
-1
/
+1
*
|
user-util: add new uid_is_system() helper
Lennart Poettering
2017-12-06
1
-2
/
+2
|
/
*
journal: fix log message when dropping messages
Lennart Poettering
2017-11-29
1
-1
/
+1
*
journald: correct field counts
Lennart Poettering
2017-11-29
1
-2
/
+11
*
journal: driver messages can now contain object fields, account for that
Lennart Poettering
2017-11-29
1
-1
/
+1
*
journal: avoid undefined behaviour in float division by 0.0
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-1
/
+1
*
journal: use new helpers with journal_file_close
Zbigniew Jędrzejewski-Szmek
2017-11-28
4
-26
/
+4
*
Use hashmap_free_free where appropriate
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-4
/
+1
*
journald: add _printf_ attribute to server_driver_message()
Yu Watanabe
2017-11-25
1
-1
/
+1
*
test: handle gracefully if decompressor tools are not installed (#7455)
Lennart Poettering
2017-11-24
1
-1
/
+8
*
journalctl: add --output-fields= to --help text (#7443)
Lennart Poettering
2017-11-24
1
-0
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
3
-6
/
+6
*
Add license headers and SPDX identifiers to meson.build files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+17
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
2
-1
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
60
-0
/
+60
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
9
-72
/
+240
*
journald: when logging about dropped messages, include more meta data
Lennart Poettering
2017-11-16
5
-12
/
+15
*
journal: reindent field mapping tables
Lennart Poettering
2017-11-16
1
-23
/
+23
*
journal: make use of IOVEC_MAKE() where it makes sense
Lennart Poettering
2017-11-16
2
-13
/
+5
*
journal: move valid_user_field() to journal-util.[ch] and rename it → journ...
Lennart Poettering
2017-11-16
1
-37
/
+3
*
conf-parser: turn three bool function params into a flags fields
Lennart Poettering
2017-11-13
1
-1
/
+1
[next]