Age | Commit message (Expand) | Author |
2015-03-13 | journal-remote: explain why source->buf cannot be null | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | journal-remote: make process_data static | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | µhttp-util: setup gnutls logs in one function | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-03-13 | journal-remote: stop using EWOULDBLOCK | David Herrmann |
2015-03-13 | journal-remote: process events without delay | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | journal-remote: check also for EWOULDBLOCK | Zbigniew Jędrzejewski-Szmek |
2015-03-13 | journal-remote: downgrade routine messages to debug | Zbigniew Jędrzejewski-Szmek |
2015-03-02 | journal-remote: fix saving of binary fields | Zbigniew Jędrzejewski-Szmek |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-17 | journal-remote: fix client_cert memory leak | Michal Schmidt |
2015-02-17 | journal-remote: fix certificate status memory leak | Michal Schmidt |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-06 | journal-upload: enable curl debug output conditionally | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | journal: install sigbus handler for journal tools too | Lennart Poettering |
2014-12-12 | wrap a few *_FOREACH macros in curly braces | Thomas Hindoe Paaboel Andersen |
2014-11-29 | journald-remote,journal-upload: Support .d directories in the usual search paths | Josh Triplett |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: simplify log_*_errno(r,...) immediately followed by "return r" | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-27 | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering |
2014-11-10 | strv: rework strv_split_quoted() to use unquote_first_word() | Lennart Poettering |
2014-11-04 | sd-event: implicitly set signal event source's descriptions to the signal name | Lennart Poettering |
2014-11-04 | sd-event: rename sd_event_source_set_name() to sd_event_source_get_name() | Lennart Poettering |
2014-10-23 | journal-upload: return proper exit code | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | shared/log: add log_trace as compile-time optional debugging | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: fix --trust=all option | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: avoid calling printf with maximum precision | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: verify state file can be saved before uploading | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: add --split-mode to help | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: better error message on failure | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: do not require port to be set | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | systemd-upload: print paths in help() | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-remote: give names to event sources | Zbigniew Jędrzejewski-Szmek |
2014-10-23 | journal-upload: fix socket activation | Zbigniew Jędrzejewski-Szmek |
2014-10-14 | journal-remote: fix mem leak on error | Zbigniew Jędrzejewski-Szmek |
2014-09-29 | journal-remote: fix handling of non-blocking sources | Zbigniew Jędrzejewski-Szmek |
2014-09-25 | journal-remote: fix counting of events written | Zbigniew Jędrzejewski-Szmek |
2014-09-25 | journal-remote: initialize writer hashmap before use | Jonathan Liu |
2014-09-18 | journal-remote: check return code of sd_event_default | Andreas Henriksson |
2014-09-18 | journal-upload: Remove compilation warning | Philippe De Swert |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |