Age | Commit message (Expand) | Author |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-06 | journald: remove some dead code | Lennart Poettering |
2014-04-26 | test-journal-flush: avoid predictable names in /var/tmp | Zbigniew Jędrzejewski-Szmek |
2014-04-23 | journal-gatewayd: bugfix for invalid level case | Thomas Hindoe Paaboel Andersen |
2014-04-20 | Remove duplicate includes | Bas van den Berg |
2014-04-12 | journal: properly detect language specified in line | Zbigniew Jędrzejewski-Szmek |
2014-04-12 | journal: cleanup up error handling in update_catalog() | Zbigniew Jędrzejewski-Szmek |
2014-04-12 | Unify GREEDY_REALLOC and GREEDY_REALLOC_T | Zbigniew Jędrzejewski-Szmek |
2014-04-06 | journal-remote-parse: avoid passing null to memchr | Thomas Hindoe Paaboel Andersen |
2014-04-05 | journalctl: free arg_file on exit | Zbigniew Jędrzejewski-Szmek |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-18 | microhttpd-util: avoid double free on error | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | journal-remote: do not attempt to read from µhttpd connections | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-03-17 | journal-remote: implement inheriting http(s) sockets | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | microhttpd-util: use static buffer for static messages | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal-remote: HTTP(s) support | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal-remote: tool to receive messages over the network | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal-gatewayd: check if certificate is signed by CA | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal-gatewayd: log to journal from gnutls | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal-gatewayd: ask clients to provide certificates | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal: export valid_user_field and size defines | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal: extract duplicated code to a function | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journal: extract duplicated code to a function | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | journald: remove stray reset of error return value | Zbigniew Jędrzejewski-Szmek |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-14 | journald: add support for wall forwarding | Sebastian Thorarensen |
2014-03-07 | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack |
2014-03-05 | journal: forget file after encountering an error | Zbigniew Jędrzejewski-Szmek |
2014-03-05 | journal: assume that next entry is after previous entry | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | conf-parse: rename config_parse_level() to config_parse_log_level() | Lennart Poettering |
2014-02-27 | journalctl: refuse extra arguments with --verify and similar | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | journal: downgrade vaccuum message to debug level | Lennart Poettering |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-21 | journald: ignore failure to watch hostname_fd on older kernels | Dave Reisner |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | journal: fix compiler warning in journal_file_append_data() | Daniel Mack |
2014-02-20 | journal: fix compiler warning in real_journal_next() | Daniel Mack |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | build-sys: merge libsystemd-journal into libsystemd | Kay Sievers |
2014-02-19 | journal: don't clobber return parameters of sd_journal_get_cutoff_realtime_us... | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-17 | doc: update punctuation | Jan Engelhardt |
2014-02-17 | Some modernizations | Zbigniew Jędrzejewski-Szmek |
2014-02-11 | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek |
2014-02-04 | journal: Drop pkgconfig reference to libsystemd-id128. | Colin Guthrie |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |