summaryrefslogtreecommitdiff
path: root/src/async
Commit message (Expand)AuthorAgeFilesLines
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-6/+4
* WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic2017-01-252-4/+3
* WT-3066 lint (#3189)Keith Bostic2016-12-121-2/+1
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-7/+8
* WT-2942 Verbose messages should not have newlines. (#3074)sueloverso2016-09-301-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-143-11/+11
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-4/+3
* SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2...Keith Bostic2016-08-291-1/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-162-12/+7
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-1/+1
* WT-2353 Don't flush async ops if threads aren't started. (#2870)sueloverso2016-07-121-0/+12
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-3/+2
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-9/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-013-3/+3
* 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