chiark / gitweb /
Revert "journal: do not check for number of files"
[elogind.git] / src / journal / sd-journal.c
2015-01-29 Lennart PoetteringRevert "journal: do not check for number of files"
2015-01-09 Zbigniew Jędrzejew... journal: do not check for number of files
2014-12-24 Shawn Paul Landdenutil: fix strict aliasing violations in use of struct...
2014-12-19 Michal Schmidtjournal: skipping of exhausted journal files is bad...
2014-12-19 Michal Schmidtjournal: make next_with_matches() always use f->current...
2014-12-19 Michal Schmidtjournal: fix skipping of duplicate entries in iteration
2014-12-18 Michal Schmidtjournal: next_with_matches() now does not need a mapped...
2014-12-18 Michal Schmidtjournal: journal_file_next_entry() does not need pointe...
2014-12-18 Michal Schmidtjournal: optimize iteration by returning previously...
2014-12-18 Michal Schmidtjournal: optimize iteration by skipping exhausted files
2014-12-18 Michal Schmidtjournal: drop unnecessary parameters of next_beyond_loc...
2014-12-18 Michal Schmidtjournal: remove redundant variable new_offset
2014-12-18 Michal Schmidtjournal: compare candidate entries using JournalFiles...
2014-12-18 Michal Schmidtjournal: simplify set_location()
2014-12-18 Michal Schmidtjournal: keep per-JournalFile location info during...
2014-12-18 Michal Schmidtjournal: abstract the resetting of JournalFile's location
2014-12-18 Michal SchmidtRevert "journal: optimize iteration: skip whole files...
2014-12-18 Michal SchmidtRevert "journal: optimize iteration: skip files that...
2014-12-12 Michal Schmidtjournal: consistently use OBJECT_<type> names instead...
2014-12-12 Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-10 Lennart Poetteringcore: unify how we iterate over inotify events
2014-12-09 Michal Schmidtjournal: optimize iteration: skip files that cannot...
2014-12-09 Michal Schmidtjournal: optimize iteration: skip whole files behind...
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-23 Michal Schmidtjournal: make sd_journal::files a OrderedHashmap
2014-10-22 Lennart Poetteringmachine: validate machine names using machine_name_is_v...
2014-10-20 Christian Hessesd-journal: consistently use ternary operator for all...
2014-10-10 Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-10-10 Zbigniew Jędrzejew... sd-journal: do not reset sd_j_enumerate_unique position...
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-28 Zbigniew Jędrzejew... sd-journal: verify that object start with the field...
2014-08-26 Lennart Poetteringsd-journal: never log anything by default from a library
2014-08-04 Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-19 Zbigniew Jędrzejew... man,journal: add note about sd_journal_get_cutoff_monot...
2014-07-11 Zbigniew Jędrzejew... Fix build without any compression enabled
2014-07-07 Zbigniew Jędrzejew... journal/compress: fix calls to decompress_blob
2014-07-06 Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-05-25 Cristian RodríguezUse %m instead of strerror(errno) where appropiate
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-05 Zbigniew Jędrzejew... journal: forget file after encountering an error
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-02-20 Daniel Mackjournal: fix compiler warning in real_journal_next()
2014-02-19 Lennart Poetteringjournal: don't clobber return parameters of sd_journal_...
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-18 Jan Engelhardtdoc: update punctuation
2014-01-11 Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2013-12-21 Florian Weimerjournal: replace readdir_r with readdir
2013-12-11 Lennart Poetteringjournald: cache cgroup root path, instead of querying...
2013-12-11 Lennart Poetteringjournal: when listing logs of a container make sure...
2013-12-11 Lennart Poetteringjournal: add ability to browse journals of running...
2013-12-02 Thomas Hindoe Paab... Use assert_return in more of the public API
2013-11-26 Lennart Poetteringjournald: keep statistics on how of we hit/miss the...
2013-11-08 Lennart Poetteringjournal: fix minor memory leak
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-08-21 Zbigniew Jędrzejew... Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-07-17 Zbigniew Jędrzejew... journalctl,systemctl: fix tiny memleak
2013-07-16 Zbigniew Jędrzejew... journal: return -ECHILD after a fork
2013-06-10 Zbigniew Jędrzejew... journal: change direction tests to use the same convent...
2013-06-10 Zbigniew Jędrzejew... journal: remember last direction of search and keep...
2013-06-10 Zbigniew Jędrzejew... journal: add sd_journal_open_files
2013-06-10 Zbigniew Jędrzejew... Use stdint.h macros instead of casts to print uint64_t...
2013-06-10 Zbigniew Jędrzejew... journal: loop less in MATCH_AND_TERM conditionals
2013-06-10 Zbigniew Jędrzejew... journal: add ability to filter by current user
2013-06-10 Zbigniew Jędrzejew... journal: simplify match_free_if_empty
2013-06-04 Zbigniew Jędrzejew... systemctl: limit logs in status to current boot
2013-05-15 Thomas Hindoe Paab... sd-journal: check if the pointers passed are the same
2013-05-09 Zbigniew Jędrzejew... systemd-python: add __version__ strings
2013-05-03 Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-19 Harald HoyerReintroduce f_type comparison macro
2013-04-18 Marius Vollmerjournal: when iterating through a file we might lose...
2013-04-18 Harald HoyerRevert f_type fixups
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18 Harald Hoyerrename CMP_F_TYPE to F_TYPE_CMP
2013-04-18 Harald HoyerAdd ugly CMP_F_TYPE() macro
2013-04-17 Harald Hoyerfixup for cddf148028f52
2013-04-17 Harald Hoyerfixup 8c68a7017 and cast to (unsigned long)
2013-04-17 Harald Hoyerfixed statfs.f_type signed vs unsigned comparisons
2013-04-17 Harald Hoyerjournal: add one more level on top with AND
2013-04-08 Marius Vollmerjournal: Fix typo
2013-04-04 Lennart Poetteringjournal: add sd_journal_get_timeout() call to public API
2013-04-04 Lennart Poetteringjournal: add public API call sd_journal_get_events()
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-23 Lennart Poetteringjournal: don't access j->files after use
2013-03-23 Lennart Poetteringjournalctl: various fixes to the access check logic
2013-03-22 Zbigniew Jędrzejew... journalctl: be smarter about journal error checks
2013-03-18 Zbigniew Jędrzejew... sd-journal: do not require path to be absolute
2013-03-18 Zbigniew Jędrzejew... journal: use _cleanup_
2013-03-18 Zbigniew Jędrzejew... journal: use sd_journal_close on error in sd_journal_new
2013-03-07 Zbigniew Jędrzejew... libsystemd-journal: return 0 on success in get_data()
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27 Zbigniew Jędrzejew... log-show: look at everything in /run/log/journal
2013-02-22 Zbigniew Jędrzejew... journal: sd_journal_get_cursor should return 0 on success
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-20 Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-11-20 Lennart Poetteringjournal: add sd_journal_get_catalog_for_message_id...
next