summaryrefslogtreecommitdiff
path: root/api/leveldb/leveldb_wt.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fixes for the LevelDB JNI build. Make the fields of Slice public, rename the...Michael Cahill2014-09-081-1/+2
* Fix merge/conflict error.Susan LoVerso2014-08-121-3/+4
* Comment about fileid assumptions.Susan LoVerso2014-08-121-1/+3
* Add "all" and "now" support. Add macro for modification operation.Susan LoVerso2014-08-111-4/+13
* Add replay code to Hyperleveldb port. #1106Susan LoVerso2014-08-071-0/+1
* Split out HyperLevelDB stubs into a separate file, with comments describing w...Michael Cahill2014-07-161-9/+7
* Take Keith's suggestion: rearrange `api/leveldb` by copyright to simplify mai...Michael Cahill2014-07-151-4/+4
* The RocksDB Flush operation should only apply to a single table. Fix it, and...Michael Cahill2014-07-091-1/+1
* Some more LevelDB config tweaks: revert to defaults for Bloom filters, move c...Michael Cahill2014-07-041-7/+6
* Used cached cursors for LevelDB Iterators. This gives a ~10x performance imp...Michael Cahill2014-07-031-2/+3
* Fix a bad cast, switch from reinterpret_cast to static_cast in an attempt to ...Michael Cahill2014-07-031-1/+1
* Eliminate warnings from LevelDB API with "g++ -Wall", debug a problem applyin...Michael Cahill2014-07-031-10/+10
* Finish implementation of enough of the RocksDB API to allow MongoDB to run.Michael Cahill2014-07-021-41/+73
* Simplify the context for operations in the LevelDB API: always open sessions ...Michael Cahill2014-07-011-13/+22
* Implement most of the RocksDB-specific methods.Michael Cahill2014-07-011-20/+46
* Add stubs for enough of the RocksDB API that MongoDB builds.Michael Cahill2014-06-271-0/+338
* Improve building and installing LevelDB variants: add wiredtiger_config.h to ...Michael Cahill2014-06-271-13/+0
* Add support for Basho-specific features.Michael Cahill2014-06-271-1/+5
* Put the LevelDB API into the public domain, add a copyright notice toKeith Bostic2014-06-241-0/+27
* Fixup LevelDB include paths so builds work without an installed LevelDB.Alex Gorrod2014-06-201-11/+9
* Add in the a copy of the LevelDB header files, and use them in our LevelDB API.Alex Gorrod2014-06-131-10/+10
* Implement the LevelDB Cache class, so that applications can safely delete the...Michael Cahill2014-06-041-0/+2
* Fix build of HyperLevelDB support.Michael Cahill2014-05-291-0/+2
* Add configure support for enabling LevelDB, including the HyperLevelDB flavor.Michael Cahill2014-05-271-1/+1
* Implement the LevelDB API, backed by WiredTiger.Michael Cahill2014-05-161-0/+23