summaryrefslogtreecommitdiff
path: root/src/include/extern.h
AgeCommit message (Expand)Author
2014-10-16Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-14Merge branch 'develop' into basecfg-versionKeith Bostic
2014-10-13The upgrade configuration string is the same string to which we'reKeith Bostic
2014-10-12Add support for upgrading configuration strings: leave the obsoleteKeith Bostic
2014-10-12Make fallocate/posix_fallocate more configurable.Keith Bostic
2014-10-10Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic
2014-10-09Abstract out the "is it an absolute path" function, and the pathKeith Bostic
2014-10-09Abstract out the code to create a printable version of theKeith Bostic
2014-10-09Merge branch 'windows_port' of https://github.com/markbenvenuto/wiredtiger in...Keith Bostic
2014-10-09rebuild auto-generated filesKeith Bostic
2014-10-08Add additional parameter to map/unmap functions to maintain more contextMark Benvenuto
2014-10-03Create a os shim for one-time initializationMark Benvenuto
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-10-01Quit folding lines in include/extern.h, there's no particular reasonKeith Bostic
2014-09-25Merge branch 'develop' into json-loadDon Anderson
2014-09-23Add reconfigure support for LSM manager #1237Susan LoVerso
2014-09-21whitespaceKeith Bostic
2014-09-20Simplify __wt_connection_close(), there's no reason for it to have theKeith Bostic
2014-09-19Merge branch 'develop' into json-loadAlex Gorrod
2014-09-15Separate LSM work unit types from flags. #1208Susan LoVerso
2014-09-15Merge branch 'develop' into connection-vs-session-cleanupSusan LoVerso
2014-09-15Update LSM compact to avoid a hang.Alex Gorrod
2014-09-15Merge pull request #1224 from wiredtiger/random-per-sessionMichael Cahill
2014-09-14Add a debug routine to print out an address, it helps with salvageKeith Bostic
2014-09-13Make random number generation be per session in the WiredTiger library,Keith Bostic
2014-09-12Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-12Merge pull request #1213 from wiredtiger/force-allAlex Gorrod
2014-09-10Move the LSM manager re-configuration code into the LSM manager file.Keith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic
2014-09-10Rename __wt_conn_verbose_config to be __wt_verbose_config,Keith Bostic
2014-09-10Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic
2014-09-09Add table name to many LSM verbose statements. Add arg to indicateSusan LoVerso
2014-09-09Don't check for a checkpoint name match if none was specified (yeah,Keith Bostic
2014-09-09Disallow JSON quoting characters in checkpoint names, it's not a goodKeith Bostic
2014-09-09Merge pull request #1205 from wiredtiger/collapse-nested-structuresMichael Cahill
2014-09-08Add force flag to checkpoint last chunk. #1200Susan LoVerso
2014-09-08Create __wt_config_merge for the merge functionality, called onlyKeith Bostic
2014-09-06Write a new version of config-collapse that merges nested structuresKeith Bostic
2014-09-04Only run LSM switches if they are needed.Alex Gorrod
2014-09-02Merge branch 'develop' into json-loadDon Anderson
2014-09-02Rework c92bd26, that change only worked because the underlying blockKeith Bostic
2014-08-30Failing an LSM work unit should not cause the worker thread to exit.Alex Gorrod
2014-08-29__wt_lsm_manager_free_work_unit doesn't return an error, and its callersKeith Bostic
2014-08-29Merge branch 'develop' into no-txn-reset-cursorsMichael Cahill
2014-08-29Merge branch 'develop' into lsm-shared-workersAlex Gorrod
2014-08-28update auto-generated fileKeith Bostic