Age | Commit message (Expand) | Author |
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 |