summaryrefslogtreecommitdiff
path: root/src/config/config_collapse.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2627: Coverity complaints (#2727)Keith Bostic2016-05-091-0/+4
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over config.Keith Bostic2015-09-241-6/+6
* Add support to the __wt_config_merge() call to remove strings we don'tKeith Bostic2015-04-191-11/+39
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-1/+1
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-4/+4
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* There's no need to inline __strip_comma, let the compiler decide.Keith Bostic2014-10-061-1/+1
* Don't use '.' as a key name nested structure separator character duringKeith Bostic2014-09-161-16/+12
* Fix the separator character error message to complain about the correct key.Keith Bostic2014-09-161-2/+3
* Return an error when the configuration merge fails.Keith Bostic2014-09-161-1/+2
* I flipped the comparison, fix it.Keith Bostic2014-09-091-1/+1
* Don't check the key for a prefix match if the prefix is longer than the key.Keith Bostic2014-09-091-2/+3
* Fix return after branch to error.Keith Bostic2014-09-091-1/+1
* config_collapse.c:156:12: error: assignment discards 'const' qualifierKeith Bostic2014-09-081-2/+2
* Messed up the test for a separator character (dot) in the key, theKeith Bostic2014-09-081-13/+16
* Create __wt_config_merge for the merge functionality, called onlyKeith Bostic2014-09-081-67/+149
* Write a new version of config-collapse that merges nested structuresKeith Bostic2014-09-061-24/+258
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-3/+4
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* I inserted a bug in my re-write, we have to strip any trailing commaKeith Bostic2012-05-291-2/+6
* Call to __WT_RET_MSG could leak the scratch buffer.Keith Bostic2012-05-291-1/+1
* s_style was complaining because there was a WT_RET that didn't free theKeith Bostic2012-05-291-20/+11
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-1/+1
* Merge WT_BUF into WT_ITEM.Michael Cahill2012-01-231-1/+1
* 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-4/+2
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-0/+68