summaryrefslogtreecommitdiff
path: root/src/config/config.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2159: don't check the config twice on success.sueloverso2015-10-061-1/+6
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-11/+11
* 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
* whitespaceKeith Bostic2012-05-031-1/+1
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-2/+4
* Cut release 1.1.3.Michael Cahill2012-04-041-1/+1
* Don't report range errors for config values that aren't well-formed integers.Michael Cahill2012-04-031-4/+11
* When parsing config strings, continue to the end of the string in case of rep...Michael Cahill2012-02-171-3/+4
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Review pass over errno handling -- probably still not correct, but it'sKeith Bostic2012-01-021-2/+2
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-2/+1