| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3216 changes suggested by clang-tidy (#3328) | Keith Bostic | 2017-03-17 | 1 | -6/+4 |
* | WT-3097 Avoid waiting for threads to timeout during close (#3253) | Keith Bostic | 2017-01-25 | 2 | -4/+3 |
* | WT-3066 lint (#3189) | Keith Bostic | 2016-12-12 | 1 | -2/+1 |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -7/+8 |
* | WT-2942 Verbose messages should not have newlines. (#3074) | sueloverso | 2016-09-30 | 1 | -1/+1 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 3 | -11/+11 |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -4/+3 |
* | SERVER-25846 Coverity analysis defect 99861: Dereference after null check (#2... | Keith Bostic | 2016-08-29 | 1 | -1/+1 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 2 | -12/+7 |
* | WT-2820 add gcc warn_unused_result attribute (#2938) | Keith Bostic | 2016-08-12 | 1 | -1/+1 |
* | WT-2353 Don't flush async ops if threads aren't started. (#2870) | sueloverso | 2016-07-12 | 1 | -0/+12 |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -3/+2 |
* | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -9/+3 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 3 | -3/+3 |
* | WT-2149: open private lookaside cursors as part of creating an internal | Keith Bostic | 2015-09-30 | 1 | -9/+8 |
* | Boolean conversion pass over session. | Keith Bostic | 2015-09-24 | 1 | -6/+6 |
* | Boolean conversion pass over os_posix. | Keith Bostic | 2015-09-24 | 1 | -1/+2 |
* | Boolean conversion pass over async. | Keith Bostic | 2015-09-24 | 1 | -4/+4 |
* | WT-2111: unused variable. | Keith Bostic | 2015-09-17 | 1 | -1/+0 |
* | WT-2111 fix places where va_end could be skipped on error. | Keith Bostic | 2015-09-17 | 1 | -9/+6 |
* | Use WT_RECNO_OOB instead of 0. | Keith Bostic | 2015-08-26 | 1 | -1/+1 |
* | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-18 | 1 | -4/+4 |
|\ |
|
| * | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -4/+4 |
* | | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 3 | -10/+11 |
* | | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-13 | 2 | -10/+10 |
|\ \
| |/ |
|
| * | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 2 | -10/+10 |
* | | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 3 | -10/+10 |
|/ |
|
* | Merge pull request #1868 from wiredtiger/unnecessary-err-labels | Alex Gorrod | 2015-04-10 | 1 | -4/+2 |
|\ |
|
| * | Remove unnecessary error labels, fixing SERVER-17948 along the way. | Keith Bostic | 2015-04-09 | 1 | -4/+2 |
* | | Remove unnecessary atomic operation, fixing CID 69810 along the way. | Keith Bostic | 2015-04-09 | 1 | -2/+2 |
|/ |
|
* | Fix name of function in comment | Mark Benvenuto | 2015-03-25 | 1 | -2/+2 |
* | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 1 | -3/+4 |
* | MAX -> WT_MAX | Keith Bostic | 2015-03-11 | 1 | -1/+1 |
* | If the application only has 1 outstandin async operation at a time, | Keith Bostic | 2015-03-11 | 1 | -3/+5 |
* | If the application re-uses a WT_SYNC_OP structure, we assert: return | Keith Bostic | 2015-03-11 | 1 | -2/+8 |
* | SERVER-17471: Use uint64_t instead of long since long is compiler specific | Mark Benvenuto | 2015-03-09 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 3 | -0/+3 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 2 | -3/+3 |
* | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead. | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | If a server thread exits with an error, panic. | Keith Bostic | 2014-11-07 | 1 | -3/+3 |
* | Change the API to not repeatedly call __wt_panic() after the panic flag | Keith Bostic | 2014-11-07 | 1 | -4/+2 |
* | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto | 2014-10-03 | 3 | -11/+11 |
* | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic | 2014-09-12 | 2 | -30/+36 |
* | Refactor to only parse async config once. #1172 | Susan LoVerso | 2014-09-11 | 1 | -15/+28 |
* | KNF | Keith Bostic | 2014-09-10 | 1 | -1/+1 |
* | Merging the wiredtiger_open configuration means we should never see | Keith Bostic | 2014-09-10 | 1 | -17/+9 |
* | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic | 2014-09-10 | 1 | -8/+7 |
* | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso | 2014-09-03 | 2 | -4/+2 |
* | Return EBUSY if no async handles available and fix ex_async to look for it. #... | Susan LoVerso | 2014-08-05 | 1 | -1/+1 |
* | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill | 2014-08-01 | 1 | -4/+5 |