| Age | Commit message (Expand) | Author |
| 2016-12-14 | WT-3069 Fix LevelDB APIs build failures. (#3193) | Keith Bostic |
| 2016-01-01 | Upgrade copyright notices from 2015 to 2016. | Keith Bostic |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2014-10-17 | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic |
| 2014-09-08 | Fixes for the LevelDB JNI build. Make the fields of Slice public, rename the... | Michael Cahill |
| 2014-09-02 | Remove loop to walk replay iterator from LiveBackup. #1106 | Susan LoVerso |
| 2014-08-26 | Fix __log_filesize to look for end in larger chunks. | Susan LoVerso |
| 2014-08-13 | Add tests for ReplayIterator methods. | Susan LoVerso |
| 2014-08-13 | Fix valid operation check. | Susan LoVerso |
| 2014-08-13 | Add Replay phase to LiveBackup and add to test program. | Susan LoVerso |
| 2014-08-12 | Fix merge/conflict error. | Susan LoVerso |
| 2014-08-12 | Add LiveBackup code. | Susan LoVerso |
| 2014-08-12 | Comment about fileid assumptions. | Susan LoVerso |
| 2014-08-12 | Rename SkipTo to SeekTo. Make SkipTo no-op. | Susan LoVerso |
| 2014-08-11 | Add "all" and "now" support. Add macro for modification operation. | Susan LoVerso |
| 2014-08-07 | Add replay code to Hyperleveldb port. #1106 | Susan LoVerso |
| 2014-07-29 | Sanity check the LevelDB configuration at build time, not runtime. | Michael Cahill |
| 2014-07-29 | Make the LevelDB API more resilient to invalid configurations. Also clean up... | Michael Cahill |
| 2014-07-16 | Split out HyperLevelDB stubs into a separate file, with comments describing w... | Michael Cahill |
| 2014-07-15 | Update the copyright checks to match the new LevelDB structure. | Keith Bostic |
| 2014-07-15 | Fix static linking of libraries with builtin extensions. | Michael Cahill |
| 2014-07-15 | Take Keith's suggestion: rearrange `api/leveldb` by copyright to simplify mai... | Michael Cahill |
| 2014-07-14 | Add the RocksDB license file. | Keith Bostic |
| 2014-07-14 | Replace magic byte strings with flat text. | Keith Bostic |
| 2014-07-14 | Don't print error message for WT_NOTFOUND. | Susan LoVerso |
| 2014-07-14 | Split out the RocksDB write batch code into a separate file to avoid copyrigh... | Michael Cahill |
| 2014-07-09 | Handle Deletes of nonexistent keys via the LevelDB API: that is OK. Also add... | Michael Cahill |
| 2014-07-09 | Add a fast path for write batches that are either empty or have a single entr... | Michael Cahill |
| 2014-07-09 | Fix Flush to construct a valid config string for compact. | Michael Cahill |
| 2014-07-09 | Make sure the NewLRUCache function is in the leveldb namespace. | Michael Cahill |
| 2014-07-09 | The RocksDB Flush operation should only apply to a single table. Fix it, and... | Michael Cahill |
| 2014-07-09 | Add support for zlib compression to the RocksDB API. | Michael Cahill |
| 2014-07-09 | Detect at build time whether we need to load the snappy compression extension. | Michael Cahill |
| 2014-07-04 | Some more LevelDB config tweaks: revert to defaults for Bloom filters, move c... | Michael Cahill |
| 2014-07-04 | Configuration tweaks for the MongoDB sysbench workload. | Michael Cahill |
| 2014-07-03 | Used cached cursors for LevelDB Iterators. This gives a ~10x performance imp... | Michael Cahill |
| 2014-07-03 | Check for errors when getting a cursor to avoid "maybe uninitialized" warning. | Michael Cahill |
| 2014-07-03 | Fix a bad cast, switch from reinterpret_cast to static_cast in an attempt to ... | Michael Cahill |
| 2014-07-03 | Eliminate warnings from LevelDB API with "g++ -Wall", debug a problem applyin... | Michael Cahill |
| 2014-07-02 | Finish implementation of enough of the RocksDB API to allow MongoDB to run. | Michael Cahill |
| 2014-07-01 | Fix the installation of wrapper libraries (there was a problem with installat... | Michael Cahill |
| 2014-07-01 | Simplify the context for operations in the LevelDB API: always open sessions ... | Michael Cahill |
| 2014-07-01 | Implement most of the RocksDB-specific methods. | Michael Cahill |
| 2014-07-01 | Create wrapper libraries for LevelDB/RocksDB/etc. to ease integration with ap... | Michael Cahill |
| 2014-06-27 | Add stubs for enough of the RocksDB API that MongoDB builds. | Michael Cahill |
| 2014-06-27 | Improve building and installing LevelDB variants: add wiredtiger_config.h to ... | Michael Cahill |
| 2014-06-27 | Add support for Basho-specific features. | Michael Cahill |
| 2014-06-25 | Update LevelDB to the new transaction_sync config. | Michael Cahill |
| 2014-06-25 | Fix a logic bug releasing cursors after DB::Get operations. | Michael Cahill |
| 2014-06-24 | Put the LevelDB API into the public domain, add a copyright notice to | Keith Bostic |