summaryrefslogtreecommitdiff
path: root/src/config/config_api.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-9/+0
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-8/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* __wt_strdup and __wt_strndup both handle NULL source arguments.Keith Bostic2015-05-011-2/+1
* Return EINVAL if both a session and error handler specified toKeith Bostic2015-04-231-0/+8
* Change wiredtiger_config_validate to take a WT_EVENT_HANDLER as an argument,Keith Bostic2015-04-231-7/+21
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-76/+6
* The bug fix: look up the translated value, not the original method name.Keith Bostic2015-04-151-1/+1
* Fix the loops that walk the WT_CONNECTION list of config-entries -- it's aKeith Bostic2015-04-151-6/+10
* Change WT_CONNECTION.configure_method() to do the same name translationKeith Bostic2015-04-151-1/+212
* Instead of requiring applications use our configuration strings, translateKeith Bostic2015-04-151-9/+78
* Add an API to validate configuration strings.Keith Bostic2015-03-091-2/+42
* 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
* Update the configuration parsing API. Including:Alex Gorrod2014-02-251-40/+15
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-53/+87
* Add configuration parsing to the public API.Alex Gorrod2014-02-131-0/+96