summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1285 from wiredtiger/release-2.4.02.4.0Alex Gorrod2014-10-168-12/+84
|\
| * Fixup release version for 2.4.0 release.Alex Gorrod2014-10-165-8/+8
| * Cut release 2.4.0Alex Gorrod2014-10-165-9/+9
| * Minor edits to the 2.4 change log.Michael Cahill2014-10-161-15/+16
| * Merge branch 'develop' into release-2.4.0Alex Gorrod2014-10-161-1/+1
| |\ | |/ |/|
* | Include the trailing NUL when copying a config string.Michael Cahill2014-10-161-1/+1
| * Add new Java source files to copyright exclusion list.Alex Gorrod2014-10-161-0/+2
| * Add section about basecfg update.Alex Gorrod2014-10-161-1/+8
| * Add changelog for 2.4.0Alex Gorrod2014-10-161-0/+62
|/
* Handle @subpage_single the same as @ref_single in the docs, for cases where a...Michael Cahill2014-10-166-7/+5
* Merge pull request #1274 from wiredtiger/basecfg-versionMichael Cahill2014-10-1616-206/+673
|\
| * Add more wording on upgrade/downgrade of databases.Keith Bostic2014-10-149-112/+170
| * Merge branch 'develop' into basecfg-versionKeith Bostic2014-10-1427-189/+275
| |\
| * | whitespaceKeith Bostic2014-10-131-1/+0
| * | Add a page on upgrading.Keith Bostic2014-10-132-1/+43
| * | Add some comments explaining the different wiredtiger_open configurationKeith Bostic2014-10-131-5/+12
| * | The upgrade configuration string is the same string to which we'reKeith Bostic2014-10-133-4/+7
| * | Merge branch 'develop' into basecfg-versionKeith Bostic2014-10-132-38/+85
| |\ \
| * | | Add support for upgrading configuration strings: leave the obsoleteKeith Bostic2014-10-127-30/+87
| * | | Add a check for an incompatible version in any configuration string,Keith Bostic2014-10-121-0/+34
| * | | Merge branch 'develop' into basecfg-versionKeith Bostic2014-10-122-14/+19
| |\ \ \
| * \ \ \ Merge branch 'develop' into basecfg-versionKeith Bostic2014-10-1016-97/+100
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into basecfg-versionKeith Bostic2014-10-103-4/+58
| |\ \ \ \ \
| * | | | | | Don't track only "changes" from the wiredtiger_open() configurationKeith Bostic2014-10-101-57/+85
| * | | | | | Split the wiredtiger_open configuration options into four sets:Keith Bostic2014-10-105-98/+337
* | | | | | | MSVC doesn't yet support "%zu", replace with #defines.Keith Bostic2014-10-1512-29/+62
* | | | | | | Enhance the comment, note for the record we can map past EOF.Keith Bostic2014-10-152-4/+10
* | | | | | | Use %zu as the printf format for size_t.Keith Bostic2014-10-152-19/+13
* | | | | | | Record the fh->size and consistently mmap and return that same size.Susan LoVerso2014-10-152-9/+21
* | | | | | | Add mapping pointers to the verbose output from the map/unmap systemKeith Bostic2014-10-152-10/+9
* | | | | | | updateKeith Bostic2014-10-151-1/+2
* | | | | | | KNFKeith Bostic2014-10-151-4/+6
* | | | | | | There are 4 global options.Keith Bostic2014-10-151-1/+1
* | | | | | | Add -j to the load command's synopsis line.Keith Bostic2014-10-151-1/+1
* | | | | | | Ensure the Java jar is built before the examples.Alex Gorrod2014-10-151-1/+1
* | | | | | | Fix build warning.Alex Gorrod2014-10-151-0/+1
* | | | | | | Merge pull request #1258 from wiredtiger/java-doc-examplesMichael Cahill2014-10-1543-88/+3303
|\ \ \ \ \ \ \
| * | | | | | | Make sure the Java examples are built along with the API. Make section names...Michael Cahill2014-10-1314-38/+50
| * | | | | | | Merge branch 'develop' into java-doc-examplesDon Anderson2014-10-06123-2056/+1082
| |\ \ \ \ \ \ \
| * | | | | | | | Multiple language doc support. refs #1130.Don Anderson2014-10-0631-60/+366
| * | | | | | | | Java examples to match similarly named examples from C.Don Anderson2014-10-069-0/+2897
* | | | | | | | | Merge pull request #1154 from wiredtiger/json-loadAlex Gorrod2014-10-1519-140/+1577
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into json-loadAlex Gorrod2014-10-15206-2524/+4562
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | whitespaceKeith Bostic2014-10-141-1/+1
* | | | | | | | | | Merge pull request #1281 from wiredtiger/crcKeith Bostic2014-10-141-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Fix error in Windows CRC calculation for unaligned buffers.Don Anderson2014-10-141-1/+1
|/ / / / / / / / /
* | | | | | | | | Fix unused variable on OS X.Michael Cahill2014-10-141-0/+1
* | | | | | | | | Typo in last commit: s/remove/reset(!)Michael Cahill2014-10-141-1/+1
* | | | | | | | | Close and reset cursors that could prevent eviction during recovery.Michael Cahill2014-10-141-1/+15
* | | | | | | | | Typo, clear the right file handle on error.Keith Bostic2014-10-131-1/+1