summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update Java example to catch WiredTiger exceptions.Alex Gorrod2014-06-231-6/+21
* Add use of user-private data structure to async example.Susan LoVerso2014-05-221-5/+23
* Accidentally committed non-compiling ex_async.c last time.Susan LoVerso2014-05-221-3/+1
* Fix warning.Susan LoVerso2014-05-221-1/+3
* Make spell happy, "op's" -> "operation's"Keith Bostic2014-05-061-8/+8
* Merge branch 'develop' into async. Fix conflicts.Susan LoVerso2014-05-051-3/+12
|\
| * Don't mention valgrind by name, it makes spell check sad.Keith Bostic2014-05-011-2/+2
| * Merge pull request #981 from wiredtiger/prefix-compression-defaultMichael Cahill2014-05-021-3/+3
| |\
| | * Minor shuffling of prefix-compression docs (now that prefix-compressionKeith Bostic2014-05-011-3/+3
| * | Don't run the leak-memory code, it upsets valgrind.Keith Bostic2014-05-011-1/+5
| * | Optionally skip block cleanup and leak memory on connection close.Keith Bostic2014-05-011-0/+5
| |/
* | Remove an unused global in ex_async.Michael Cahill2014-05-021-1/+0
* | Add asynchronous compact support to async API.Susan LoVerso2014-04-281-0/+4
* | Add asyncop->get_type API and change example to use it.Susan LoVerso2014-04-211-11/+36
* | Implement a ring buffer without locking.Susan LoVerso2014-04-151-1/+2
* | When closing the connection, automatically flush all async ops.Susan LoVerso2014-04-101-4/+4
* | remove unused variablesMichael Cahill2014-04-101-1/+0
* | Use an underlying cursor for async op keys/values.Susan LoVerso2014-04-091-10/+4
* | unusedMichael Cahill2014-04-071-0/+1
* | Fix some s_string warnings.Susan LoVerso2014-04-031-1/+1
* | Add async_op config processing.Susan LoVerso2014-04-031-1/+1
* | Fix warning.Susan LoVerso2014-04-021-4/+2
* | More printf cleanup.Susan LoVerso2014-04-021-6/+5
* | Fix example and clean up. Working raw key/values.Susan LoVerso2014-04-021-3/+3
* | Remove some printfs. Reset example to use 1 table.Susan LoVerso2014-04-021-25/+13
* | Add raw key/value support.Susan LoVerso2014-04-021-10/+21
* | Add ASYNCOP_API_CALL. Fix some error paths.Susan LoVerso2014-04-021-1/+16
* | Add 2nd table to example to test cache.Susan LoVerso2014-04-011-1/+8
* | Add enqueue and dequeue support.Susan LoVerso2014-03-311-0/+6
* | Add ex_async to build.Susan LoVerso2014-03-262-8/+11
* | Clean up pass for s_all.Susan LoVerso2014-03-261-11/+25
* | Add top layer of functions. Split files.Susan LoVerso2014-03-251-4/+3
* | Update example.Susan LoVerso2014-03-251-15/+19
* | First bits of async codeSusan LoVerso2014-03-241-0/+108
|/
* Fix example code return value.Alex Gorrod2014-02-251-2/+6
* Configuration parser API, update documentation and examples.Alex Gorrod2014-02-251-33/+65
* Add in an example for querying a nested value.Alex Gorrod2014-02-251-3/+34
* Update the configuration parsing API. Including:Alex Gorrod2014-02-251-1/+1
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-243-49/+100
* Add zlib documentation.Keith Bostic2014-01-301-0/+15
* Fix the naming of the compression library, it's libXXX, the extensionKeith Bostic2014-01-301-2/+2
* Fix "make check" with automake-1.11.Michael Cahill2014-01-161-0/+2
* Use AM_TESTS_ENVIRONMENT in Makefile.am so we can safely set TESTS_ENVIRONMEN...Michael Cahill2014-01-161-1/+1
* fix "make check" error, you have to configure the database with statisticsKeith Bostic2014-01-101-1/+2
* Update copyright notices for 2014.Keith Bostic2014-01-0717-17/+17
* CID 1129079 (#1 of 1): Uninitialized pointer read (UNINIT)Keith Bostic2013-11-151-10/+12
* Clean out core files and the results of running the program locally.Keith Bostic2013-11-151-1/+1
* CID 1129075 (#2 of 2): Copy into fixed size buffer (STRING_OVERFLOW)Keith Bostic2013-11-151-2/+2
* Compression changes.Keith Bostic2013-11-091-0/+5
* Fix some warnings from clang.Michael Cahill2013-10-233-3/+9