summaryrefslogtreecommitdiff
path: root/src/include/config.h
AgeCommit message (Expand)Author
2014-03-26Clean up pass for s_all.Susan LoVerso
2014-02-25Update the configuration parsing API. Including:Alex Gorrod
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-04-17Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-09Support new configuration options added by the applications, using a newKeith Bostic
2013-04-09First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic
2013-04-05Configuration strings are never written, const them to save memory.Keith Bostic
2013-03-22Don't allow true/false values in config strings where integers are expected.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-07Add partial implementation for sub-sets of configuration options.Alex Gorrod
2012-08-07Optimize the configuration checking code.Alex Gorrod
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-08-22Make WT_CONFIG_ITEM->val signed.Michael Cahill
2011-06-29KNF, then we don't need forward declarations.Keith Bostic
2011-06-03Add error reporting to the config string parser.Michael Cahill
2011-05-09Remove some s_all output: remove some macros we no longer need.Michael Cahill
2011-04-08Improve config checking: accept NULL, and if there is an error, include the m...Michael Cahill
2011-03-16Fix up the public API so that ex_access runs to completion without crashing.Michael Cahill
2011-03-09Make structure names distinct from typedefs so that ctags doesn't get confused.Michael Cahill
2011-03-09Ignore errors from the application's error handler: we're already dealing wit...Michael Cahill
2011-03-08whitespaceKeith Bostic
2011-03-04Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill
2011-02-10Port the utilities to the public API.Michael Cahill
2011-02-04Clean up config.c to make it portable to compilers other than GCC.Michael Cahill
2011-02-16Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill
2011-02-04Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill