index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
catalog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-journal: move source files for sd-journal to src/libsystemd/sd-journal
Yu Watanabe
2021-01-18
1
-742
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
tree-wide: use siphash24_compress_string() where it is applicable
Yu Watanabe
2020-07-22
1
-1
/
+1
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
journal: Make the output of --update-catalog deterministic
Daniel Edgecumbe
2019-09-06
1
-12
/
+12
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
catalog: _cleanup_close_ is your friend
Lennart Poettering
2019-03-07
1
-13
/
+6
*
catalog: (void)ify all things
Lennart Poettering
2019-03-07
1
-1
/
+1
*
catalog: use structured initialization more
Lennart Poettering
2019-03-07
1
-7
/
+8
*
catalog: let's use mkdir_parents() and use same mode as tmpfiles.d for this dir
Lennart Poettering
2019-03-07
1
-11
/
+11
*
catalog: be a bit less aggressive with line breaking. After all 109ch is what...
Lennart Poettering
2019-03-07
1
-9
/
+6
*
catalog: don't make catalog_entry_lang() clobber output params on failure
Lennart Poettering
2019-03-07
1
-5
/
+12
*
journal: avoid buffer overread when locale name is too long
Zbigniew Jędrzejewski-Szmek
2019-01-27
1
-14
/
+34
*
Merge pull request #10920 from yuwata/hashmap-destructor
Lennart Poettering
2018-12-03
1
-7
/
+2
|
\
|
*
tree-wide: make hash_ops typesafe
Yu Watanabe
2018-12-02
1
-7
/
+2
*
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
|
/
*
catalog: reject entries where the language is too short early
Evgeny Vereshchagin
2018-11-29
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-20
/
+21
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
catalog: fgets() excorcism
Lennart Poettering
2018-10-18
1
-11
/
+9
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+9
*
tree-wide: Convert compare_func's to use CMP() macro wherever possible.
Filipe Brandenburger
2018-08-07
1
-4
/
+4
*
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
*
Introduce _cleanup_(strbuf_cleanupp) and use it to fix null deref on error
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-33
/
+17
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
journal: use structured initalizer
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-4
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-2
/
+2
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
journal/catalog: fix memory leaks
Zbigniew Jędrzejewski-Szmek
2016-02-19
1
-40
/
+41
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journal: Combine journal catalog entries with the same id
Stef Walter
2016-02-05
1
-36
/
+110
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-11-05
1
-1
/
+1
*
journal: use int64_t instead of long for catalog file size
Michal Schmidt
2015-11-05
1
-13
/
+15
*
journal: drop unnecessary write_catalog() parameter
Michal Schmidt
2015-11-05
1
-3
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-10
/
+12
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
1
-13
/
+3
*
tree-wide: remove a number of invocations of strerror() and replace by %m
Lennart Poettering
2015-09-30
1
-7
/
+4
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-2
/
+1
[next]