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