log

age author description
Thu, 14 Sep 2023 21:54:10 +0200 Lewin Bormann Added tag v3.0.0 for changeset 685df78c5778 default tip master
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
Wed, 28 Sep 2022 09:01:50 +0200 Lewin Bormann Initial commit of asyncdb code
Sun, 28 Aug 2022 11:30:29 -0700 Lewin Bormann Merge pull request #17 from Sword-Smith/master
Wed, 24 Aug 2022 17:16:30 +0200 Thorkil Vaerge Allow iteration over DB when key is empty byte slice
Sat, 20 Aug 2022 09:41:39 +0200 Lewin Bormann Release v1.0.4
Sat, 20 Aug 2022 09:41:04 +0200 Lewin Bormann Fix stack overflow when displaying Status
Wed, 20 Jul 2022 12:39:45 -0700 Lewin Bormann Added tag v1.0.3 for changeset 12007b450b57
Wed, 20 Jul 2022 12:39:13 -0700 Lewin Bormann Release v1.0.3 v1.0.3
Tue, 19 Jul 2022 13:20:07 -0700 Lewin Bormann Fix random_period: operator precedence issue
Fri, 08 Jul 2022 15:06:57 -0700 Lewin Bormann Added tag v1.0.2 for changeset 7575b9ee7b71