log

age author description
Sat, 15 Jun 2024 17:48:32 +0200 Lewin Bormann More clippy refactoring default tip master
Sat, 15 Jun 2024 13:10:27 +0200 Lewin Bormann clippy refactoring
Sat, 15 Jun 2024 12:26:12 +0200 Lewin Bormann Upgrade crc crate
Wed, 15 May 2024 19:29:56 +0200 Lewin Bormann Merge pull request #46 from KAIYOHUGO/master
Wed, 15 May 2024 20:09:53 +0800 kaiyohugo Add more comment about Mojang's implementation
Sun, 12 May 2024 16:30:11 +0800 kaiyohugo Fix mcpe example
Tue, 23 Apr 2024 20:55:57 +0200 Lewin Bormann Merge pull request #44 from dariusc93/add-gitignore
Wed, 03 Apr 2024 00:38:29 -0400 Darius chore: Add gitignore
Sat, 23 Dec 2023 15:58:22 +0100 Lewin Bormann Some minor clippy fixes
Thu, 14 Sep 2023 21:54:10 +0200 Lewin Bormann Added tag v3.0.0 for changeset 685df78c5778
Thu, 14 Sep 2023 21:53:30 +0200 Lewin Bormann Release v3.0.0 v3.0.0
Thu, 14 Sep 2023 21:51:34 +0200 Lewin Bormann Merge pull request #38 from hoprnet/feature/no-fs
Thu, 07 Sep 2023 12:00:41 +0200 Lukas Added feedback
Tue, 05 Sep 2023 13:30:45 +0200 NumberFour8 Removed getrandom dep
Tue, 05 Sep 2023 13:03:02 +0200 NumberFour8 Updated random package
Tue, 05 Sep 2023 12:46:17 +0200 NumberFour8 Conditional getrandom and wasm feature
Tue, 05 Sep 2023 10:59:39 +0200 NumberFour8 Re-export FileLock, RandomAccess and Logger
Fri, 01 Sep 2023 10:43:00 +0200 NumberFour8 Move FS support behind a feature
Fri, 08 Sep 2023 12:49:45 +0200 Lewin Bormann Merge pull request #40 from Velnbur/master
Fri, 08 Sep 2023 12:45:58 +0300 Velnbur Make `AsyncDB` clonable
Thu, 31 Aug 2023 08:01:36 +0200 Lewin Bormann Merge pull request #37 from summer-boythink/patch-1
Thu, 31 Aug 2023 08:52:05 +0800 summer-boythink fix: add members
Thu, 20 Jul 2023 21:11:33 +0200 Lewin Bormann Added tag v2.0.0 for changeset 975674a897c1
Thu, 20 Jul 2023 21:10:30 +0200 Lewin Bormann Release v2.0.0 v2.0.0
Mon, 17 Jul 2023 14:40:30 +0200 Lewin Bormann Update README
Mon, 17 Jul 2023 12:36:50 +0200 Lewin Bormann Fix stresstest example compilation error
Sat, 15 Jul 2023 22:13:02 +0200 Lewin Bormann Update stresstest example to help with debugging large DB size
Sat, 15 Jul 2023 22:09:44 +0200 Lewin Bormann Merge pull request #33 from KAIYOHUGO/master
Sat, 15 Jul 2023 22:25:31 +0800 kaiyohugo Update Example & Doc
Sat, 15 Jul 2023 14:26:31 +0800 kaiyohugo Format the code
Sat, 15 Jul 2023 14:18:59 +0800 kaiyohugo Add custom compressor example
Sat, 15 Jul 2023 14:05:55 +0800 kaiyohugo Add CompressorList & Refactor
Tue, 04 Jul 2023 21:50:32 +0800 kaiyohugo Add Compressor
Sat, 15 Jul 2023 22:06:55 +0200 Lewin Bormann Merge pull request #36 from dermesser/do-more-compactions
Fri, 14 Jul 2023 21:58:19 +0200 Lewin Bormann Do more compactions, but elegantly
Fri, 14 Jul 2023 21:43:21 +0200 Lewin Bormann Do compactions after writing memtables (#34)
Tue, 20 Jun 2023 17:52:43 +0200 Lewin Bormann Added tag v1.0.8 for changeset 107595106b55
Tue, 20 Jun 2023 15:53:42 +0200 Lewin Bormann Publish v1.0.8 v1.0.8
Tue, 20 Jun 2023 15:49:15 +0200 Lewin Bormann Merge pull request #29 from EmoFuncs/fix_bug_recover_db
Mon, 12 Jun 2023 09:44:03 +0800 EmoFuncs fix bug: largest key of sstable is the last key inserted into the table
Thu, 08 Jun 2023 19:47:16 +0200 Lewin Bormann Added tag v1.0.7 for changeset 3593ae567020
Thu, 08 Jun 2023 19:43:21 +0200 Lewin Bormann Release v1.0.7 v1.0.7
Thu, 08 Jun 2023 19:42:32 +0200 Lewin Bormann Merge pull request #27 from EmoFuncs/fix_bug_recover_db
Thu, 08 Jun 2023 14:38:32 +0800 EmoFuncs fix panic when recovering problem
Sat, 13 May 2023 14:55:27 +0200 Lewin Bormann Fix #25: word-analyze example used leveldb 0.3 with different snappy format
Fri, 12 May 2023 21:45:38 +0200 Lewin Bormann Options: Add note on `compression_type`
Sun, 15 Jan 2023 09:29:26 +0100 Lewin Bormann Added tag v1.0.6 for changeset d819c7d21878
Sun, 15 Jan 2023 09:27:53 +0100 Lewin Bormann Release v1.0.6 including #21 v1.0.6
Sun, 15 Jan 2023 09:25:34 +0100 Lewin Bormann Merge pull request #21 from cfzjywxk/fix_drop
Sat, 14 Jan 2023 12:16:24 +0800 cfzjywxk remove unnecessary change
Mon, 09 Jan 2023 11:04:49 +0800 cfzjywxk implement drop for the skip map to avoid stackoverflow caused by drop, cargo fmt some code
Fri, 06 Jan 2023 23:31:44 +0100 Lewin Bormann Release v1.0.5
Wed, 28 Sep 2022 11:40:55 +0200 Lewin Bormann Only export AsyncDB if async feature enabled
Wed, 28 Sep 2022 11:35:24 +0200 Lewin Bormann Only enable asyncdb if feature enabled
Wed, 28 Sep 2022 11:29:38 +0200 Lewin Bormann Disable async-by-default
Wed, 28 Sep 2022 11:26:41 +0200 Lewin Bormann Finish async API for now
Wed, 28 Sep 2022 11:15:09 +0200 Lewin Bormann Implement snapshots in asyncdb
Wed, 28 Sep 2022 11:14:57 +0200 Lewin Bormann Fully test asyncdb
Wed, 28 Sep 2022 10:17:14 +0200 Lewin Bormann Make asyncdb usable
Wed, 28 Sep 2022 09:06:42 +0200 Lewin Bormann Add 'async' feature to CI configuration