summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate Linux man pages when generating docs.Alex Gorrod2014-04-032-1/+10
* Add start of Debian packaging scripts.Alex Gorrod2014-04-0324-0/+149
* Fix RPM build script to not include rpath.Alex Gorrod2014-04-011-1/+4
* Update s_version to update version in RPM packaging script.Alex Gorrod2014-03-312-2/+9
* Add in a spec file for building an RPM from a WiredTiger release package.Alex Gorrod2014-03-311-0/+55
* Merge branch 'master' into developMichael Cahill2014-03-312-3/+17
|\
| * Update NEWS file for 2.1.2 release2.1.2Alex Gorrod2014-03-281-3/+4
| * Cut release 2.1.2Alex Gorrod2014-03-284-5/+18
| * lintAlex Gorrod2014-03-281-1/+1
| * Bump version tag to 2.1.2 on develop.Alex Gorrod2014-03-284-7/+7
| * error: comparison between signed and unsigned integer expressionsKeith Bostic2014-03-281-1/+1
| * Rename use of WT_READGEN_OLDEST to WT_READ_GEN_OLDEST.Alex Gorrod2014-03-281-1/+1
| * Fix a comment: finish the sentence.Michael Cahill2014-03-281-1/+2
| * Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill2014-03-282-2/+23
| * Inline the block extension function, do a fast check for availableKeith Bostic2014-03-281-1/+3
| * whitespaceKeith Bostic2014-03-281-1/+1
| * *shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic2014-03-281-2/+4
| * Add a fast path for file extensions so we don't walk the list ofKeith Bostic2014-03-282-35/+85
| * Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-285-59/+87
| * Short circuit cleaning up reconciliation boundary structures.Alex Gorrod2014-03-281-4/+6
| * If we underflow a page size during a merge, that should not be fatal: just li...Michael Cahill2014-03-281-7/+7
| * Update sharec_cache configuration again.Alex Gorrod2014-03-287-43/+30
| * typoAlex Gorrod2014-03-281-1/+1
| * Update shared cache test to match configuration changes.Alex Gorrod2014-03-281-4/+4
| * Add upgrade doc for shared_cache config changes.Alex Gorrod2014-03-282-15/+30
| * Update shared cache configuration options:Alex Gorrod2014-03-284-9/+24
| * If a page is awaiting forced eviction, and LRU eviction fails, don't bump the...Michael Cahill2014-03-281-1/+2
| * Take a copy of the update transaction ID in reconciliation in case we race wi...Michael Cahill2014-03-282-5/+6
* | Fix include paths for Java and Python builds.Alex Gorrod2014-03-314-7/+6
* | Bump release version to 2.1.3 on develop branch.Alex Gorrod2014-03-284-7/+7
* | Don't copy the checkpoint size until we hold the lock (this probablyKeith Bostic2014-03-261-11/+10
* | Merge pull request #929 from wiredtiger/extlist-merge-swapAlex Gorrod2014-03-262-2/+24
|\ \
| * | Fix a comment: finish the sentence.Michael Cahill2014-03-261-1/+2
| * | Before merging extent lists, check if one is bigger than the other, and walk ...Michael Cahill2014-03-262-2/+23
|/ /
* | Change max_latency units to msecs. Add it into several configs. #926Susan LoVerso2014-03-2524-3/+25
* | Merge pull request #927 from wiredtiger/wtperf-debugAlex Gorrod2014-03-253-8/+34
|\ \
| * | Use lprintf to exit, rather than an abort in wtperf.Alex Gorrod2014-03-252-9/+5
| * | Fix paren warning.Susan LoVerso2014-03-241-2/+2
| * | Add max latency and min throughput settings. #926Susan LoVerso2014-03-242-7/+37
|/ /
* | Merge pull request #923 from wiredtiger/verbose-checkpointMichael Cahill2014-03-248-16/+40
|\ \
| * | Rename verbose ckpt to checkpoint, add some more messages to it.Alex Gorrod2014-03-208-16/+40
* | | error: comparison between signed and unsigned integer expressionsKeith Bostic2014-03-221-1/+1
* | | Inline the block extension function, do a fast check for availableKeith Bostic2014-03-221-1/+3
* | | whitespaceKeith Bostic2014-03-211-1/+1
* | | *shrug* Don't put an if/else inside the for loop, it's not needed andKeith Bostic2014-03-211-2/+4
* | | Add a fast path for file extensions so we don't walk the list ofKeith Bostic2014-03-212-35/+85
* | | Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic2014-03-215-59/+87
|/ /
* | Short circuit cleaning up reconciliation boundary structures.Alex Gorrod2014-03-201-4/+6
* | Coverity 1187550Susan LoVerso2014-03-191-1/+1
* | Fix wtperf warmup phase to execute mixes workloads.Alex Gorrod2014-03-192-6/+6