| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2492 Add WT_PTRDIFFT_FMT for print statements. | Alex Gorrod | 2016-03-17 | 1 | -6/+2 |
* | WT-2492 Change printf format specifier to be Windows compatible. | Keith Bostic | 2016-03-16 | 1 | -7/+7 |
* | WT-2492 Change printf format specifier to be Windows compatible. | Alex Gorrod | 2016-03-16 | 1 | -4/+5 |
* | WT-2471: review WiredTiger "int" printf formats | Keith Bostic | 2016-03-11 | 1 | -3/+6 |
* | WT-2335: crash in config_check_search with invalid configuration string | Keith Bostic | 2016-01-17 | 1 | -0/+3 |
* | WT-2335: crash in config_check_search with invalid configuration string | Keith Bostic | 2016-01-17 | 1 | -2/+1 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | We lost a return in 67fd264, add it back in so we don't check the config | Keith Bostic | 2015-10-05 | 1 | -1/+6 |
* | Boolean conversion pass over config. | Keith Bostic | 2015-09-24 | 1 | -11/+11 |
* | Search the strings in reverse order, that way the first hit wins | Keith Bostic | 2015-04-13 | 1 | -8/+18 |
* | Remove pockets of case-sensitivity for configuration strings. | Keith Bostic | 2015-03-09 | 1 | -8/+6 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Typo, __wt_config_getones_none should call __wt_config_getones, | Keith Bostic | 2014-12-16 | 1 | -1/+1 |
* | When creating a data-source, allow for a collator set to the empty string | Keith Bostic | 2014-12-16 | 1 | -0/+15 |
* | Check for configurations of "none" in a wrapper around the config string pars... | Michael Cahill | 2014-12-08 | 1 | -23/+22 |
* | Support "none" in all configuration strings as an alternative to an | Keith Bostic | 2014-12-03 | 1 | -4/+20 |
* | Fix a bug in UTF-8 parsing caused by signed chars. | Michael Cahill | 2014-11-10 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2014-09-20 | 1 | -4/+4 |
* | Update the configuration parsing API. Including: | Alex Gorrod | 2014-02-25 | 1 | -4/+2 |
* | Add compression as a wtperf config. #871 | Susan LoVerso | 2014-02-11 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -1/+1 |
* | typo | Michael Cahill | 2013-06-18 | 1 | -2/+0 |
* | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill | 2013-06-18 | 1 | -14/+13 |
* | Allow unquoted config values that include slashes. | Michael Cahill | 2013-05-02 | 1 | -1/+2 |
* | Check to see if cfg[0] == NULL, too -- it's a fast test, and avoids | Keith Bostic | 2013-04-20 | 1 | -1/+1 |
* | Export more of the config parsing machinery to the extension API: we're going... | Michael Cahill | 2013-04-18 | 1 | -70/+18 |
* | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 1 | -1/+4 |
* | Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead. | Keith Bostic | 2013-04-17 | 1 | -22/+9 |
* | Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next; | Keith Bostic | 2013-04-17 | 1 | -39/+40 |
* | Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config. | Keith Bostic | 2013-04-17 | 1 | -2/+2 |
* | More changes to the extension API (this is only part-way there, but it | Keith Bostic | 2013-04-17 | 1 | -2/+4 |
* | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 1 | -5/+45 |
* | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns | Keith Bostic | 2013-04-10 | 1 | -0/+22 |
* | Configuration strings are never written, const them to save memory. | Keith Bostic | 2013-04-05 | 1 | -5/+5 |
* | Don't allow true/false values in config strings where integers are expected. | Michael Cahill | 2013-03-22 | 1 | -3/+3 |
* | The __config_process_value() function can change the type of a value | Keith Bostic | 2013-02-20 | 1 | -11/+13 |
* | Check for a standard set of typos (list taken from Wikipedia's copyedit | Keith Bostic | 2013-02-14 | 1 | -4/+4 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Arithmetic shift of a negative number is undefined by ISO/IEC 9899. | Keith Bostic | 2012-11-27 | 1 | -7/+20 |
* | Shared cache fixes from review. Fix connection::reconfigure API. | Alex Gorrod | 2012-11-09 | 1 | -1/+1 |
* | Add support for getting config values with "X.Y" keys, update auto-generated ... | Michael Cahill | 2012-11-07 | 1 | -3/+15 |
* | __wt_config_gets_defno should set the type of the value it returns. | Michael Cahill | 2012-10-11 | 1 | -17/+19 |
* | Some optimizations for __wt_config_gets_defno. | Michael Cahill | 2012-08-02 | 1 | -37/+37 |
* | Replace __wt_config_strcmp with WT_STRING_MATCH. | Keith Bostic | 2012-08-01 | 1 | -25/+0 |
* | Add the ability to access unnamed checkpoints, issue #271. | Keith Bostic | 2012-07-31 | 1 | -1/+1 |
* | One simple optimization for __wt_config_get: don't process unused values. | Michael Cahill | 2012-07-30 | 1 | -88/+102 |
* | Performance hack for cursor open: don't parse the configuration strings for | Keith Bostic | 2012-07-14 | 1 | -0/+33 |
* | style fixes | Keith Bostic | 2012-07-13 | 1 | -7/+7 |
* | When checking the value of the "isolation" key, don't assume it is NUL termin... | Michael Cahill | 2012-06-20 | 1 | -0/+25 |