log

age author description
Sun, 08 Oct 2017 15:52:51 +0200 Lewin Bormann version_edit: Assert that buffer writes are successful.
Sun, 08 Oct 2017 15:52:35 +0200 Lewin Bormann block_builder: Replace pedestrian integer encoding with *IntWriter methods.
Sun, 08 Oct 2017 15:36:45 +0200 Lewin Bormann block_builder: Move BlockBuilder into dedicated module.
Sun, 08 Oct 2017 13:54:01 +0200 Lewin Bormann Add two example executables.
Sun, 08 Oct 2017 13:53:33 +0200 Lewin Bormann Meta: Update hgignore to ignore leveldb test files.
Sun, 08 Oct 2017 13:51:47 +0200 Lewin Bormann Re-export user-facing types.
Sun, 08 Oct 2017 13:51:34 +0200 Lewin Bormann db_impl: Simplify DB::delete()
Sun, 08 Oct 2017 13:07:14 +0200 Lewin Bormann options: Remove unused option types.
Sun, 08 Oct 2017 12:28:12 +0200 Lewin Bormann version/DB: Set test data into correct otder and add iterator test.
Sun, 08 Oct 2017 11:46:05 +0200 Lewin Bormann version/version_set: Move two methods to Version
Sat, 07 Oct 2017 21:36:47 +0200 Lewin Bormann version: Add regression test for get_overlapping()
Sat, 07 Oct 2017 21:23:01 +0200 Lewin Bormann db_impl: Test repeated open-write-close cycle on a DB.
Sat, 07 Oct 2017 21:22:38 +0200 Lewin Bormann version: Fix sorting order of files returned by get_overlapping()
Fri, 06 Oct 2017 06:18:27 +0000 Lewin Bormann db_impl: Fix misleading comment.
Fri, 06 Oct 2017 06:15:30 +0000 Lewin Bormann db_impl: Update compaction test for testing discarding obsolete entries
Fri, 06 Oct 2017 06:14:28 +0000 Lewin Bormann db_impl: Fix infinite looping in compaction code.
Fri, 06 Oct 2017 06:13:20 +0000 Lewin Bormann db_impl: Move code for finding oldest snapshot into start_compaction
Thu, 05 Oct 2017 20:25:37 +0200 Lewin Bormann db_impl: Make sure to drop obsolete keys during compactions.
Thu, 05 Oct 2017 20:05:27 +0200 Lewin Bormann db_iter: Add test for checking behavior for deleted memtable entries
Thu, 05 Oct 2017 20:05:10 +0200 Lewin Bormann db_impl: Export get and write methods
Thu, 05 Oct 2017 20:02:49 +0200 Lewin Bormann db_iter: Test behavior for deleted entries.
Thu, 05 Oct 2017 20:02:32 +0200 Lewin Bormann version: Change make_version() testdata to have better values for new entries
Thu, 05 Oct 2017 20:02:00 +0200 Lewin Bormann memtable: Actually, do return deleted values from MemTableIterator
Thu, 05 Oct 2017 19:45:55 +0200 Lewin Bormann db_impl: Implement delete() and add test
Thu, 05 Oct 2017 19:45:42 +0200 Lewin Bormann db_impl: Update tests to account for changed test data.
Thu, 05 Oct 2017 19:44:34 +0200 Lewin Bormann memtable: Distinguish between deleted and non-existing entries.
Thu, 05 Oct 2017 19:10:48 +0200 Lewin Bormann version: Add deleted entry in test version data
Thu, 05 Oct 2017 19:10:18 +0200 Lewin Bormann version: Return no entries of type deleted from tables.
Thu, 05 Oct 2017 19:07:16 +0200 Lewin Bormann key_types: Implement Clone+Copy for ValueType
Thu, 05 Oct 2017 19:06:58 +0200 Lewin Bormann table_reader: Various clean-ups; change return type of get() to standard Result<Option<>>
Wed, 04 Oct 2017 20:06:58 +0200 Lewin Bormann db_iter: Test reset() and seek-past-last invalidation.
Wed, 04 Oct 2017 20:03:04 +0200 Lewin Bormann db_iter: Test seeking
Wed, 04 Oct 2017 20:02:45 +0200 Lewin Bormann version: Make find_file() return an Option, and invalidate iterator on bad seek.
Wed, 04 Oct 2017 20:02:20 +0200 Lewin Bormann skipmap: clean-up in valid() code
Wed, 04 Oct 2017 19:59:43 +0200 Lewin Bormann memtable: General clean-up, improvement in seek code
Wed, 04 Oct 2017 19:59:10 +0200 Lewin Bormann test_util: Do more seek work in the iterator behavior test.
Wed, 04 Oct 2017 19:20:16 +0200 Lewin Bormann table_reader: Invalidate iterator on bad seek.
Tue, 03 Oct 2017 22:03:40 +0200 Lewin Bormann db_iter: clarify comment.
Tue, 03 Oct 2017 21:24:36 +0200 Lewin Bormann db_iter: Remove some allocation sites.
Tue, 03 Oct 2017 20:44:51 +0200 Lewin Bormann db_iter: Remove debugging println statements.
Tue, 03 Oct 2017 20:41:18 +0200 Lewin Bormann db_iter: Add iterator direction moving test.
Mon, 02 Oct 2017 19:48:42 +0200 Lewin Bormann db_iter: Fix bug in first call to advance() and add sanity test.
Mon, 02 Oct 2017 19:48:17 +0200 Lewin Bormann db_impl: Empty memtables should not be included in a DBIterator
Sun, 01 Oct 2017 20:39:21 +0200 Lewin Bormann db_impl: Add methods to create DBIterators from a DB.
Sun, 01 Oct 2017 20:39:00 +0200 Lewin Bormann db_iter: Add initial implementation. No passing tests yet.
Sun, 01 Oct 2017 20:38:38 +0200 Lewin Bormann version: Make new_iters() public
Sun, 01 Oct 2017 20:38:26 +0200 Lewin Bormann snapshot: Make snapshots properly cloneable.
Sun, 01 Oct 2017 20:38:07 +0200 Lewin Bormann key_types: Fix return type of parse_internal_key and add truncate_to_userkey()
Sun, 01 Oct 2017 20:37:42 +0200 Lewin Bormann types: Move Direction enum into types.
Sun, 01 Oct 2017 20:37:14 +0200 Lewin Bormann db_impl: Move DB initialization test utils into dedicated module
Sun, 01 Oct 2017 20:36:48 +0200 Lewin Bormann db_impl: Make VersionSet shared
Sun, 01 Oct 2017 14:17:49 +0000 Lewin Bormann db_impl: Adopt new auto-cleanup API for snapshots.
Sun, 01 Oct 2017 14:17:36 +0000 Lewin Bormann snapshot: Implement snapshot auto-cleanup.
Sun, 01 Oct 2017 13:36:53 +0000 Lewin Bormann db_impl: Use buffered writers for writing tables.
Sun, 01 Oct 2017 13:26:20 +0000 Lewin Bormann Meta: Make time-test a dev-dependency
Fri, 29 Sep 2017 19:43:36 +0200 Lewin Bormann db_impl: Add tests for get*() methods
Fri, 29 Sep 2017 19:43:22 +0200 Lewin Bormann db_impl: Implement get*() methods
Fri, 29 Sep 2017 19:43:06 +0200 Lewin Bormann db_impl: Move a test around
Fri, 29 Sep 2017 19:39:36 +0200 Lewin Bormann memtable: Change return type of get() to Option<>
Fri, 29 Sep 2017 19:39:11 +0200 Lewin Bormann skipmap: Fix bug in iterator and add regression test.