summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Final updates to changelog for 2.5.32.5.3Alex Gorrod2015-04-221-4/+1
* Remove MongoDB specific file from release.Alex Gorrod2015-04-221-1702/+0
* Update autogenerated wtstats template file.Alex Gorrod2015-04-222-13/+22
* Minor cosmetic editsMichael Cahill2015-04-221-20/+20
* Reference upgrading documentation from changelog.Alex Gorrod2015-04-221-7/+9
* Cut WiredTiger release WT-2.5.3Alex Gorrod2015-04-222-1/+94
* Merge branch 'master' into mongodb-3.0Michael Cahill2015-04-173-1/+13
|\
| * Update main README with JIRA infoMichael Cahill2015-04-161-0/+6
| * Update references to GitHub issues.Michael Cahill2015-04-162-1/+7
| * Revert "Add shebang, make db dir if does not exist"Keith Bostic2015-04-031-5/+0
| * Merge pull request #1847 from pgunn/masterKeith Bostic2015-04-031-0/+5
| |\
| | * Add shebang, make db dir if does not existPat Gunn2015-04-031-0/+5
| |/
* | 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