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