log

age author description
Fri, 13 Oct 2017 11:11:40 +0000 Lewin Bormann examples: Update crate name.
Thu, 12 Oct 2017 22:26:31 +0200 Lewin Bormann meta: Remove .gitignore file.
Thu, 12 Oct 2017 22:18:46 +0200 Lewin Bormann all: Update comments and re-export more types.
Thu, 12 Oct 2017 22:03:59 +0200 Lewin Bormann meta: Prepare for publishing.
Thu, 12 Oct 2017 21:05:36 +0200 Lewin Bormann db_iter: Correctly record read samples.
Thu, 12 Oct 2017 20:36:01 +0200 Lewin Bormann version_set: Add comment about reuse_logs/reuse_manifest.
Wed, 11 Oct 2017 21:39:56 +0200 Lewin Bormann db_impl: Manifest needs to be written if logs are not reused.
Wed, 11 Oct 2017 21:35:05 +0200 Lewin Bormann version_set: Clarify small comment.
Wed, 11 Oct 2017 21:21:57 +0200 Lewin Bormann merging_iter: Simplify condition in valid().
Wed, 11 Oct 2017 21:10:53 +0200 Lewin Bormann merging_iter: Use a fast path if direction doesn't change.
Tue, 10 Oct 2017 21:50:15 +0200 Lewin Bormann leveldb-tool: Make iterating much faster.
Tue, 10 Oct 2017 21:18:56 +0200 Lewin Bormann Update README.
Tue, 10 Oct 2017 21:18:49 +0200 Lewin Bormann table_builder: Use FixedIntWriter for checksum.
Tue, 10 Oct 2017 21:16:17 +0200 Lewin Bormann table_*: Mask/unmask per-table-block CRC checksums.
Tue, 10 Oct 2017 21:15:44 +0200 Lewin Bormann db_impl/version*: Bring back prev_log_number for LevelDB compatibility
Tue, 10 Oct 2017 07:49:01 +0000 Lewin Bormann version_set: Accept empty grandparents in compaction; fix compact_range test case
Tue, 10 Oct 2017 07:27:50 +0000 Lewin Bormann leveldb-tool: Implement 'compact' sub command
Tue, 10 Oct 2017 06:36:58 +0000 Lewin Bormann version_set: Don't trivially move files in a manual compaction
Tue, 10 Oct 2017 06:36:41 +0000 Lewin Bormann db_impl: Don't consider last level for manual compactions.
Tue, 10 Oct 2017 06:04:21 +0000 Lewin Bormann db_impl: Don't try to write empty memtable; add test for compact_range with non-empty memtable
Mon, 09 Oct 2017 22:03:00 +0200 Lewin Bormann db_impl: Call flush() in a unit test, for coverage.
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