summaryrefslogtreecommitdiff
path: root/src/config/config_check.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for calling functions to validate configuration values,Keith Bostic2015-03-121-0/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
* fix a comment typoKeith Bostic2014-12-021-1/+1
* Ignore memory leaked if modifying a method's configuration has anKeith Bostic2014-02-251-13/+11
* Don't attempt multiple free's in the case of an error, free by the sameKeith Bostic2014-02-251-15/+23
* 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-2/+2
* I went too far on the last change -- we always have to create a checksKeith Bostic2013-06-031-43/+36
* Fix a core dump: handle adding configuration options to methods thatKeith Bostic2013-06-031-32/+43
* imported patch realloc_defMichael Cahill2013-05-311-4/+2
* Remove unused variables.Michael Cahill2013-05-311-2/+0
* Fix a leak in the free-on-close list code used for extension-specific config.Michael Cahill2013-05-311-22/+15
* fix a comment.Keith Bostic2013-04-211-1/+1
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-6/+8
* More work on data-source configuration support.Keith Bostic2013-04-111-135/+144
* Add checks for type, we're only supporting boolean, int, list and string.Keith Bostic2013-04-111-4/+14
* Remove case-insensitivity code when checking configuration strings.Keith Bostic2013-04-101-1/+1
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-31/+234
* Merge branch 'develop' into data-sourceKeith Bostic2013-04-081-4/+1
|\
| * Fix a comment.Keith Bostic2013-04-081-4/+1
* | Configuration strings are never written, const them to save memory.Keith Bostic2013-04-051-1/+1
|/
* Don't allow true/false values in config strings where integers are expected.Michael Cahill2013-03-221-2/+3
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Shared cache fixes from review. Fix connection::reconfigure API.Alex Gorrod2012-11-091-17/+5
* Add configuration string checking to subconfig options.Alex Gorrod2012-11-071-6/+36
* Fix __wt_config_check to handle overlapping config values correctly. Issue #287.Alex Gorrod2012-08-111-3/+3
* config_check.c 50 Warning 527: Unreachable code at token 'return'Keith Bostic2012-08-081-3/+1
* Some minor cleanups to config.py.Michael Cahill2012-08-071-16/+16
* Optimize the configuration checking code.Alex Gorrod2012-08-071-24/+36
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-34/+20
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-0/+134