summaryrefslogtreecommitdiff
path: root/src/async
Commit message (Expand)AuthorAgeFilesLines
* WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-9/+8
* Boolean conversion pass over session.Keith Bostic2015-09-241-6/+6
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-1/+2
* Boolean conversion pass over async.Keith Bostic2015-09-241-4/+4
* WT-2111: unused variable.Keith Bostic2015-09-171-1/+0
* WT-2111 fix places where va_end could be skipped on error.Keith Bostic2015-09-171-9/+6
* Use WT_RECNO_OOB instead of 0.Keith Bostic2015-08-261-1/+1
* Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-181-4/+4
|\
| * WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-4/+4
* | Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-133-10/+11
* | Merge branch 'develop' into wt-2025-inline-atomic-functionsKeith Bostic2015-08-132-10/+10
|\ \ | |/
| * WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-132-10/+10
* | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions soKeith Bostic2015-08-063-10/+10
|/
* Merge pull request #1868 from wiredtiger/unnecessary-err-labelsAlex Gorrod2015-04-101-4/+2
|\
| * Remove unnecessary error labels, fixing SERVER-17948 along the way.Keith Bostic2015-04-091-4/+2
* | Remove unnecessary atomic operation, fixing CID 69810 along the way.Keith Bostic2015-04-091-2/+2
|/
* Fix name of function in commentMark Benvenuto2015-03-251-2/+2
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-3/+4
* MAX -> WT_MAXKeith Bostic2015-03-111-1/+1
* If the application only has 1 outstandin async operation at a time,Keith Bostic2015-03-111-3/+5
* If the application re-uses a WT_SYNC_OP structure, we assert: returnKeith Bostic2015-03-111-2/+8
* SERVER-17471: Use uint64_t instead of long since long is compiler specificMark Benvenuto2015-03-091-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-043-0/+3
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-152-3/+3
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-1/+1
* If a server thread exits with an error, panic.Keith Bostic2014-11-071-3/+3
* Change the API to not repeatedly call __wt_panic() after the panic flagKeith Bostic2014-11-071-4/+2
* Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto2014-10-033-11/+11
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-122-30/+36
* Refactor to only parse async config once. #1172Susan LoVerso2014-09-111-15/+28
* KNFKeith Bostic2014-09-101-1/+1
* Merging the wiredtiger_open configuration means we should never seeKeith Bostic2014-09-101-17/+9
* Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic2014-09-101-8/+7
* Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care ofSusan LoVerso2014-09-032-4/+2
* Return EBUSY if no async handles available and fix ex_async to look for it. #...Susan LoVerso2014-08-051-1/+1
* Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill2014-08-011-4/+5
* Create a new routine that creates internal sessions (the old "internal"Keith Bostic2014-07-301-8/+5
* dead assignment, ret already set.Keith Bostic2014-07-021-1/+0
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-10/+5
* Minor async lint.Keith Bostic2014-05-231-22/+17
* Fix initialization bug in async reconfig. #1002Susan LoVerso2014-05-141-1/+3
* Return ENOTSUP if someone tries to allocate an async op handleSusan LoVerso2014-05-141-1/+1
* Add async to reconfig test. Fix code to retain defaults. #1002Susan LoVerso2014-05-131-5/+9
* Allow async to be reconfigured. #1002Susan LoVerso2014-05-132-20/+155
* Add backoff to sleep if no async work available. #1002Susan LoVerso2014-05-121-9/+29
* Valgrind - free ops key/value buffers and work queue.Susan LoVerso2014-05-081-0/+11
* Add async test for config flags. Fix bug found by test.Susan LoVerso2014-05-071-1/+3
* Lint.Susan LoVerso2014-05-063-32/+46
* Fix some warnings introduced by the async API.Michael Cahill2014-05-062-3/+4
* Fixes to worker thread: Use wt_session interface for transactionsSusan LoVerso2014-05-051-6/+16