summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-add the NEWS.MONGODB file, update for 3.0.2mongodb-3.0.2Michael Cahill2015-03-271-0/+1702
* Merge pull request #1827 from markbenvenuto/win_zlib_compileKeith Bostic2015-03-261-1/+1
|\
| * Use Standard C type uint64_t for zlibMark Benvenuto2015-03-261-1/+1
* | Merge pull request #1829 from markbenvenuto/win_fix_sconsKeith Bostic2015-03-261-1/+1
|\ \
| * | Revert "Make LZ4 default off in scons builds for now."Mark Benvenuto2015-03-261-1/+1
|/ /
* | The handle sweep code should handle busy returns.Alex Gorrod2015-03-261-1/+3
* | Fix missing fsync function on Windows.Alex Gorrod2015-03-261-0/+3
* | Merge branch 'master' into developAlex Gorrod2015-03-265-6/+92
|\ \
| * | Remove MongoDB specific changelog from WiredTiger release.Alex Gorrod2015-03-241-1385/+0
| * | Revert "Remove MongoDB specific changelog."Alex Gorrod2015-03-241-0/+1385
| * | Merge pull request #1803 from wiredtiger/wiredtiger-2.5.22.5.2Alex Gorrod2015-03-246-1390/+91
| |\ \
| | * | Remove MongoDB specific changelog.Alex Gorrod2015-03-241-1385/+0
| | * | Add empty upgrading section for 2.5.2 release.Alex Gorrod2015-03-241-0/+4
| | * | Minor cosmetic editsMichael Cahill2015-03-231-9/+9
| | * | Update version in docs.Alex Gorrod2015-03-231-3/+3
| | * | Cut WiredTiger 2.5.2 releaseAlex Gorrod2015-03-233-2/+84
| |/ /
| * | Merge branch 'develop' into mongodb-3.0Michael Cahill2015-03-0972-720/+1612
| |\ \
| * | | Add changelog since 3.0.0.Michael Cahill2015-03-091-0/+241
* | | | The sweep test depends on checkpoints running to find clean handles to discar...Michael Cahill2015-03-261-6/+10
* | | | Make LZ4 default off in scons builds for now.Michael Cahill2015-03-261-1/+1
| |_|/ |/| |
* | | txn/txn_log.c:224: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-261-3/+4
* | | Merge pull request #1826 from wiredtiger/packing-size-checksAlex Gorrod2015-03-261-0/+30
|\ \ \
| * | | Add explicit size checks to public pack/unpack code: if all bytes are consume...Michael Cahill2015-03-261-0/+30
* | | | meta_track.c:191: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-262-3/+3
* | | | Sweep needs to write-lock handles before discarding them. The handle list lo...Michael Cahill2015-03-261-1/+14
* | | | Merge pull request #1812 from wiredtiger/checkpoint-closing-filesAlex Gorrod2015-03-2619-66/+200
|\ \ \ \
| * \ \ \ Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-2687-429/+643
| |\ \ \ \
| * | | | | Implement Keith's review feedback.Michael Cahill2015-03-261-8/+12
| * | | | | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-269-13/+33
| * | | | | Always go through meta tracking when closing a dirty file, to ensure the meta...Michael Cahill2015-03-241-7/+15
| * | | | | Add a test of metadata durability across exclusive operations like verify.Michael Cahill2015-03-241-0/+87
| * | | | | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-2411-43/+60
* | | | | | Merge pull request #1816 from wiredtiger/zlib-copy-streamsMichael Cahill2015-03-262-42/+71
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge pull request #1820 from wiredtiger/zlib-copy-streams-keithMichael Cahill2015-03-261-51/+59
| |\ \ \ \ \
| | * | | | | Shuffle the logic and add a pointer to remove some deflateCopy/deflateEndKeith Bostic2015-03-251-51/+59
| |/ / / / /
| * | | | | Use deflateCopy to copy streams for rollback in case the compressed size is t...Michael Cahill2015-03-252-5/+26
* | | | | | Merge pull request #1821 from markbenvenuto/windows_thread_fixAlex Gorrod2015-03-2627-63/+123
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix name of function in commentMark Benvenuto2015-03-252-3/+3
| * | | | | Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-2527-62/+122
* | | | | | Merge pull request #1824 from wiredtiger/lang-includeKeith Bostic2015-03-252-2/+2
|\ \ \ \ \ \
| * | | | | | Added -I include paths as needed to handle #include <3rdparty/...>Don Anderson2015-03-252-2/+2
|/ / / / / /
* | | | | | whitespaceKeith Bostic2015-03-251-2/+1
* | | | | | whitespaceKeith Bostic2015-03-251-2/+1
|/ / / / /
* | | | | Merge pull request #1819 from wiredtiger/sweep-2-passsueloverso2015-03-252-30/+60
|\ \ \ \ \
| * | | | | Split sweep into two passes: one that walks the handle list without locking a...Michael Cahill2015-03-252-30/+60
|/ / / / /
* | | | | Merge pull request #1817 from wiredtiger/lz4-safeAlex Gorrod2015-03-251-6/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into lz4-safeAlex Gorrod2015-03-2534-99/+133
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1818 from wiredtiger/check-test-scenariosAlex Gorrod2015-03-2534-99/+133
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add another check that test scenarios don't overlap naming.Alex Gorrod2015-03-251-0/+2
| * | | | | Check that every scenario has a unique name within its test.Michael Cahill2015-03-2533-99/+131
|/ / / / /