Age | Commit message (Expand) | Author |
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 |
2012-10-18 | journalctl: unify ellipsation handling between journalctl and systemctl | Lennart Poettering |
2012-10-18 | journalctl: don't ellipsize unless on a tty | Lennart Poettering |
2012-10-18 | journalctl: honour -n if -F is used | Lennart Poettering |
2012-10-18 | journal: fix symbol versioning file | Lennart Poettering |
2012-10-18 | journal: typo fix | Lennart Poettering |
2012-10-18 | journal: implement filtering in browse.html | Lennart Poettering |
2012-10-18 | journal: add high-level match option to filter by current boot id | Lennart Poettering |
2012-10-18 | journal: add ability to list unique fields to gatewayd | 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: suggest rotation when fields are not indexed | Lennart Poettering |
2012-10-18 | journalctl: move access check before the first access to the journal files | Lennart Poettering |
2012-10-18 | journalctl: implement quering field values with new -F switch | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-17 | journal: fix potential integer overflow | 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-16 | journal: implement time-based rotation/vacuuming | Lennart Poettering |
2012-10-16 | journal: sort data items of entries by offset | Lennart Poettering |
2012-10-16 | journal: Set the last_unused pointer correctly when attaching an unused window | Colin Guthrie |
2012-10-16 | journal: Properly track the number of allocated windows. | Colin Guthrie |
2012-10-16 | journalctl: add --unit=/-u to match by unit name | Lennart Poettering |
2012-10-16 | journalctl: harmonise in-stream comments | Lennart Poettering |
2012-10-15 | journalctl: skip informational messages in export/json modes | Zbigniew Jędrzejewski-Szmek |
2012-10-14 | journalctl: make --follow really work | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journalctl: make --follow work again | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journal-verify: get rid of an unused variable | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journald: add missing include | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journal-gatewayd: rename variables to avoid -Wshadow warning | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journald: properly update message size after stripping the identifier | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journal: fix build in VALGRIND compatibility mode | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | log: introduce a macro to format message id | Zbigniew Jędrzejewski-Szmek |
2012-10-11 | journalctl: implement --since= and --until for filtering by time | Lennart Poettering |
2012-10-11 | journal: support epxorting the journal in a format suitable for text/event-st... | Lennart Poettering |
2012-10-11 | journal: take scroll events in the entire white box in browse.html | Lennart Poettering |
2012-10-11 | journal: make buttons bigger in browse.html | Lennart Poettering |
2012-10-11 | journal: use localstorage instead of cookies in browse.html and store where t... | Lennart Poettering |
2012-10-11 | journal: move buttons to the center in browse.html | Lennart Poettering |
2012-10-10 | journal: add mousewheel scrolling to browse.html | Kay Sievers |