summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1965 from wiredtiger/2.6.0-release2.6.0Alex Gorrod2015-05-157-48/+252
|\
| * Update wtstats tool.Alex Gorrod2015-05-151-21/+12
| * Bump release tags for 2.6.0 releaseAlex Gorrod2015-05-152-2/+2
| * Shuffle upgrading doc and spelling updates.Alex Gorrod2015-05-153-13/+24
| * Merge branch 'develop' into 2.6.0-releaseAlex Gorrod2015-05-153-2/+18
| |\ | |/ |/|
* | Use srand/rand instead of srandom/random, it's more portable andKeith Bostic2015-05-141-2/+2
* | Merge pull request #1971 from wiredtiger/lsm-no-bloom-oldestsueloverso2015-05-142-0/+16
|\ \
| * | GCC doesn't trust me - I don't trust me either.Alex Gorrod2015-05-141-2/+2
| * | Don't create bloom filters on the oldest chunk unless configured.Alex Gorrod2015-05-142-0/+16
| | * Call out the format-breaking change with LZ4 in boldMichael Cahill2015-05-151-2/+2
| | * Spell check the NEWS file.Keith Bostic2015-05-143-5/+56
| | * Review, spell check.Keith Bostic2015-05-141-56/+58
| | * Edits to changelogAlex Gorrod2015-05-141-9/+9
| | * Merge branch 'develop' into 2.6.0-releaseAlex Gorrod2015-05-1425-93/+119
| | |\ | |_|/ |/| |
* | | Avoid islower / isupper in the ROTN code: it behaves in unexpected ways on va...Michael Cahill2015-05-142-5/+8
* | | Don't import test classes into other tests: we will run multiple copies of th...Michael Cahill2015-05-141-2/+2
* | | Merge pull request #1969 from wiredtiger/fsync-before-validateAlex Gorrod2015-05-141-1/+9
|\ \ \
| * | | Update txn_ckpt.cMichael Cahill2015-05-141-5/+5
| * | | If we're closing a dirty tree in order to verify it (or any other exclusive o...Michael Cahill2015-05-141-1/+9
* | | | Merge pull request #1970 from wiredtiger/encrypt-windowsAlex Gorrod2015-05-144-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Build ex_encrypt on Windows.Don Anderson2015-05-131-1/+2
| * | | Export extensions entry point for Windows.Don Anderson2015-05-131-0/+6
| * | | Clean up error messages and warnings for Windows.Don Anderson2015-05-131-2/+2
| * | | Poking into binary files on Windows requires open(...., 'rb')Don Anderson2015-05-131-1/+1
* | | | Merge pull request #1967 from wiredtiger/stuff-i-noticedAlex Gorrod2015-05-144-46/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | Change __wt_schema_destroy_index, __wt_schema_destroy_colgroup, andKeith Bostic2015-05-133-33/+35
| * | | Simplify cases where we don't need __wt_buf_fmt, we can call __wt_strndupKeith Bostic2015-05-131-11/+4
| * | | KNFKeith Bostic2015-05-131-2/+1
| |/ /
* | | Merge pull request #1968 from wiredtiger/bzip-errorAlex Gorrod2015-05-141-1/+8
|\ \ \ | |/ / |/| |
| * | Handle potential error condition from bzip.Don Anderson2015-05-131-1/+8
* | | Merge pull request #1964 from wiredtiger/ignore-extractor-on-createKeith Bostic2015-05-135-21/+28
|\ \ \
| * | | Check index creation by opening the index, as we do for other calls to WT_SES...Michael Cahill2015-05-133-5/+28
| * | | Back out 52820c7 and fix a related test, ignore unknown extractorsKeith Bostic2015-05-124-21/+5
| |/ /
* | | Merge pull request #1960 from wiredtiger/windows_test_fixAlex Gorrod2015-05-139-16/+16
|\ \ \
| * | | More CR CleanupDavid Hows2015-05-132-12/+9
| * | | Huge test no longer needs to declare __wt_getoptDavid Hows2015-05-121-1/+0
| * | | Change to __wt_existsDavid Hows2015-05-128-16/+14
| * | | KNFDavid Hows2015-05-121-1/+1
| * | | Make cleanup check before deletingDavid Hows2015-05-121-2/+8
| | | * Edit the 2.6.0 changelogAlex Gorrod2015-05-141-30/+35
| | | * Part way through formatting changes for change logAlex Gorrod2015-05-131-33/+45
| | | * Start fixing up the upgrading documentation.Alex Gorrod2015-05-131-4/+8
| | | * Draft of 2.6.0 releaseAlex Gorrod2015-05-133-2/+130
| |_|/ |/| |
* | | Merge pull request #1962 from wiredtiger/checkpoint-commit-after-syncMichael Cahill2015-05-131-2/+10
|\ \ \ | |_|/ |/| |
| * | Fix a bug in checkpoint where we committed the transaction too early.Alex Gorrod2015-05-121-2/+10
|/ /
* | Merge pull request #1830 from wiredtiger/encryption-apiMichael Cahill2015-05-1279-799/+3971
|\ \
| * \ Merge branch 'develop' into encryption-apiMichael Cahill2015-05-1257-524/+715
| |\ \ | |/ / |/| |
* | | Merge pull request #1957 from wiredtiger/checkpoint-syncMichael Cahill2015-05-121-6/+11
|\ \ \ | |_|/ |/| |
| * | Minor cleanup: use the WT_IS_METADATA macro, comment wording.Michael Cahill2015-05-121-4/+5
| * | Sync the metadata file before updating turtle file. SERVER-18316Susan LoVerso2015-05-111-6/+10