summaryrefslogtreecommitdiff
path: root/src/journal/catalog.c
Commit message (Expand)AuthorAge
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* journal: properly detect language specified in lineZbigniew Jędrzejewski-Szmek2014-04-12
* journal: cleanup up error handling in update_catalog()Zbigniew Jędrzejewski-Szmek2014-04-12
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* catalog: fix language detectionZbigniew Jędrzejewski-Szmek2013-12-15
* catalog: determine language from the filenameZbigniew Jędrzejewski-Szmek2013-12-02
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-13
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-28
* catalog: make sure strings are terminatedZbigniew Jędrzejewski-Szmek2013-03-28
* catalog: fix error codes handling in catalog_list_itemsLukas Nykryn2013-03-27
* log: fix error codes handling in catalog_list_itemsLukas Nykryn2013-03-27
* journalct: beef up entry listingZbigniew Jędrzejewski-Szmek2013-03-19
* shared: conf-files - add root parameterKay Sievers2013-02-08
* journal: use $(localstatedir)/lib/systemd/catalog for the catalogZbigniew Jędrzejewski-Szmek2012-11-16
* journal, shared: fix warnings during compilation on 32 bitsZbigniew Jędrzejewski-Szmek2012-11-16
* journal: catalog - silent output, it's usually only called by package managementKay Sievers2012-11-16
* journalctl: better error messages for --update-catalogZbigniew Jędrzejewski-Szmek2012-11-16
* journal: extend catalog header to 64bit for all fields, just to be safe and f...Lennart Poettering2012-11-16
* journal: implement message catalogLennart Poettering2012-11-15