| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1028 from wiredtiger/leveldb-api | Michael Cahill | 2014-07-15 | 60 | -127/+7603 |
|\ |
|
| * | Update (and simplify) the license documentation to match the LevelDB tree, as... | Michael Cahill | 2014-07-15 | 1 | -30/+4 |
| * | Backout a partial fix for a recovery issue discovered when testing the LevelD... | Michael Cahill | 2014-07-15 | 1 | -9/+1 |
| * | Take Keith's suggestion: rearrange `api/leveldb` by copyright to simplify mai... | Michael Cahill | 2014-07-15 | 36 | -41/+44 |
| * | --enable-rocksdb is wrong, rocksdb is an argument to --enable-leveldb | Keith Bostic | 2014-07-14 | 1 | -6/+6 |
| * | --enable-rocksdb is wrong, rocksdb is an argument to --enable-leveldb | Keith Bostic | 2014-07-14 | 1 | -5/+3 |
| * | Fix up the license information, add in HyperLevelDB and Basho information. | Keith Bostic | 2014-07-14 | 2 | -21/+44 |
| * | Add --enable-leveldb, --enable-rocksdb to the configuration list | Keith Bostic | 2014-07-14 | 1 | -0/+6 |
| * | Add the RocksDB license file. | Keith Bostic | 2014-07-14 | 1 | -0/+35 |
| * | Replace magic byte strings with flat text. | Keith Bostic | 2014-07-14 | 1 | -2/+2 |
| * | fix path "rocksdb", not "rockdb" | Keith Bostic | 2014-07-14 | 1 | -1/+1 |
| * | update | Keith Bostic | 2014-07-14 | 1 | -0/+2 |
| * | Don't print error message for WT_NOTFOUND. | Susan LoVerso | 2014-07-14 | 1 | -1/+2 |
| * | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-07-14 | 13 | -127/+251 |
| |\ |
|
| * | | Split out the RocksDB write batch code into a separate file to avoid copyrigh... | Michael Cahill | 2014-07-14 | 5 | -291/+322 |
| * | | Handle Deletes of nonexistent keys via the LevelDB API: that is OK. Also add... | Michael Cahill | 2014-07-09 | 2 | -4/+14 |
| * | | Add a fast path for write batches that are either empty or have a single entr... | Michael Cahill | 2014-07-09 | 1 | -6/+13 |
| * | | Fix Flush to construct a valid config string for compact. | Michael Cahill | 2014-07-09 | 1 | -1/+1 |
| * | | Make sure the NewLRUCache function is in the leveldb namespace. | Michael Cahill | 2014-07-09 | 1 | -4/+3 |
| * | | LSM should respect `bloom=false`. | Michael Cahill | 2014-07-09 | 1 | -1/+2 |
| * | | The RocksDB Flush operation should only apply to a single table. Fix it, and... | Michael Cahill | 2014-07-09 | 2 | -3/+5 |
| * | | Add support for zlib compression to the RocksDB API. | Michael Cahill | 2014-07-09 | 2 | -0/+13 |
| * | | Detect at build time whether we need to load the snappy compression extension. | Michael Cahill | 2014-07-09 | 1 | -1/+1 |
| * | | Don't checkpoint the metadata on every schema operation if we are logging. | Michael Cahill | 2014-07-09 | 1 | -2/+5 |
| * | | Some more LevelDB config tweaks: revert to defaults for Bloom filters, move c... | Michael Cahill | 2014-07-04 | 2 | -10/+7 |
| * | | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-07-04 | 14 | -115/+122 |
| |\ \ |
|
| * | | | Configuration tweaks for the MongoDB sysbench workload. | Michael Cahill | 2014-07-04 | 2 | -1/+3 |
| * | | | Used cached cursors for LevelDB Iterators. This gives a ~10x performance imp... | Michael Cahill | 2014-07-03 | 3 | -23/+38 |
| * | | | Check for errors when getting a cursor to avoid "maybe uninitialized" warning. | Michael Cahill | 2014-07-03 | 1 | -0/+2 |
| * | | | Fix a bad cast, switch from reinterpret_cast to static_cast in an attempt to ... | Michael Cahill | 2014-07-03 | 2 | -5/+5 |
| * | | | After multiple open / close cycles, log archive may have remove the log file ... | Michael Cahill | 2014-07-03 | 1 | -1/+9 |
| * | | | Eliminate warnings from LevelDB API with "g++ -Wall", debug a problem applyin... | Michael Cahill | 2014-07-03 | 7 | -28/+41 |
| * | | | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-07-03 | 15 | -40/+150 |
| |\ \ \ |
|
| * | | | | Finish implementation of enough of the RocksDB API to allow MongoDB to run. | Michael Cahill | 2014-07-02 | 3 | -111/+221 |
| * | | | | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-07-02 | 71 | -1144/+1513 |
| |\ \ \ \ |
|
| * | | | | | Fix the installation of wrapper libraries (there was a problem with installat... | Michael Cahill | 2014-07-01 | 1 | -4/+4 |
| * | | | | | Simplify the context for operations in the LevelDB API: always open sessions ... | Michael Cahill | 2014-07-01 | 3 | -166/+79 |
| * | | | | | Implement most of the RocksDB-specific methods. | Michael Cahill | 2014-07-01 | 3 | -101/+247 |
| * | | | | | Create wrapper libraries for LevelDB/RocksDB/etc. to ease integration with ap... | Michael Cahill | 2014-07-01 | 2 | -2/+43 |
| * | | | | | Add stubs for enough of the RocksDB API that MongoDB builds. | Michael Cahill | 2014-06-27 | 14 | -388/+1342 |
| * | | | | | Improve building and installing LevelDB variants: add wiredtiger_config.h to ... | Michael Cahill | 2014-06-27 | 19 | -516/+228 |
| * | | | | | Add support for Basho-specific features. | Michael Cahill | 2014-06-27 | 10 | -7/+1099 |
| * | | | | | Update LevelDB to the new transaction_sync config. | Michael Cahill | 2014-06-25 | 1 | -3/+2 |
| * | | | | | Fix a logic bug releasing cursors after DB::Get operations. | Michael Cahill | 2014-06-25 | 1 | -2/+2 |
| * | | | | | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-06-25 | 11 | -110/+263 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-06-25 | 55 | -717/+1423 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge pull request #1084 from wiredtiger/leveldb-copyright | Michael Cahill | 2014-06-25 | 12 | -56/+157 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Add LevelDB/Google Inc. to the list of 3rd party software that may | Keith Bostic | 2014-06-24 | 2 | -27/+39 |
| | * | | | | | | | Put the LevelDB API into the public domain, add a copyright notice to | Keith Bostic | 2014-06-24 | 4 | -7/+75 |
| | * | | | | | | | Minor futzing with the LevelDB copyright checks, add a WiredTiger | Keith Bostic | 2014-06-24 | 7 | -22/+43 |
| |/ / / / / / / |
|