index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
test-journal-stream.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: Run unit tests with and without compact mode enabled
Daan De Meyer
2022-10-07
1
-2
/
+9
*
journal-file: merge compress/seal bool args into a single flags param
Lennart Poettering
2022-03-25
1
-3
/
+3
*
journal: Rename JournaldFile to ManagedJournalFile
Daan De Meyer
2022-02-02
1
-9
/
+9
*
journal-file: require MMapCache* for journal_file_open()
Vito Caputo
2021-12-07
1
-3
/
+7
*
journal: Introduce journald-file.c for journal file write related logic
Daan De Meyer
2021-12-06
1
-0
/
+191
*
sd-journal: move source files for sd-journal to src/libsystemd/sd-journal
Yu Watanabe
2021-01-18
1
-191
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-4
/
+3
*
journal: use a different hash function for each journal file
Lennart Poettering
2020-06-25
1
-7
/
+17
*
test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL
v242-rc3
Lennart Poettering
2019-04-04
1
-1
/
+3
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-1
/
+1
*
tests: add helper to unify skipping a test and exiting
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-4
/
+3
*
test: log when skipping tests in more cases
Yu Watanabe
2018-09-13
1
-1
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
journal: allow boot_id to be passed to journal_append_entry()
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-3
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
journal: provide compress_threshold_bytes parameter
Alex Gartrell
2018-03-20
1
-3
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
sd-journal: add API for opening journal files or directories by fd
Lennart Poettering
2016-04-25
1
-3
/
+3
*
journal: defer journal closes on rotate
Vito Caputo
2016-02-20
1
-3
/
+3
*
journal: add void cast to journal_file_close() calls
Vito Caputo
2016-02-20
1
-3
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-4
/
+6
*
journal: ensure test-journal-stream doesn't get confused by crappy clocks
Lennart Poettering
2015-06-17
1
-0
/
+9
*
util: rework rm_rf() logic
Lennart Poettering
2015-04-06
1
-5
/
+5
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
tests: use assert_se instead of assert
Ronny Chevalier
2015-01-22
1
-1
/
+2
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-1
/
+1
*
test: Make testing work on systems without or old systemd
Holger Hans Peter Freyther
2013-08-22
1
-0
/
+4
*
tests: add a program for repetitive opening and closing of the journal
Zbigniew Jędrzejewski-Szmek
2013-08-02
1
-1
/
+1
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-3
/
+3
*
journal,shared: add _cleanup_journal_close_
Zbigniew Jędrzejewski-Szmek
2013-03-19
1
-7
/
+3
*
journal: add ability to list values a specified field can take in all entries...
Lennart Poettering
2012-10-18
1
-8
/
+10
*
journal: when browsing the journal via browse.html allow clicking on entries ...
Lennart Poettering
2012-10-10
1
-1
/
+15
*
journal: implement generic sharable mmap caching logic
Lennart Poettering
2012-08-16
1
-3
/
+3
*
journald: initial version of FSPRG hookup
Lennart Poettering
2012-08-13
1
-3
/
+3
*
test: allow deletion of temporary files from normal fs
Zbigniew Jędrzejewski-Szmek
2012-08-03
1
-1
/
+1
*
journal: size journal data hash table based on maximum file size metrics
Lennart Poettering
2012-07-17
1
-3
/
+3
*
journal: beef up journal matches considerably
Lennart Poettering
2012-07-13
1
-0
/
+169