Age | Commit message (Expand) | Author |
2013-06-10 | journal: change direction tests to use the same convention (cp </> np) | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: remember last direction of search and keep offset cache | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: add sd_journal_open_files | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: loop less in MATCH_AND_TERM conditionals | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: add ability to filter by current user | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: simplify match_free_if_empty | Zbigniew Jędrzejewski-Szmek |
2013-06-04 | systemctl: limit logs in status to current boot | Zbigniew Jędrzejewski-Szmek |
2013-05-14 | sd-journal: check if the pointers passed are the same | Thomas Hindoe Paaboel Andersen |
2013-05-08 | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-19 | Reintroduce f_type comparison macro | Harald Hoyer |
2013-04-18 | journal: when iterating through a file we might lose messages when changing d... | Marius Vollmer |
2013-04-18 | Revert f_type fixups | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | rename CMP_F_TYPE to F_TYPE_CMP | Harald Hoyer |
2013-04-18 | Add ugly CMP_F_TYPE() macro | Harald Hoyer |
2013-04-17 | fixup for cddf148028f52 | Harald Hoyer |
2013-04-17 | fixup 8c68a7017 and cast to (unsigned long) | Harald Hoyer |
2013-04-17 | fixed statfs.f_type signed vs unsigned comparisons | Harald Hoyer |
2013-04-17 | journal: add one more level on top with AND | Harald Hoyer |
2013-04-08 | journal: Fix typo | Marius Vollmer |
2013-04-04 | journal: add sd_journal_get_timeout() call to public API | Lennart Poettering |
2013-04-04 | journal: add public API call sd_journal_get_events() | Lennart Poettering |
2013-03-28 | catalog: open up catalog internals | Zbigniew Jędrzejewski-Szmek |
2013-03-23 | journal: don't access j->files after use | Lennart Poettering |
2013-03-23 | journalctl: various fixes to the access check logic | Lennart Poettering |
2013-03-22 | journalctl: be smarter about journal error checks | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | sd-journal: do not require path to be absolute | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | journal: use _cleanup_ | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | journal: use sd_journal_close on error in sd_journal_new | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | libsystemd-journal: return 0 on success in get_data() | Zbigniew Jędrzejewski-Szmek |
2013-02-26 | log-show: look at everything in /run/log/journal | Zbigniew Jędrzejewski-Szmek |
2013-02-22 | journal: sd_journal_get_cursor should return 0 on success | Zbigniew Jędrzejewski-Szmek |
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-16 | journal, shared: fix warnings during compilation on 32 bits | Zbigniew Jędrzejewski-Szmek |
2012-11-15 | journal: implement message catalog | 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: properly determine cutoff max date | Lennart Poettering |
2012-10-18 | journal: typo fix | Lennart Poettering |
2012-10-18 | journal: validate field name in sd_journal_query_unique() | Lennart Poettering |
2012-10-18 | libsystemd-journal: export sd_journal_restart_unique | Zbigniew Jędrzejewski-Szmek |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-16 | journalctl: properly track rotated journals in follow mode | Lennart Poettering |
2012-10-16 | sd-journal: fix bad memory access | Lennart Poettering |
2012-10-10 | journal: when browsing the journal via browse.html allow clicking on entries ... | Lennart Poettering |
2012-10-10 | journal: drop path name from cursor strings | Lennart Poettering |
2012-10-10 | journal: make sure sd_journal_seek_cursor() seeks to the specified entry if i... | Lennart Poettering |
2012-09-28 | sd-journal: properly parse cursor strings | Lennart Poettering |