summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2014-10-16Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill
2014-10-15MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic
2014-10-15Merge branch 'develop' into json-loadAlex Gorrod
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
2014-10-14Merge branch 'develop' into basecfg-versionKeith Bostic
2014-10-13Merged fallocate-restructure before merging Mark's changes: cherry pickKeith Bostic
2014-10-13Rename functions, and fix error handlingMark Benvenuto
2014-10-13Use a separate file handle for file truncation & allocationMark Benvenuto
2014-10-14Merge pull request #1273 from wiredtiger/fallocate-restructureMichael Cahill
2014-10-13add config validation for Windows configMark Benvenuto
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-12Revert POSIX OS changes from c5b71e5, reference #1254: that commitKeith Bostic
2014-10-12Make fallocate/posix_fallocate more configurable.Keith Bostic
2014-10-10Merge branch 'develop' into basecfg-versionKeith Bostic
2014-10-10Merge branch 'develop' into basecfg-versionKeith Bostic
2014-10-10MSVC & Clang Warning CleanupMark Benvenuto
2014-10-10Merge pull request #1270 from markbenvenuto/backup_fixKeith Bostic
2014-10-10Fix backup on Windows by using O_BINARYMark Benvenuto
2014-10-10Split the wiredtiger_open configuration options into four sets:Keith Bostic
2014-10-10Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic
2014-10-09Update Windows configuration file to match current autoconf version.Keith 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-09_MSC_VER won't be defined on gcc platforms.Keith Bostic
2014-10-09Guard include of os_windows.h, include os_windows.h before misc.h,Keith Bostic
2014-10-09whitespaceKeith Bostic
2014-10-09Style script.Keith Bostic
2014-10-09Break long lines at 80 columns.Keith Bostic
2014-10-09Fix a few copyright notices, comment format.Keith 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-08Initial Windows PortMark Benvenuto
2014-10-08Add additional parameter to map/unmap functions to maintain more contextMark Benvenuto
2014-10-08Merge pull request #1260 from wiredtiger/lsm-compact-fixesMichael Cahill
2014-10-07Rename the WT_FH.refcnt field to be WT_FH.ref to match the newKeith Bostic
2014-10-07Ftruncate is incompatible with file mapping on Windows, return EBUSY fromKeith Bostic
2014-10-07Have LSM compact wait for in-progress merges to complete. #1259Susan LoVerso
2014-10-06Don't list the potential object types, it doesn't add information.Keith Bostic
2014-10-06Lint no longer needs its own versions of the flag atomic set/clear macros.Keith Bostic
2014-10-06Move the atomic versions of the flag set/clear macros back into hardware.h,Keith Bostic
2014-10-04typo, repeated #define.Keith Bostic
2014-10-04We don't yet need anything other than single-byte versions of theKeith Bostic
2014-10-04Add WT_STATIC_ASSERT calls to the atomic operation macros so we don'tKeith Bostic
2014-10-04push the lint version of the atomic ops.Keith Bostic
2014-10-04KNFKeith Bostic
2014-10-04Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic
2014-10-04STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic
2014-10-04KNFKeith Bostic
2014-10-04Merge pull request #1256 from markbenvenuto/atomics_specificKeith Bostic