summaryrefslogtreecommitdiff
path: root/build_win
Commit message (Expand)AuthorAgeFilesLines
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-0/+6
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-0/+3
* WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic2016-08-241-6/+0
* WT-2658 Only include PPC-specific files in PPC builds (#2758)Keith Bostic2016-06-031-171/+0
* WT-2599: split out the checksum code from the support directory (#2707)Keith Bostic2016-05-021-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-1/+0
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-3/+2
* WT-2540: Separate stream and file handle methodsKeith Bostic2016-04-081-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-13/+12
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-3/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-191-1/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-8/+3
* Fix Windows build.Alex Gorrod2016-03-041-0/+1
* WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-281-3/+0
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-0/+1
|\
| * WT-2281: Dynamically query OS for VM page sizeMark Benvenuto2015-12-141-0/+1
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-0/+1
|/
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-0/+1
* Move the lookaside file code from conn/conn_las.c to cache/cache_las.c.Keith Bostic2015-08-261-1/+1
* WT-1967: creating a lookaside table to hold updates which are no longerKeith Bostic2015-07-191-0/+1
* Merge branch 'develop' into named-snapshotsMichael Cahill2015-05-133-2/+6
|\
| * Merge branch 'develop' into encryption-apiKeith Bostic2015-05-081-0/+1
| |\
| | * Add support for bulk load in LSM trees.Alex Gorrod2015-05-071-0/+1
| * | Remove per page/record checksum. Refactor common code. Verify root page. WT-...Susan LoVerso2015-05-041-0/+1
| |/
| * TC MallocMark Benvenuto2015-04-241-0/+3
| * Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-231-1/+0
| |\
| | * __wt_config_concat() is a special case of __wt_config_merge(), replaceKeith Bostic2015-04-221-1/+0
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-151-1/+0
| |\ \ | | |/
| | * Remove the pthread-mutex-logging spinlock type, it's no longer used.Keith Bostic2015-04-131-1/+0
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-031-3/+3
| |\ \ | | |/
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-251-0/+1
| |\ \
| * \ \ Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-221-0/+6
| |\ \ \
| * | | | Add an API to validate configuration strings.Keith Bostic2015-03-091-0/+1
* | | | | Merge branch 'develop' into named-snapshotsAlex Gorrod2015-04-091-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use the existence of the <x86intrin.h> #include file to configure theKeith Bostic2015-04-011-0/+3
| * | | | I can't find any pthreads_XXX_np functions (which is good, because theKeith Bostic2015-04-011-3/+0
| | |_|/ | |/| |
* | | | Add an initial implementation of named, in-memory snapshots. This implementa...Michael Cahill2015-04-011-0/+1
|/ / /
* | | Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-0/+1
| |/ |/|
* | Update LZ4 source code to be more in-line with Snappy implementation.Alex Gorrod2015-03-181-0/+6
|/
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-1/+0
* WiredTiger DLL supportMark Benvenuto2015-01-271-0/+21
* Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-191-0/+1
* Add a Windows-specific file, os_win/os_snprintf.c.Keith Bostic2014-12-171-0/+1
* Stop maintaining a separate Windows version of the file list, generate itKeith Bostic2014-12-171-0/+168
* add config validation for Windows configMark Benvenuto2014-10-131-0/+151