Age | Commit message (Expand) | Author |
2013-01-10 | journald: use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering |
2012-12-19 | coredumpctl: check return of strndup | Lukas Nykryn |
2012-12-17 | journal: move _packed_ attribute to the end | Zbigniew Jędrzejewski-Szmek |
2012-11-25 | journal: fix warning about pointer arithmetic | Zbigniew Jędrzejewski-Szmek |
2012-11-25 | journal-gatewayd: minor cleanup | Zbigniew Jędrzejewski-Szmek |
2012-11-23 | journal: fix SO_PASSSEC invocation | Lennart Poettering |
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering |
2012-11-20 | journal: add sd_journal_get_catalog_for_message_id() as API to get catalog en... | Lennart Poettering |
2012-11-20 | journal-send: always send SYSLOG_IDENTIFIER, if we have it | Lennart Poettering |
2012-11-20 | journal-send: unify a bit of code | Lennart Poettering |
2012-11-20 | journald: fix bad memory access | Lennart Poettering |
2012-11-17 | journalctl: add option to forgo ellipsization | Zbigniew Jędrzejewski-Szmek |
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 |
2012-11-15 | journalctl: require argument for --priority | Lekensteyn |
2012-11-14 | build-sys: store journald code in a noinst library | Zbigniew Jędrzejewski-Szmek |
2012-11-12 | remove duplicate semicolons | Thomas Hindoe Paaboel Andersen |
2012-11-12 | enable localization for common *ctl commands | Dave Reisner |
2012-11-09 | coredumpctl: add missing -F, --field option to help | Dave Reisner |
2012-11-09 | systemd-coredumpctl: add 'gdb' to usage output | Dave Reisner |
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt |
2012-10-30 | coredumpctl: add --field/-F option | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: add --no-legend option | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: fix program return code | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: add guard to options table | Zbigniew Jędrzejewski-Szmek |
2012-10-28 | journal: fix memleak, call set_free before return | Michal Sekletar |
2012-10-27 | coredumpctl: add 'gdb' verb to start gdb right-away on a collected coredump | Lennart Poettering |
2012-10-26 | coredumpctl: show timestamps in list | Lennart Poettering |
2012-10-26 | journal: special case the trivial cache chain cache entry | Lennart Poettering |
2012-10-26 | coredumpctl: optimize journal entry parsing a bit by enumerating only once | Lennart Poettering |
2012-10-26 | coredumpctl: initialize global vars | Lennart Poettering |
2012-10-26 | journal: provide an API that allows client to figure out whether they need to... | Lennart Poettering |
2012-10-26 | journal: fix parsing of monotonic kernel timestamps | Lennart Poettering |
2012-10-26 | journal: introduce entry array chain cache | Lennart Poettering |
2012-10-26 | test: extend test-send to send some weirder data | Lennart Poettering |
2012-10-26 | journal: properly determine cutoff max date | Lennart Poettering |
2012-10-25 | journal: properly serialize fields with multiple values into JSON | Lennart Poettering |
2012-10-24 | journalctl: remove left-over log message | Lennart Poettering |
2012-10-22 | shared: move sparse-endian.h from journal | Kay Sievers |
2012-10-21 | journal: use le64_t instead of uint64_t where this is appropriate | Lennart Poettering |
2012-10-20 | journal: link up documentation with the file structure header | Lennart Poettering |
2012-10-19 | journal: add tool to extract coredumps | Zbigniew Jędrzejewski-Szmek |
2012-10-19 | journald.conf: remove MinSize= settings | Lennart Poettering |
2012-10-19 | util: unify line caching and column caching | Lennart Poettering |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering |