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
*
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
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-7
/
+5
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
remove unneeded libgen.h includes
Cristian Rodríguez
2015-01-17
1
-1
/
+0
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: simplify log_*_errno(r,...) immediately followed by "return r"
Michal Schmidt
2014-11-28
1
-9
/
+5
*
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-3
/
+3
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-3
/
+3
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-3
/
+8
*
journal: properly detect language specified in line
Zbigniew Jędrzejewski-Szmek
2014-04-12
1
-19
/
+34
*
journal: cleanup up error handling in update_catalog()
Zbigniew Jędrzejewski-Szmek
2014-04-12
1
-12
/
+13
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-4
/
+4
*
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
1
-20
/
+14
*
catalog: fix language detection
Zbigniew Jędrzejewski-Szmek
2013-12-16
1
-2
/
+2
*
catalog: determine language from the filename
Zbigniew Jędrzejewski-Szmek
2013-12-03
1
-8
/
+49
*
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-1
/
+1
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-2
/
+2
*
fileio: in envfiles, do not skip lines following empty lines
Zbigniew Jędrzejewski-Szmek
2013-04-14
1
-1
/
+1
*
catalog: open up catalog internals
Zbigniew Jędrzejewski-Szmek
2013-03-29
1
-88
/
+100
[next]