log

age author description
Mon, 13 Apr 2020 09:02:44 +0200 Lewin Bormann Publish version 0.8.1 v0.8.1
Mon, 13 Apr 2020 09:02:34 +0200 Lewin Bormann Fix warnings
Mon, 13 Apr 2020 08:56:17 +0200 Lewin Bormann Added tag v0.8.0 for changeset b46bf8bc18d4
Mon, 13 Apr 2020 08:56:04 +0200 Lewin Bormann Publish version 0.8.0 v0.8.0
Mon, 13 Apr 2020 08:54:16 +0200 Lewin Bormann Merge pull request #4 from thomaskrause/feature/current-key
Sat, 04 Apr 2020 18:56:28 +0200 Thomas Krause Add `current_key()` function to SSIterator.
Mon, 24 Feb 2020 13:17:14 +0100 Lewin Bormann Release v0.7.0
Mon, 24 Feb 2020 13:16:20 +0100 Lewin Bormann Merge pull request #3 from thomaskrause/feature/impl-send-sync
Mon, 24 Feb 2020 11:17:26 +0100 Thomas Krause Formatting
Mon, 24 Feb 2020 11:15:30 +0100 Thomas Krause Don't panic when lock is poisoned
Mon, 17 Feb 2020 19:36:18 +0100 Thomas Krause Force implementation of Send and Sync for Cache
Mon, 17 Feb 2020 18:38:05 +0100 Thomas Krause Use a read-write lock instead of RefCell for Shared type
Mon, 17 Feb 2020 18:26:48 +0100 Thomas Krause Replace Rc with Arc
Sat, 22 Feb 2020 23:21:29 +0100 Lewin Bormann Remove dead piece of code left over from leveldb
Sat, 22 Feb 2020 23:20:05 +0100 Lewin Bormann Remove superfluous impl for BoxedFilterPolicy
Sat, 22 Feb 2020 23:19:54 +0100 Lewin Bormann Improve coverage.sh script
Wed, 19 Feb 2020 22:00:14 +0100 Lewin Bormann Rename variable in table reader
Wed, 19 Feb 2020 16:24:35 +0100 Lewin Bormann Added tag v0.6.5 for changeset 8231d8560815
Wed, 19 Feb 2020 16:24:30 +0100 Lewin Bormann Added tag v0.6.6 for changeset 2af70f41377d
Wed, 19 Feb 2020 16:24:14 +0100 Lewin Bormann Added tag v0.6.7 for changeset 6fac68704a6f
Wed, 19 Feb 2020 16:01:59 +0100 Lewin Bormann Publish version 0.6.7 v0.6.7
Wed, 19 Feb 2020 16:01:41 +0100 Lewin Bormann Run cargo fmt
Wed, 19 Feb 2020 16:01:33 +0100 Lewin Bormann Add benchmark
Wed, 19 Feb 2020 15:05:00 +0100 Lewin Bormann cargo fix for edition = 2018
Mon, 17 Feb 2020 20:35:19 +0100 Lewin Bormann Publish version 0.6.6 v0.6.6
Mon, 17 Feb 2020 20:34:46 +0100 Lewin Bormann Fix warnings about try!/dyn
Mon, 17 Feb 2020 20:34:35 +0100 Lewin Bormann Explain background in README
Mon, 17 Feb 2020 15:46:56 +0100 Lewin Bormann Add badges for crates.io/travis
Mon, 17 Feb 2020 15:29:38 +0100 Lewin Bormann Remove unnecessary package installs from Travis CI config
Mon, 17 Feb 2020 10:54:50 +0100 Lewin Bormann v0.6.5: Incorporate Thomas' changes v0.6.5
Mon, 17 Feb 2020 10:52:52 +0100 Lewin Bormann Merge pull request #2 from thomaskrause/feature/windows-support
Mon, 17 Feb 2020 10:41:38 +0100 Thomas Krause Add Windows to Travis CI
Sun, 16 Feb 2020 11:17:38 +0100 Thomas Krause Implement RandomAccess for File on Windows.
Mon, 17 Feb 2020 10:39:34 +0100 Lewin Bormann Merge pull request #1 from thomaskrause/feature/generalize-test
Mon, 17 Feb 2020 10:32:50 +0100 Thomas Krause Apply formatting
Sun, 16 Feb 2020 11:52:47 +0100 Thomas Krause Generalize test for table builder output size.
Mon, 17 Feb 2020 10:24:33 +0100 Thomas Krause Add gitignore
Sun, 16 Feb 2020 21:16:19 +0100 Lewin Bormann Remove coverage from Travis CI configuration
Sun, 16 Feb 2020 21:04:17 +0100 Lewin Bormann Add travis CI configuration
Sun, 16 Feb 2020 20:52:19 +0100 Lewin Bormann Update repository link in Cargo.toml
Sat, 12 Oct 2019 13:27:58 +0200 Lewin Bormann Added tag v0.6.3 for changeset 6932158e5c0f
Sat, 12 Oct 2019 13:27:53 +0200 Lewin Bormann Bump -> 0.6.3 v0.6.3
Sat, 12 Oct 2019 13:27:42 +0200 Lewin Bormann Mark all dynamic traits with `dyn`
Sat, 12 Oct 2019 13:24:45 +0200 Lewin Bormann Point to new repository with bitbucket shutting down HG support
Tue, 24 Apr 2018 07:53:20 +0000 Lewin Bormann Bump version -> 0.6.2
Tue, 24 Apr 2018 07:52:19 +0000 Lewin Bormann Rebase 3c36aa11a from leveldb-rs
Fri, 30 Mar 2018 15:50:29 +0000 Lewin Bormann chore(manifest): Fix version number format.
Wed, 14 Mar 2018 20:39:17 +0100 Lewin Bormann Bump -> 0.6 (API change) v0.5
Wed, 14 Mar 2018 20:39:00 +0100 Lewin Bormann Add Table::get() example to example program.
Wed, 14 Mar 2018 20:38:44 +0100 Lewin Bormann Tighten Table::get() API
Mon, 12 Mar 2018 19:30:57 +0100 Lewin Bormann Bump -> 0.5.1
Mon, 12 Mar 2018 19:30:45 +0100 Lewin Bormann Fix some severely outdated documentation.
Sun, 11 Mar 2018 16:58:51 +0100 Lewin Bormann Implement a simple example binary.
Sun, 11 Mar 2018 16:58:32 +0100 Lewin Bormann Track newly added files.
Sun, 11 Mar 2018 16:57:21 +0100 Lewin Bormann Remove last unused functions.
Sun, 11 Mar 2018 16:54:53 +0100 Lewin Bormann Make Files usable as table source/destination.
Sun, 11 Mar 2018 16:27:37 +0100 Lewin Bormann Bump version: 0.5 with new API.
Sun, 11 Mar 2018 16:12:39 +0100 Lewin Bormann More cleanups of unused code.
Sun, 11 Mar 2018 16:00:45 +0100 Lewin Bormann Run rustfmt.
Sun, 11 Mar 2018 16:00:32 +0100 Lewin Bormann Completely rebase sstable code on rusty_leveldb 0.2.2