summaryrefslogtreecommitdiff
path: root/src/include/config.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-19/+20
|/
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-22/+23
* WT-2104 New log_flush API to control the flushing or syncing of the log.Susan LoVerso2015-09-151-21/+22
* WT-1728 WT_SESSION.resetDavid Hows2015-06-221-16/+17
* Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-271-13/+14
|\
| * Merge branch 'develop' into named-snapshotsMichael Cahill2015-05-131-37/+38
| |\
| * \ Merge branch 'develop' into named-snapshotsAlex Gorrod2015-04-091-0/+2
| |\ \
| * | | Move the snapshot functionality into it's own API.Alex Gorrod2015-04-021-9/+10
* | | | Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-131-34/+35
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-281-32/+32
| |\ \ \
| * \ \ \ Merge branch 'develop' into encryption-apiDon Anderson2015-04-021-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Initial plumbing for encryption api. #1822Susan LoVerso2015-03-261-32/+33
| | |_|/ | |/| |
* | | | Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-11/+12
| |_|/ |/| |
* | | Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-31/+31
| |/ |/|
* | Revert a change that wasn't necessary.Keith Bostic2015-04-011-36/+36
* | Do a binary search of the base configuration options when checkingKeith Bostic2015-04-011-36/+38
|/
* Add support for calling functions to validate configuration values,Keith Bostic2015-03-121-0/+1
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-8/+9
* Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
|\
| * Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-23/+24
|/
* Split the wiredtiger_open configuration options into four sets:Keith Bostic2014-10-101-0/+3
* Clean up pass for s_all.Susan LoVerso2014-03-261-25/+26
* Update the configuration parsing API. Including:Alex Gorrod2014-02-251-1/+1
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-0/+8
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-7/+0
* More work on data-source configuration support.Keith Bostic2013-04-111-7/+4
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-5/+4
* First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-0/+54
* Configuration strings are never written, const them to save memory.Keith Bostic2013-04-051-2/+2
* Don't allow true/false values in config strings where integers are expected.Michael Cahill2013-03-221-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add partial implementation for sub-sets of configuration options.Alex Gorrod2012-11-071-0/+1
* Optimize the configuration checking code.Alex Gorrod2012-08-071-0/+6
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Make WT_CONFIG_ITEM->val signed.Michael Cahill2011-08-221-1/+1
* KNF, then we don't need forward declarations.Keith Bostic2011-06-291-7/+2
* Add error reporting to the config string parser.Michael Cahill2011-06-031-0/+1
* Remove some s_all output: remove some macros we no longer need.Michael Cahill2011-05-091-33/+0
* Improve config checking: accept NULL, and if there is an error, include the m...Michael Cahill2011-04-081-1/+1
* Fix up the public API so that ex_access runs to completion without crashing.Michael Cahill2011-03-161-0/+2
* Make structure names distinct from typedefs so that ctags doesn't get confused.Michael Cahill2011-03-091-4/+4
* Ignore errors from the application's error handler: we're already dealing wit...Michael Cahill2011-03-091-5/+5
* whitespaceKeith Bostic2011-03-081-3/+3
* Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill2011-03-041-4/+4
* Port the utilities to the public API.Michael Cahill2011-02-101-2/+30
* Clean up config.c to make it portable to compilers other than GCC.Michael Cahill2011-02-041-1/+1