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