summaryrefslogtreecommitdiff
path: root/src/async/async_worker.c
AgeCommit message (Expand)Author
2014-05-13Allow async to be reconfigured. #1002Susan LoVerso
2014-05-12Add backoff to sleep if no async work available. #1002Susan 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-04-28Add asynchronous compact support to async API.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-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-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-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 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-26Compilation fixes for C code.Susan LoVerso
2014-03-25Add top layer of functions. Split files.Susan LoVerso