summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1512 from wiredtiger/2.5.0-releasemongodb-2.8-rc42.5.0Alex Gorrod2014-12-248-16/+135
|\
| * Cut 2.5.0 releaseAlex Gorrod2014-12-242-2/+2
| * Spelling.Alex Gorrod2014-12-241-4/+4
| * Minor edits of the changelog.Michael Cahill2014-12-241-42/+51
| * Merge branch 'develop' into 2.5.0-releaseMichael Cahill2014-12-248-26/+55
| |\ | |/ |/|
* | Minor cleanup: unused variables, KNF.Michael Cahill2014-12-243-12/+10
* | Merge pull request #1514 from markbenvenuto/printlog_jsonMichael Cahill2014-12-247-23/+52
|\ \
| * | Fix compile warnings as errorsMark Benvenuto2014-12-232-2/+4
| * | Fix json formatting of printlog to be valid jsonMark Benvenuto2014-12-235-21/+48
* | | Merge pull request #1515 from markbenvenuto/win_test_config02_fixAlex Gorrod2014-12-241-0/+2
|\ \ \
| * | | Skip Unix specific permissions test on WindowsMark Benvenuto2014-12-231-0/+2
|/ / /
| | * Spelling.Alex Gorrod2014-12-241-1/+1
| | * Candidate for 2.5.0 release changelogAlex Gorrod2014-12-238-16/+126
| |/ |/|
* | Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3Alex Gorrod2014-12-234-26/+27
|\ \
| * | Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-224-26/+27
* | | Merge pull request #1511 from wiredtiger/pkg-configAlex Gorrod2014-12-231-2/+2
|\ \ \
| * | | Remove version numbering from the pkg-config file. We don't createDon Anderson2014-12-191-2/+2
* | | | Don't clear the WT_CONFIG_ITEM before calling __wt_config_getones_none(),Keith Bostic2014-12-221-7/+4
* | | | Prettiness police, NULL vs. nul, KNF, no functional change.Keith Bostic2014-12-223-13/+12
* | | | If __wt_getenv fails to allocate memory, we need to fail gracefully.Keith Bostic2014-12-221-1/+3
| |_|/ |/| |
* | | Fix bugs reported by Coverity:Alex Gorrod2014-12-221-3/+2
| |/ |/|
* | Merge pull request #1476 from wiredtiger/format-recoverMichael Cahill2014-12-225-80/+159
|\ \
| * | Add configuration options for log archive and pre-allocation, currentlyKeith Bostic2014-12-154-78/+113
| * | Clean up run reporting.Keith Bostic2014-12-151-3/+7
| * | Add a simple test of recovery -- on timed runs, the monitor threadKeith Bostic2014-12-154-3/+43
* | | Merge pull request #1500 from wiredtiger/evict-trickleMichael Cahill2014-12-223-6/+32
|\ \ \
| * | | Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill2014-12-223-12/+12
| * | | Eviction should do update-restore if upper layers are trying to force out a p...Michael Cahill2014-12-221-4/+5
| * | | Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill2014-12-226-11/+14
| * | | Merge branch 'develop' into evict-trickleAlex Gorrod2014-12-2213-34/+111
| |\ \ \
| * | | | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
| * | | | Use the eviction server to write pages with READGEN_OLDEST set.Alex Gorrod2014-12-197-7/+29
* | | | | Use the original page's first_dirty_txn when restoring updates to match what ...Michael Cahill2014-12-221-6/+5
* | | | | Merge pull request #1508 from wiredtiger/avoid-checkpoint-ebusyAlex Gorrod2014-12-221-0/+9
|\ \ \ \ \
| * | | | | Add comments before getting the checkpoint lock.Michael Cahill2014-12-221-0/+3
| * | | | | Revert some debugging changes.Michael Cahill2014-12-221-7/+3
| * | | | | Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i...Michael Cahill2014-12-222-3/+13
* | | | | | Merge pull request #1507 from wiredtiger/extractor-none-configAlex Gorrod2014-12-221-26/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Have extractor configuration checking match collator.Alex Gorrod2014-12-221-26/+25
|/ / / / /
* | | | | Make the cache bytes-written and bytes-read match, both shouldKeith Bostic2014-12-211-2/+2
* | | | | Merge pull request #1506 from wiredtiger/extractor-terminateMichael Cahill2014-12-222-3/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod2014-12-222-3/+10
|/ / / /
* | | | Merge pull request #1504 from markbenvenuto/wt_getenvAlex Gorrod2014-12-228-13/+87
|\ \ \ \
| * | | | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-198-13/+87
| | |_|/ | |/| |
* | | | Merge pull request #1502 from markbenvenuto/win_test_schema03Alex Gorrod2014-12-221-3/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Skip test_schema03.py on Window since rlimits are unix specificMark Benvenuto2014-12-191-3/+13
|/ / /
* | | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-194-18/+7
* | | Insulate against language-specific sort order in s_win.Michael Cahill2014-12-191-0/+4
* | | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
|/ /
* | Merge pull request #1499 from wiredtiger/sweep-no-write-leavesAlex Gorrod2014-12-191-30/+20
|\ \