Age | Commit message (Expand) | Author |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering |
2014-10-26 | journald: fix flushing | Zbigniew Jędrzejewski-Szmek |
2014-10-25 | journalctl: correct help text for --until | Santiago Vila |
2014-10-24 | journalctl: Unify boot id lookup into common function get_boots | Jan Janssen |
2014-10-24 | journald: removed gendered pronouns in comment | Klaus Purer |
2014-10-23 | journal: make sd_journal::files a OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make Server::user_journals an OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | journalctl: add new --flush command and make use of it in systemd-journal-flu... | Lennart Poettering |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-22 | journal: do server_vacuum for sigusr1 | WaLyong Cho |
2014-10-22 | journalctl: don't introduce numeric constants with special names, give them n... | Lennart Poettering |
2014-10-20 | sd-journal: consistently use ternary operator for all direction checks | Christian Hesse |
2014-10-12 | Modernization | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | journalctl: use pager for --list-boots | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-10-09 | sd-journal: change check to assert | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: do not reset sd_j_enumerate_unique position on error | Zbigniew Jędrzejewski-Szmek |
2014-10-08 | time: functions named "internal" really shouldn't be exported | Lennart Poettering |
2014-10-03 | journalctl: make --utc work everywhere | Jan Synacek |
2014-10-02 | journalctl: add --utc option | Jan Synacek |
2014-09-29 | journalctl: do not output --reboot-- markers when running non-interactively | Zbigniew Jędrzejewski-Szmek |
2014-09-25 | journal: build fix when LZ4 is enabled but XZ is not | Gustavo Sverzut Barbieri |
2014-09-19 | test: warn if we could not parse the loop count argument | Thomas Hindoe Paaboel Andersen |
2014-09-18 | journal: Do not count on the compiler initializing found_last to false | Philippe De Swert |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-11 | journal: do not leak mmaps on OOM | Philippe De Swert |
2014-09-11 | journal: do not dereference already freed patterns | Philippe De Swert |
2014-08-31 | journalctl: Allow to disable line cap with --lines=all | Jan Janssen |
2014-08-30 | test-compress: also test with incompressible inputs | Zbigniew Jędrzejewski-Szmek |
2014-08-30 | journal/compress: use LZ4_compress_continue() | Evangelos Foutras |
2014-08-30 | Fix a few more typos | Ruben Kerkhof |
2014-08-27 | sd-journal: verify that object start with the field name | Zbigniew Jędrzejewski-Szmek |
2014-08-27 | sd-journal: properly convert object->size on big endian | Zbigniew Jędrzejewski-Szmek |
2014-08-26 | sd-journal: never log anything by default from a library | Lennart Poettering |
2014-08-26 | test-compress: make sure asserts with side effects use assert_se() | Filipe Brandenburger |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-21 | journalctl: add "-t --identifier=STRING" option | Harald Hoyer |
2014-08-15 | coredump: display libdw fail string on stack trace fail | Umut Tezduyar Lindskog |
2014-08-13 | journald: Fix off-by-one error in "Missed X kernel messages" warning | Eelco Dolstra |
2014-08-05 | journald: remove redundant newlines | Lennart Poettering |
2014-08-05 | journald: properly sum up entry size counter | Lennart Poettering |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-28 | journald: always add syslog facility for messages coming from kmsg | Michal Sekletar |