reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

Bugfixes: handling of malformed databases, iterators and indexes #33

Closed SaveTheRbtz closed 11 years ago

SaveTheRbtz commented 11 years ago

Iterators:

Indexes:

Misc:

PS. This pull request introduces some non-trivial changes in iteration/startup that should be carefully tested.