index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
catalog.c
Age
Commit message (
Expand
)
Author
2015-07-31
tree-wide: introduce mfree()
David Herrmann
2015-07-29
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-03-27
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-17
remove unneeded libgen.h includes
Cristian Rodríguez
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: simplify log_*_errno(r,...) immediately followed by "return r"
Michal Schmidt
2014-11-28
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-04-12
journal: properly detect language specified in line
Zbigniew Jędrzejewski-Szmek
2014-04-12
journal: cleanup up error handling in update_catalog()
Zbigniew Jędrzejewski-Szmek
2014-03-18
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2013-12-22
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-15
catalog: fix language detection
Zbigniew Jędrzejewski-Szmek
2013-12-02
catalog: determine language from the filename
Zbigniew Jędrzejewski-Szmek
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-13
fileio: in envfiles, do not skip lines following empty lines
Zbigniew Jędrzejewski-Szmek
2013-03-28
catalog: open up catalog internals
Zbigniew Jędrzejewski-Szmek
2013-03-28
catalog: make sure strings are terminated
Zbigniew Jędrzejewski-Szmek
2013-03-27
catalog: fix error codes handling in catalog_list_items
Lukas Nykryn
2013-03-27
log: fix error codes handling in catalog_list_items
Lukas Nykryn
2013-03-19
journalct: beef up entry listing
Zbigniew Jędrzejewski-Szmek
2013-02-08
shared: conf-files - add root parameter
Kay Sievers
2012-11-16
journal: use $(localstatedir)/lib/systemd/catalog for the catalog
Zbigniew Jędrzejewski-Szmek
2012-11-16
journal, shared: fix warnings during compilation on 32 bits
Zbigniew Jędrzejewski-Szmek
2012-11-16
journal: catalog - silent output, it's usually only called by package management
Kay Sievers
2012-11-16
journalctl: better error messages for --update-catalog
Zbigniew Jędrzejewski-Szmek
2012-11-16
journal: extend catalog header to 64bit for all fields, just to be safe and f...
Lennart Poettering
2012-11-15
journal: implement message catalog
Lennart Poettering