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