log

age author description
Mon, 09 Oct 2017 22:00:04 +0200 Lewin Bormann db_impl: Implement compact_range()
Mon, 09 Oct 2017 21:59:25 +0200 Lewin Bormann db_impl: Call make_room_for_write() before doing a write operation.
Mon, 09 Oct 2017 21:58:52 +0200 Lewin Bormann version: Make overlap_in_level public; smaller cleanups
Mon, 09 Oct 2017 21:58:34 +0200 Lewin Bormann version_set: Prepare for implementation of DB::compact_range()
Mon, 09 Oct 2017 20:44:04 +0200 Lewin Bormann db_impl: Move compaction selection out of start_compaction
Mon, 09 Oct 2017 05:51:43 +0000 Lewin Bormann db_impl: Use a BufWriter inside LogWriter
Mon, 09 Oct 2017 05:42:54 +0000 Lewin Bormann (close)
Mon, 09 Oct 2017 05:41:33 +0000 Lewin Bormann (close)
Sun, 08 Oct 2017 19:27:59 +0200 Lewin Bormann write-a-lot: Streamline random string generation.
Sun, 08 Oct 2017 19:26:48 +0200 Lewin Bormann options: Set reuse_logs to true by default and only save manifest if really necessary.
Sun, 08 Oct 2017 17:33:37 +0200 Lewin Bormann merging_iter: Add test for merging iterator with zero inputs.
Sun, 08 Oct 2017 17:31:38 +0200 Lewin Bormann merging_iter: Don't panic if no iterators are present.
Sun, 08 Oct 2017 17:25:53 +0200 Lewin Bormann leveldb-tool: Add 'iter' mode.
Sun, 08 Oct 2017 16:47:52 +0200 Lewin Bormann block_builder: Introduce total-entries counter and add test for reset()
Sun, 08 Oct 2017 16:47:35 +0200 Lewin Bormann disk_env: Test rename()
Sun, 08 Oct 2017 16:34:52 +0200 Lewin Bormann db_iter: Add better snapshot test case to iterator code.
Sun, 08 Oct 2017 15:58:34 +0200 Lewin Bormann Meta: Update Readme
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