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
/
include
/
async.h
Age
Commit message (
Expand
)
Author
2014-05-12
Add backoff to sleep if no async work available. #1002
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
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-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-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
Add async_op config processing.
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 enqueue and dequeue support.
Susan LoVerso
2014-03-27
Get async_flush coordination working.
Susan LoVerso
2014-03-26
Compilation fixes for C code.
Susan LoVerso
2014-03-26
Clean up pass for s_all.
Susan LoVerso
2014-03-25
Add top layer of functions. Split files.
Susan LoVerso
2014-03-24
First bits of async code
Susan LoVerso