summaryrefslogtreecommitdiff
path: root/src/async
AgeCommit message (Expand)Author
2014-05-14Fix initialization bug in async reconfig. #1002Susan LoVerso
2014-05-14Return ENOTSUP if someone tries to allocate an async op handleSusan LoVerso
2014-05-13Add async to reconfig test. Fix code to retain defaults. #1002Susan LoVerso
2014-05-13Allow async to be reconfigured. #1002Susan LoVerso
2014-05-12Add backoff to sleep if no async work available. #1002Susan LoVerso
2014-05-08Valgrind - free ops key/value buffers and work queue.Susan LoVerso
2014-05-07Add async test for config flags. Fix bug found by test.Susan LoVerso
2014-05-06Lint.Susan LoVerso
2014-05-06Fix some warnings introduced by the async API.Michael Cahill
2014-05-05Fixes to worker thread: Use wt_session interface for transactionsSusan LoVerso
2014-05-02Fix handling of raw cursors in the async API: always go through the {get,set}...Michael Cahill
2014-05-02Move the async code from conn_async.c under src/async. It's easier (for me) ...Michael Cahill
2014-05-02Rename async_api.c to async_op.c to make way for conn_async.c.Michael Cahill
2014-04-29Merge branch 'develop' into asyncSusan LoVerso
2014-04-28Add asynchronous compact support to async API.Susan LoVerso
2014-04-21Add asyncop->get_type API and change example to use it.Susan LoVerso
2014-04-17Fix wrap around bug in ring buffer.Susan LoVerso
2014-04-17Add use of flush_gen.Susan LoVerso
2014-04-17Use the correct queue size.Susan LoVerso
2014-04-16Copyin async op's key/value.Susan LoVerso
2014-04-16Changes for atomic use for flush command. Fix counts in wtperf forSusan LoVerso
2014-04-15Implement a ring buffer without locking.Susan LoVerso
2014-04-15Remove does not set a value.Susan LoVerso
2014-04-14Test with yield rather than a cond var.Susan LoVerso
2014-04-10Comments and minor cleanup.Susan LoVerso
2014-04-10Only allocate the configured number of async ops rather than a staticSusan LoVerso
2014-04-09Use an underlying cursor for async op keys/values.Susan LoVerso
2014-04-09Revert "Begin some refactoring of cursor key/value manipulation."Susan LoVerso
2014-04-09Revert "More key/value refactoring."Susan LoVerso
2014-04-08More key/value refactoring.Susan LoVerso
2014-04-08Begin some refactoring of cursor key/value manipulation.Susan LoVerso
2014-04-07Add the uri/config/format cached queue for async ops.Susan LoVerso
2014-04-03Fix some s_string warnings.Susan LoVerso
2014-04-03Remove some fprintfsSusan LoVerso
2014-04-03Add async_op config processing.Susan LoVerso
2014-04-02Fix warning.Susan LoVerso
2014-04-02More printf cleanup.Susan LoVerso
2014-04-02Fix example and clean up. Working raw key/values.Susan LoVerso
2014-04-02Remove some printfs. Reset example to use 1 table.Susan LoVerso
2014-04-02Add raw key/value support.Susan LoVerso
2014-04-02Add ASYNCOP_API_CALL. Fix some error paths.Susan LoVerso
2014-04-01Add async cursor cache.Susan LoVerso
2014-03-31Add async_flush_wait.Susan LoVerso
2014-03-31Add enqueue and dequeue support.Susan LoVerso
2014-03-27Add some python supportSusan LoVerso
2014-03-27Get async_flush coordination working.Susan LoVerso
2014-03-27Basic API structure working.Susan LoVerso
2014-03-26Add ex_async to build.Susan LoVerso
2014-03-26Compilation fixes for C code.Susan LoVerso
2014-03-26Clean up pass for s_all.Susan LoVerso