-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fold in rocksdb libs (attempt 2) #2040
Commits on Jun 11, 2012
-
Copy ByteStrings into CStringLens
Unfortunately, there seems to be no other way to guarantee that the CStringLens are not GC'ed prematurely.
Configuration menu - View commit details
-
Copy full SHA for 703dc79 - Browse repository at this point
Copy the full SHA 703dc79View commit details -
Configuration menu - View commit details
-
Copy full SHA for c654ce9 - Browse repository at this point
Copy the full SHA c654ce9View commit details
Commits on Nov 11, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 17a5940 - Browse repository at this point
Copy the full SHA 17a5940View commit details -
Make GC-safe batch write without copying
The trick is to use touchForeignPtr on the ByteString arguments' underlying ForeignPtr, which is what withForeignPtr does. Luckily, Data.ByteString.Internal is exported.
Configuration menu - View commit details
-
Copy full SHA for 034e423 - Browse repository at this point
Copy the full SHA 034e423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d19957 - Browse repository at this point
Copy the full SHA 4d19957View commit details -
Add support for bloom filter ("filter policy")
Also, drop custom env support, as it's not really useful here.
Configuration menu - View commit details
-
Copy full SHA for 7080b05 - Browse repository at this point
Copy the full SHA 7080b05View commit details -
Add support for querying the runtime version of libleveldb
Note that this requires libleveldb 1.7
Configuration menu - View commit details
-
Copy full SHA for 3b9e546 - Browse repository at this point
Copy the full SHA 3b9e546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d7296 - Browse repository at this point
Copy the full SHA 67d7296View commit details
Commits on Nov 22, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7cca3fd - Browse repository at this point
Copy the full SHA 7cca3fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a020bd4 - Browse repository at this point
Copy the full SHA a020bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677839b - Browse repository at this point
Copy the full SHA 677839bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57c0b70 - Browse repository at this point
Copy the full SHA 57c0b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12c2cc - Browse repository at this point
Copy the full SHA d12c2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 112fc36 - Browse repository at this point
Copy the full SHA 112fc36View commit details
Commits on Apr 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3a29070 - Browse repository at this point
Copy the full SHA 3a29070View commit details
Commits on Apr 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for b66f8f2 - Browse repository at this point
Copy the full SHA b66f8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cbb383 - Browse repository at this point
Copy the full SHA 1cbb383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d456e - Browse repository at this point
Copy the full SHA 46d456eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ce10a - Browse repository at this point
Copy the full SHA 30ce10aView commit details -
Bug: Fix 'fillCache' option setting
Instead of setting the 'fill_cache' option, 'set_verify_checksum' was called incorrectly using the 'fillCache' setting.
Configuration menu - View commit details
-
Copy full SHA for 70062a1 - Browse repository at this point
Copy the full SHA 70062a1View commit details -
Create low-level API without MonadResource context
This commit introduces Database.LevelDB.Base, which is similar to the Database.LevelDB API, but without using resourcet/MonadResource and using plain MonadIO instead. The API of Database.LevelDB is kept as-is (the module now mostly re-exports functions from Database.LevelDB.Base with some extra type restrictions, i.e. MonadResource m).
Configuration menu - View commit details
-
Copy full SHA for f22769f - Browse repository at this point
Copy the full SHA f22769fView commit details -
This commit lifts the common code from iterKey and iterValue.
Configuration menu - View commit details
-
Copy full SHA for 96ce7c3 - Browse repository at this point
Copy the full SHA 96ce7c3View commit details -
Merge pull request #10 from NicolasT/fix-features
Fix build of 'features' example
Configuration menu - View commit details
-
Copy full SHA for 13f7d0f - Browse repository at this point
Copy the full SHA 13f7d0fView commit details -
Prefix example executables with 'leveldb-example-'
So as to not pollute the namespace for plain 'cabal' (vs. 'cabal-dev') builds.
Configuration menu - View commit details
-
Copy full SHA for df60e62 - Browse repository at this point
Copy the full SHA df60e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565cec3 - Browse repository at this point
Copy the full SHA 565cec3View commit details -
Merge pull request #13 from NicolasT/fix-fillcache
Bug: Fix 'fillCache' option setting
Configuration menu - View commit details
-
Copy full SHA for 726ce41 - Browse repository at this point
Copy the full SHA 726ce41View commit details
Commits on Apr 19, 2013
-
Merge remote-tracking branch 'nicolast/less-resourcet'
Conflicts: src/Database/LevelDB.hs
Configuration menu - View commit details
-
Copy full SHA for 9300491 - Browse repository at this point
Copy the full SHA 9300491View commit details -
Configuration menu - View commit details
-
Copy full SHA for a944131 - Browse repository at this point
Copy the full SHA a944131View commit details -
Probably not an issue, but not sure about scheduling semantics.
Configuration menu - View commit details
-
Copy full SHA for 62f9405 - Browse repository at this point
Copy the full SHA 62f9405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989d1ed - Browse repository at this point
Copy the full SHA 989d1edView commit details
Commits on Apr 21, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9529443 - Browse repository at this point
Copy the full SHA 9529443View commit details -
Actually, not sure why this works: shouldn't a nested 'withMVar' block?
Configuration menu - View commit details
-
Copy full SHA for 7405224 - Browse repository at this point
Copy the full SHA 7405224View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2245b - Browse repository at this point
Copy the full SHA ca2245bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6a73c - Browse repository at this point
Copy the full SHA 8c6a73cView commit details
Commits on Apr 22, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2a08a46 - Browse repository at this point
Copy the full SHA 2a08a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868a2c1 - Browse repository at this point
Copy the full SHA 868a2c1View commit details
Commits on May 21, 2013
-
Require external synchronization for iterator access
Reason is, we need to resort to IO for higher-order functions which defeats the purpose of generalizing to MonadIO. Also, the semantics of nested withMVar blocks is a bit unclear.
Configuration menu - View commit details
-
Copy full SHA for 13b08ae - Browse repository at this point
Copy the full SHA 13b08aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 279c3f4 - Browse repository at this point
Copy the full SHA 279c3f4View commit details
Commits on Jan 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6a3f783 - Browse repository at this point
Copy the full SHA 6a3f783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c6fc60 - Browse repository at this point
Copy the full SHA 8c6fc60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9015dee - Browse repository at this point
Copy the full SHA 9015deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d3e43 - Browse repository at this point
Copy the full SHA 54d3e43View commit details
Commits on Jul 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f6b7ea9 - Browse repository at this point
Copy the full SHA f6b7ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce82da2 - Browse repository at this point
Copy the full SHA ce82da2View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 794a357 - Browse repository at this point
Copy the full SHA 794a357View commit details
Commits on Dec 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 84967a5 - Browse repository at this point
Copy the full SHA 84967a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e63f7 - Browse repository at this point
Copy the full SHA 00e63f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c58b7 - Browse repository at this point
Copy the full SHA 92c58b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2c415 - Browse repository at this point
Copy the full SHA 9b2c415View commit details
Commits on Dec 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a2d85c4 - Browse repository at this point
Copy the full SHA a2d85c4View commit details
Commits on Dec 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f730b76 - Browse repository at this point
Copy the full SHA f730b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7acc074 - Browse repository at this point
Copy the full SHA 7acc074View commit details -
Configuration menu - View commit details
-
Copy full SHA for d21d00e - Browse repository at this point
Copy the full SHA d21d00eView commit details -
Merge pull request #2 from serokell/windows
Change include paths to also support Windows
Configuration menu - View commit details
-
Copy full SHA for f0e045d - Browse repository at this point
Copy the full SHA f0e045dView commit details
Commits on Dec 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f5f6d23 - Browse repository at this point
Copy the full SHA f5f6d23View commit details
Commits on Jan 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eef063d - Browse repository at this point
Copy the full SHA eef063dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f65c2 - Browse repository at this point
Copy the full SHA d1f65c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72dc064 - Browse repository at this point
Copy the full SHA 72dc064View commit details
Commits on Jan 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0493917 - Browse repository at this point
Copy the full SHA 0493917View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca00a3 - Browse repository at this point
Copy the full SHA 8ca00a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6f223 - Browse repository at this point
Copy the full SHA aa6f223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883c671 - Browse repository at this point
Copy the full SHA 883c671View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcabd5 - Browse repository at this point
Copy the full SHA bbcabd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0061e5e - Browse repository at this point
Copy the full SHA 0061e5eView commit details
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4b66276 - Browse repository at this point
Copy the full SHA 4b66276View commit details
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 311b275 - Browse repository at this point
Copy the full SHA 311b275View commit details
Commits on Jan 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 377d4ef - Browse repository at this point
Copy the full SHA 377d4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e525e3 - Browse repository at this point
Copy the full SHA 8e525e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22730f5 - Browse repository at this point
Copy the full SHA 22730f5View commit details
Commits on Jun 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 031cfb0 - Browse repository at this point
Copy the full SHA 031cfb0View commit details -
Change name to rocksdb-haskell
We had a poll inside Serokell to decide whether the name should be 'rocksdb' or 'rocksdb-haskell'. The former is shorter and more reasonable, while the latter is the original name. The latter name won the poll, hence I am chaning it.
Configuration menu - View commit details
-
Copy full SHA for f838e1f - Browse repository at this point
Copy the full SHA f838e1fView commit details -
Make version consist of three components
In Serokell we use versions consisting of three components. Current version is 0.1.0, because it's going to be the first release of our fork.
Configuration menu - View commit details
-
Copy full SHA for 5004b4b - Browse repository at this point
Copy the full SHA 5004b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe5b69 - Browse repository at this point
Copy the full SHA 9fe5b69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599e919 - Browse repository at this point
Copy the full SHA 599e919View commit details -
Previous version was 0.1.0, but it turned to already exist on hackage and because of that I couldn't upload it. So I decided to make version 1.0.0 denote the very beginning.
Configuration menu - View commit details
-
Copy full SHA for 0b6f266 - Browse repository at this point
Copy the full SHA 0b6f266View commit details
Commits on Nov 17, 2017
-
[CSL-1803] On Linux, use UTF-8 for filepath encoding
Artyom committedNov 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 9ffff76 - Browse repository at this point
Copy the full SHA 9ffff76View commit details
Commits on Dec 2, 2017
-
[CSL-1803] Fix Unicode problem in Windows
This commit also adds a test to a database with Unicode in its filepath.
Configuration menu - View commit details
-
Copy full SHA for 1a6491e - Browse repository at this point
Copy the full SHA 1a6491eView commit details -
[CSL-1803] Bump LTS version to 9.14, so it uses ghc-8.0.2, which is a…
…vailable in Nixpkgs
Configuration menu - View commit details
-
Copy full SHA for 48d77db - Browse repository at this point
Copy the full SHA 48d77dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40bf018 - Browse repository at this point
Copy the full SHA 40bf018View commit details -
Merge pull request #6 from serokell/neongreen/csl-1803-linux-encoding
[CSL-1803] On Linux, use UTF-8 for filepath encoding
Configuration menu - View commit details
-
Copy full SHA for 96f78ca - Browse repository at this point
Copy the full SHA 96f78caView commit details
Commits on Mar 28, 2018
-
Exported 2 functions for usage in batch writes
`Data.Binary.encode` produces `Bytestring` of wrong type. So, no way to pack some `Binary x` into `Put` constructor for batch writes - - except by writting these functions by hand.
Configuration menu - View commit details
-
Copy full SHA for b67a520 - Browse repository at this point
Copy the full SHA b67a520View commit details
Commits on Apr 25, 2018
-
Merge pull request #11 from Heimdell/patch-1
Exported 2 functions for usage in batch writes
Configuration menu - View commit details
-
Copy full SHA for 84d553e - Browse repository at this point
Copy the full SHA 84d553eView commit details
Commits on Jul 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 19bdd0a - Browse repository at this point
Copy the full SHA 19bdd0aView commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fda9a32 - Browse repository at this point
Copy the full SHA fda9a32View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a2be3d - Browse repository at this point
Copy the full SHA 7a2be3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 227b074 - Browse repository at this point
Copy the full SHA 227b074View commit details
Commits on Aug 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 09b3166 - Browse repository at this point
Copy the full SHA 09b3166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f1e4dc - Browse repository at this point
Copy the full SHA 9f1e4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4fd21 - Browse repository at this point
Copy the full SHA 0d4fd21View commit details
Commits on Aug 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 29344d4 - Browse repository at this point
Copy the full SHA 29344d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a89e54 - Browse repository at this point
Copy the full SHA 5a89e54View commit details -
Merge pull request #1 from kadena-io/lars/batches
Add support for atomic write batches
Configuration menu - View commit details
-
Copy full SHA for bde0263 - Browse repository at this point
Copy the full SHA bde0263View commit details
Commits on Aug 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 32fb927 - Browse repository at this point
Copy the full SHA 32fb927View commit details -
Merge pull request #3 from kadena-io/rocksDbCas-batches
cas batch calls for RocksDbTable
Configuration menu - View commit details
-
Copy full SHA for 18c44a8 - Browse repository at this point
Copy the full SHA 18c44a8View commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1a0e7c3 - Browse repository at this point
Copy the full SHA 1a0e7c3View commit details
Commits on Apr 13, 2020
-
Merge pull request #4 from kadena-io/lars/has-cas-lookup
Add HasCasLookup
Configuration menu - View commit details
-
Copy full SHA for eb4a9f4 - Browse repository at this point
Copy the full SHA eb4a9f4View commit details
Commits on Sep 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 36ed1ec - Browse repository at this point
Copy the full SHA 36ed1ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd6b77 - Browse repository at this point
Copy the full SHA 1cd6b77View commit details
Commits on Sep 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ae73889 - Browse repository at this point
Copy the full SHA ae73889View commit details -
Configuration menu - View commit details
-
Copy full SHA for f919743 - Browse repository at this point
Copy the full SHA f919743View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2d5c4 - Browse repository at this point
Copy the full SHA bb2d5c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbd423 - Browse repository at this point
Copy the full SHA 5bbd423View commit details -
Merge pull request #5 from kadena-io/noThunks
add NoThunks instances to RocksDB types
Configuration menu - View commit details
-
Copy full SHA for 50b607c - Browse repository at this point
Copy the full SHA 50b607cView commit details
Commits on Oct 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ccf34bd - Browse repository at this point
Copy the full SHA ccf34bdView commit details
Commits on Nov 2, 2020
-
Merge pull request #7 from kadena-io/fix-github-actions-build
Fix caching in GitHub Actions build
Configuration menu - View commit details
-
Copy full SHA for 59771ef - Browse repository at this point
Copy the full SHA 59771efView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8bdb150 - Browse repository at this point
Copy the full SHA 8bdb150View commit details -
Merge pull request #8 from kadena-io/larskuhtz-patch-1
GitHub actions update dependencies
Configuration menu - View commit details
-
Copy full SHA for 45dda30 - Browse repository at this point
Copy the full SHA 45dda30View commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbb4b45 - Browse repository at this point
Copy the full SHA fbb4b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582f9fc - Browse repository at this point
Copy the full SHA 582f9fcView commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 97e27a0 - Browse repository at this point
Copy the full SHA 97e27a0View commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8dbfdae - Browse repository at this point
Copy the full SHA 8dbfdaeView commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 559f5b8 - Browse repository at this point
Copy the full SHA 559f5b8View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2eb78a0 - Browse repository at this point
Copy the full SHA 2eb78a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c436c - Browse repository at this point
Copy the full SHA 64c436cView commit details
Commits on Dec 31, 2021
-
Merge pull request #10 from edmundnoble/rocksdb-goodies
Rocksdb goodies
Configuration menu - View commit details
-
Copy full SHA for 4c71dcc - Browse repository at this point
Copy the full SHA 4c71dccView commit details
Commits on Mar 4, 2022
-
Edmund/rocksdb delete range (#12)
* Initial go at delete range support * Configuration foibles * Default options for withTempRocksDb * FFI x 2 * Hm * Add compact range * Allow omitting range bounds * Try to fix Mac build * Modern default settings for RocksDB maxOpenFiles = -1 writeBufferSize = 64MB * Make compaction safe * Use unsafePackCStringFinalizer in get * Add extra build requirements to README * Use more unsafeUseAsCStringLen
Configuration menu - View commit details
-
Copy full SHA for 4136b82 - Browse repository at this point
Copy the full SHA 4136b82View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cf356d9 - Browse repository at this point
Copy the full SHA cf356d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f520867 - Browse repository at this point
Copy the full SHA f520867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c66eda - Browse repository at this point
Copy the full SHA 6c66edaView commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8223031 - Browse repository at this point
Copy the full SHA 8223031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d8dd7e - Browse repository at this point
Copy the full SHA 5d8dd7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for caf9994 - Browse repository at this point
Copy the full SHA caf9994View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4a64e62 - Browse repository at this point
Copy the full SHA 4a64e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef0bde - Browse repository at this point
Copy the full SHA 8ef0bdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b127f - Browse repository at this point
Copy the full SHA 78b127fView commit details
Commits on Mar 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2f138b - Browse repository at this point
Copy the full SHA c2f138bView commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe4693b - Browse repository at this point
Copy the full SHA fe4693bView commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 23735e9 - Browse repository at this point
Copy the full SHA 23735e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bdb81 - Browse repository at this point
Copy the full SHA e4bdb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc67c0 - Browse repository at this point
Copy the full SHA edc67c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8842e3 - Browse repository at this point
Copy the full SHA a8842e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc70cc - Browse repository at this point
Copy the full SHA 1dc70ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894a452 - Browse repository at this point
Copy the full SHA 894a452View commit details -
Configuration menu - View commit details
-
Copy full SHA for d69b331 - Browse repository at this point
Copy the full SHA d69b331View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ca79e - Browse repository at this point
Copy the full SHA 31ca79eView commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf97273 - Browse repository at this point
Copy the full SHA bf97273View commit details
Commits on Apr 4, 2022
-
Revert "implement rocksdb multi-get"
This reverts commit 0be1c9d0c05a648535d8305fd3001b43f3498e24.
Configuration menu - View commit details
-
Copy full SHA for b2c44e9 - Browse repository at this point
Copy the full SHA b2c44e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for af60f16 - Browse repository at this point
Copy the full SHA af60f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b8464 - Browse repository at this point
Copy the full SHA 27b8464View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4de41d - Browse repository at this point
Copy the full SHA d4de41dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d391b2e - Browse repository at this point
Copy the full SHA d391b2eView commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4249f8d - Browse repository at this point
Copy the full SHA 4249f8dView commit details -
This reverts commit c082edfdf743e2598b5c2a5fdbf2b6f2557258dc.
Configuration menu - View commit details
-
Copy full SHA for 52a65d3 - Browse repository at this point
Copy the full SHA 52a65d3View commit details -
Revert "What is with these library suffices??"
This reverts commit f3e291d53a4abf56204c3b700381517eaa4c572f.
Configuration menu - View commit details
-
Copy full SHA for 18f632f - Browse repository at this point
Copy the full SHA 18f632fView commit details -
Revert "Checkpoint using cabal to build C sources"
This reverts commit 3b7eb9f7edc5aa502852910aec4a6a753626649a.
Configuration menu - View commit details
-
Copy full SHA for 1367eb5 - Browse repository at this point
Copy the full SHA 1367eb5View commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3ad62a - Browse repository at this point
Copy the full SHA e3ad62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 635f2a2 - Browse repository at this point
Copy the full SHA 635f2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8166e46 - Browse repository at this point
Copy the full SHA 8166e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f0f9b - Browse repository at this point
Copy the full SHA 11f0f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e93db6c - Browse repository at this point
Copy the full SHA e93db6cView commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c5e8196 - Browse repository at this point
Copy the full SHA c5e8196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6defcf2 - Browse repository at this point
Copy the full SHA 6defcf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebcc3d5 - Browse repository at this point
Copy the full SHA ebcc3d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee4a60 - Browse repository at this point
Copy the full SHA 6ee4a60View commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0c88bf0 - Browse repository at this point
Copy the full SHA 0c88bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 030ba29 - Browse repository at this point
Copy the full SHA 030ba29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e685e - Browse repository at this point
Copy the full SHA d7e685eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0446457 - Browse repository at this point
Copy the full SHA 0446457View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebaec2c - Browse repository at this point
Copy the full SHA ebaec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017ef69 - Browse repository at this point
Copy the full SHA 017ef69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc9797 - Browse repository at this point
Copy the full SHA 2fc9797View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc1172a - Browse repository at this point
Copy the full SHA bc1172aView commit details -
Revert "Revert "implement rocksdb multi-get""
This reverts commit b3044be4068a264df2933a6ee8a2cee09708265a.
Configuration menu - View commit details
-
Copy full SHA for 95266a4 - Browse repository at this point
Copy the full SHA 95266a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f053800 - Browse repository at this point
Copy the full SHA f053800View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a06529 - Browse repository at this point
Copy the full SHA 1a06529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679d307 - Browse repository at this point
Copy the full SHA 679d307View commit details
Commits on Jul 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 995e9b6 - Browse repository at this point
Copy the full SHA 995e9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541724f - Browse repository at this point
Copy the full SHA 541724fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02999ea - Browse repository at this point
Copy the full SHA 02999eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bf67d - Browse repository at this point
Copy the full SHA a4bf67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe99d3 - Browse repository at this point
Copy the full SHA afe99d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f023a4 - Browse repository at this point
Copy the full SHA 6f023a4View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73fa3e4 - Browse repository at this point
Copy the full SHA 73fa3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f128d - Browse repository at this point
Copy the full SHA c4f128dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d8bc4 - Browse repository at this point
Copy the full SHA 08d8bc4View commit details
Commits on Jul 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04f6958 - Browse repository at this point
Copy the full SHA 04f6958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d9563 - Browse repository at this point
Copy the full SHA 44d9563View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ccc3f - Browse repository at this point
Copy the full SHA f9ccc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f9c0c - Browse repository at this point
Copy the full SHA e8f9c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc5a6f - Browse repository at this point
Copy the full SHA 5fc5a6fView commit details
Commits on Jul 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5f95ec - Browse repository at this point
Copy the full SHA b5f95ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6591b4c - Browse repository at this point
Copy the full SHA 6591b4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3545d7 - Browse repository at this point
Copy the full SHA f3545d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4206c48 - Browse repository at this point
Copy the full SHA 4206c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ff80e - Browse repository at this point
Copy the full SHA 69ff80eView commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7204254 - Browse repository at this point
Copy the full SHA 7204254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 827cd7c - Browse repository at this point
Copy the full SHA 827cd7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd7622 - Browse repository at this point
Copy the full SHA dfd7622View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e89683 - Browse repository at this point
Copy the full SHA 5e89683View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9da62 - Browse repository at this point
Copy the full SHA ad9da62View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2a062 - Browse repository at this point
Copy the full SHA bf2a062View commit details
Commits on Jul 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d37db2 - Browse repository at this point
Copy the full SHA 9d37db2View commit details
Commits on Aug 1, 2022
-
Co-authored-by: Lars Kuhtz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 671af28 - Browse repository at this point
Copy the full SHA 671af28View commit details
Commits on Aug 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cda088d - Browse repository at this point
Copy the full SHA cda088dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8451af4 - Browse repository at this point
Copy the full SHA 8451af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a495275 - Browse repository at this point
Copy the full SHA a495275View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ed0c6 - Browse repository at this point
Copy the full SHA d0ed0c6View commit details
Commits on Sep 12, 2022
-
Merge pull request #14 from edmundnoble/prefix-scan
Prefix scan, iterator changes, multi-get
Configuration menu - View commit details
-
Copy full SHA for 034cef6 - Browse repository at this point
Copy the full SHA 034cef6View commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 28954a5 - Browse repository at this point
Copy the full SHA 28954a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf5a30 - Browse repository at this point
Copy the full SHA 2bf5a30View commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a6fbf30 - Browse repository at this point
Copy the full SHA a6fbf30View commit details -
Configuration menu - View commit details
-
Copy full SHA for beca678 - Browse repository at this point
Copy the full SHA beca678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f5540 - Browse repository at this point
Copy the full SHA 37f5540View commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a874ae - Browse repository at this point
Copy the full SHA 7a874aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 119fcca - Browse repository at this point
Copy the full SHA 119fccaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6279886 - Browse repository at this point
Copy the full SHA 6279886View commit details -
Configuration menu - View commit details
-
Copy full SHA for f675b1a - Browse repository at this point
Copy the full SHA f675b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b136f49 - Browse repository at this point
Copy the full SHA b136f49View commit details
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 438bcc4 - Browse repository at this point
Copy the full SHA 438bcc4View commit details
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 55ec5d6 - Browse repository at this point
Copy the full SHA 55ec5d6View commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c76bd8d - Browse repository at this point
Copy the full SHA c76bd8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b1d07c - Browse repository at this point
Copy the full SHA 5b1d07cView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2880dd4 - Browse repository at this point
Copy the full SHA 2880dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb53e16 - Browse repository at this point
Copy the full SHA bb53e16View commit details
Commits on Dec 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 788e3d7 - Browse repository at this point
Copy the full SHA 788e3d7View commit details -
Merge pull request #5 from kadena-io/feat/tbb-flag
Flag to disable tbb builds
Configuration menu - View commit details
-
Copy full SHA for 098ff43 - Browse repository at this point
Copy the full SHA 098ff43View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cdf7faf - Browse repository at this point
Copy the full SHA cdf7fafView commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e1e139 - Browse repository at this point
Copy the full SHA 8e1e139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e72be - Browse repository at this point
Copy the full SHA 06e72beView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfcc3e0 - Browse repository at this point
Copy the full SHA bfcc3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb5697 - Browse repository at this point
Copy the full SHA 0eb5697View commit details -
Merge pull request #16 from kadena-io/edmundnoble/table-abstraction
Add a Table abstraction replacing the Cas abstraction
Configuration menu - View commit details
-
Copy full SHA for d691dd0 - Browse repository at this point
Copy the full SHA d691dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e73594 - Browse repository at this point
Copy the full SHA 8e73594View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 724ddad - Browse repository at this point
Copy the full SHA 724ddadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e310bc - Browse repository at this point
Copy the full SHA 5e310bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6059c95 - Browse repository at this point
Copy the full SHA 6059c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fcfe0e - Browse repository at this point
Copy the full SHA 5fcfe0eView commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51579ce - Browse repository at this point
Copy the full SHA 51579ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 826434e - Browse repository at this point
Copy the full SHA 826434eView commit details
Commits on Feb 9, 2023
-
Merge pull request #6 from kadena-io/johnw/flags
Only include certain compiler flags if we're on x86-64
Configuration menu - View commit details
-
Copy full SHA for d8f962b - Browse repository at this point
Copy the full SHA d8f962bView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35d6377 - Browse repository at this point
Copy the full SHA 35d6377View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0dc486 - Browse repository at this point
Copy the full SHA c0dc486View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03245b8 - Browse repository at this point
Copy the full SHA 03245b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3123ccd - Browse repository at this point
Copy the full SHA 3123ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db0a67 - Browse repository at this point
Copy the full SHA 4db0a67View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3aea300 - Browse repository at this point
Copy the full SHA 3aea300View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 232ea4e - Browse repository at this point
Copy the full SHA 232ea4eView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4668081 - Browse repository at this point
Copy the full SHA 4668081View commit details
Commits on May 8, 2024
-
cabal: remove
-Werror
for cxx sources (#12)We can't control what C compiler the user has available, and `-Werror` effectively makes forward compatibility impossible. This is probably fixed in a newer RocksDB, but we haven't updated, so for now just live with what we have.
Configuration menu - View commit details
-
Copy full SHA for e5d0ed5 - Browse repository at this point
Copy the full SHA e5d0ed5View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54d1869 - Browse repository at this point
Copy the full SHA 54d1869View commit details
Commits on Nov 1, 2024
-
Merge commit 'FILTERED_HEAD' into chessai/fold-in-rocksdb-libs-attempt-2
Change-Id: Ib9779b5ef7177e098eae70b72f6c49d076a0b26d
Configuration menu - View commit details
-
Copy full SHA for a26a932 - Browse repository at this point
Copy the full SHA a26a932View commit details -
Merge commit 'FILTERED_HEAD' into chessai/fold-in-rocksdb-libs-attempt-2
Change-Id: Id2743babf8f41ff4c31be5d4e80eee6bea5f3fc1
Configuration menu - View commit details
-
Copy full SHA for f291dd6 - Browse repository at this point
Copy the full SHA f291dd6View commit details
Commits on Nov 13, 2024
-
clean up vendored library folders, fix bug in chainweb-storage tests
Change-Id: I2e59e2f14d85295fb2d66a7b7c44da60f4d6e611
Configuration menu - View commit details
-
Copy full SHA for b8f0f05 - Browse repository at this point
Copy the full SHA b8f0f05View commit details -
refer to libraries in cabal.project
Change-Id: I329c9135674a95571e2acea719180372e838ab89
Configuration menu - View commit details
-
Copy full SHA for 42ea357 - Browse repository at this point
Copy the full SHA 42ea357View commit details -
Merge branch 'master' into chessai/fold-in-rocksdb-libs-attempt-2
Change-Id: I2f3df8e82b873399ecdfe50da0bfdc1264b1b4bb
Configuration menu - View commit details
-
Copy full SHA for c748fe5 - Browse repository at this point
Copy the full SHA c748fe5View commit details -
rename chainweb-storage test component to be project-wide non-ambiguous
Change-Id: I01abc5de30e169867b0aa4b5899d7d470cd404ca
Configuration menu - View commit details
-
Copy full SHA for 28c01c0 - Browse repository at this point
Copy the full SHA 28c01c0View commit details -
make rocksdb-haskell-kadena Data.List partial-warning compliant
Change-Id: If97cf3aecb8b931085dadf9f662af8e1879a01eb
Configuration menu - View commit details
-
Copy full SHA for 253e372 - Browse repository at this point
Copy the full SHA 253e372View commit details -
remove upstream dependencies on chainweb-storage and rocksdb-haskell-…
…kadena Change-Id: I839a5ca98be58619da178143f279f546b2c84743
Configuration menu - View commit details
-
Copy full SHA for ecd4f2f - Browse repository at this point
Copy the full SHA ecd4f2fView commit details -
run rocksdb-haskell-kadena and chainweb-storage unit tests in CI
Change-Id: Iaf104394f2890d051e3fd5ebe97f22e4d2eff53f
Configuration menu - View commit details
-
Copy full SHA for 9ea3945 - Browse repository at this point
Copy the full SHA 9ea3945View commit details
Commits on Nov 14, 2024
-
remove bad license file reference
Change-Id: I383c280122c6bf3a582c7469963483e503bb90c3
Configuration menu - View commit details
-
Copy full SHA for cf687d3 - Browse repository at this point
Copy the full SHA cf687d3View commit details