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