Age | Commit message (Expand) | Author |
2014-12-24 | util: fix strict aliasing violations in use of struct inotify_event v5 | Shawn Paul Landden |
2014-12-19 | journal: skipping of exhausted journal files is bad if direction changed | Michal Schmidt |
2014-12-19 | journal: make next_with_matches() always use f->current_offset | Michal Schmidt |
2014-12-19 | journal: fix skipping of duplicate entries in iteration | Michal Schmidt |
2014-12-18 | journal: next_with_matches() now does not need a mapped object as input | Michal Schmidt |
2014-12-18 | journal: journal_file_next_entry() does not need pointer to current Object | Michal Schmidt |
2014-12-18 | journal: optimize iteration by returning previously found candidate entry | Michal Schmidt |
2014-12-18 | journal: optimize iteration by skipping exhausted files | Michal Schmidt |
2014-12-18 | journal: drop unnecessary parameters of next_beyond_location() | Michal Schmidt |
2014-12-18 | journal: remove redundant variable new_offset | Michal Schmidt |
2014-12-18 | journal: compare candidate entries using JournalFiles' locations | Michal Schmidt |
2014-12-18 | journal: simplify set_location() | Michal Schmidt |
2014-12-18 | journal: keep per-JournalFile location info during iteration | Michal Schmidt |
2014-12-18 | journal: abstract the resetting of JournalFile's location | Michal Schmidt |
2014-12-18 | Revert "journal: optimize iteration: skip whole files behind current location" | Michal Schmidt |
2014-12-18 | Revert "journal: optimize iteration: skip files that cannot improve current c... | Michal Schmidt |
2014-12-13 | journal: consistently use OBJECT_<type> names instead of numbers | Michal Schmidt |
2014-12-13 | journal: remove journal_file_object_keep/release functions | Michal Schmidt |
2014-12-10 | core: unify how we iterate over inotify events | Lennart Poettering |
2014-12-09 | journal: optimize iteration: skip files that cannot improve current candidate... | Michal Schmidt |
2014-12-09 | journal: optimize iteration: skip whole files behind current location | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | 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-10-23 | journal: make sd_journal::files a OrderedHashmap | Michal Schmidt |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-20 | sd-journal: consistently use ternary operator for all direction checks | Christian Hesse |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-10-09 | sd-journal: do not reset sd_j_enumerate_unique position on error | Zbigniew Jędrzejewski-Szmek |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-27 | sd-journal: verify that object start with the field name | Zbigniew Jędrzejewski-Szmek |
2014-08-26 | sd-journal: never log anything by default from a library | Lennart Poettering |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | man,journal: add note about sd_journal_get_cutoff_monotonic_usec return value | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | Fix build without any compression enabled | Zbigniew Jędrzejewski-Szmek |
2014-07-07 | journal/compress: fix calls to decompress_blob | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-05-25 | Use %m instead of strerror(errno) where appropiate | Cristian Rodríguez |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-05 | journal: forget file after encountering an error | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | Remove dead lines in various places | Zbigniew Jędrzejewski-Szmek |
2014-02-20 | journal: fix compiler warning in real_journal_next() | Daniel Mack |
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-01-11 | journal: fix access to munmapped memory in sd_journal_enumerate_unique | Zbigniew Jędrzejewski-Szmek |
2013-12-21 | journal: replace readdir_r with readdir | Florian Weimer |