Age | Commit message (Expand) | Author |
2013-04-10 | journalctl: check return of strjoin | Lukas Nykryn |
2013-04-08 | journald: bring max coredump size in sync with max entry size | Lennart Poettering |
2013-04-08 | journald: no need to free audit vars | Lennart Poettering |
2013-04-08 | journald: drop two more memory allocations | Lennart Poettering |
2013-04-08 | journald: get rid of one more memory allocation | Lennart Poettering |
2013-04-08 | journald: Do not dynamically allocate _UID/_GID/_PID strings | Holger Hans Peter Freyther |
2013-04-08 | journald: Do not always record _AUDIT_SESSION and _AUDIT_LOGINUID | Holger Hans Peter Freyther |
2013-04-08 | journal: Fix typo | Marius Vollmer |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | test-catalog,core/load-dropin: remove unused variables | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |
2013-04-05 | bus: add convenience functions for constructing and sending method calls/sign... | Lennart Poettering |
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-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-04-02 | util: add a bit of syntactic sugar for saving/restoring errno | Lennart Poettering |
2013-04-01 | Always use our own MAX/MIN definitions | Cristian Rodríguez |
2013-03-31 | journalctl: reword error message | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | journald: check return value of strappend | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | journal-gatewayd: query PID 1 for virtalization | Lennart Poettering |
2013-03-29 | journalctl: fix --update-catalog with not --root arg | Zbigniew Jędrzejewski-Szmek |
2013-03-28 | journalctl: support --root for message catalogs | 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-28 | coredump: do not free twicesystemd/v200 | 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-25 | journal: Add sync timer to journal server | Oleksii Shevchuk |
2013-03-23 | journald: remove unconditional log_*() use in the main loop | Kay Sievers |
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-22 | build-sys: move acl searching code into libsystemd-acl | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | journalctl: give a nice hint about group membership based on ACLs of /var/log... | Lennart Poettering |
2013-03-21 | Fix vacuum logic error | Jan Alexander Steffens (heftig) |
2013-03-20 | Remove some unused variables | Zbigniew Jędrzejewski-Szmek |
2013-03-20 | macro: don't redefine CLAMP if it is already defined by glib or some other li... | Lennart Poettering |
2013-03-19 | journalct: beef up entry listing | Zbigniew Jędrzejewski-Szmek |
2013-03-19 | journalctl: use _cleanup_ in one function | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | sd-journal: do not require path to be absolute | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | journal,shared: add _cleanup_journal_close_ | 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-16 | journal: pass the *pid* to sd_pid_get_owner_uid() | Kay Sievers |
2013-03-13 | journalctl: show systemd messages about unit for -u | Zbigniew Jędrzejewski-Szmek |
2013-03-11 | journald: allow priority of 999, too | Lennart Poettering |
2013-03-08 | journal: allow priority 0 in stdout stream | Michal Schmidt |
2013-03-07 | journalctl: imply -n1000 when -e is used | Lennart Poettering |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer |