summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-122-1/+2
|\
| * Merge branch 'develop' into lz4-compress-destsizeKeith Bostic2015-05-115-4/+5
| |\
| | * Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-1/+0
| | * Rework test/format to use the WiredTiger RNG, not rand.Keith Bostic2015-05-091-0/+1
| * | Merge branch 'develop' into lz4-compress-destsizeKeith Bostic2015-05-043-0/+10
| |\ \
| * | | Add LZ4 raw support based on the new LZ4_compress_destSize API, makingKeith Bostic2015-05-031-0/+1
* | | | Don points out we can't validate configuration settings for extensionsKeith Bostic2015-05-081-12/+6
* | | | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-082-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Add support for bulk load in LSM trees.Alex Gorrod2015-05-071-0/+1
| * | | Disallow the cache_resident flag on LSM trees.Alex Gorrod2015-05-051-2/+2
* | | | Make doc clear that the encryptor used for a table does notDon Anderson2015-05-071-1/+2
* | | | Added doc: indices and column group encryption config follow the parent table;Don Anderson2015-05-061-2/+7
* | | | Rename LOG_ALIGN to be WT_LOG_ALIGN, avoid any collisions.Keith Bostic2015-05-051-1/+2
* | | | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-051-1/+1
|\ \ \ \ | |/ / /
| * | | Fix the logic around in-memory splits: if we're trying one, don't allow any o...Michael Cahill2015-05-051-1/+1
| | |/ | |/|
* | | Merge branch 'develop' into encryption-apiSusan LoVerso2015-05-043-0/+10
|\ \ \ | |/ /
| * | Merge pull request #1910 from wiredtiger/split_page_inmem_during_checkpointAlex Gorrod2015-05-042-0/+6
| |\ \
| | * | Fix s_all and test issuesdaveh862015-04-291-0/+1
| | * | inmem_split_during_checkpointdaveh862015-04-291-0/+5
| * | | Merge pull request #1926 from wiredtiger/hashtable-prime-sizeMichael Cahill2015-05-041-0/+1
| |\ \ \
| | * | | Use a prime number as the hash table size don't depend on the qualityKeith Bostic2015-05-011-0/+1
| | | |/ | | |/|
| * | | Merge pull request #1908 from daveh86/add_test_homedir_optionAlex Gorrod2015-05-041-0/+1
| |\ \ \
| | * | | Change comments and use snprintfdaveh862015-05-011-0/+1
| * | | | Manpage improvementsPat Gunn2015-05-021-0/+2
| | |/ / | |/| |
* | | | Remove per page/record checksum. Refactor common code. Verify root page. WT-...Susan LoVerso2015-05-041-0/+1
* | | | UpdateKeith Bostic2015-05-011-1/+0
* | | | Merge branch 'develop' into encryption-apiKeith Bostic2015-05-013-3/+6
|\ \ \ \ | |/ / /
| * | | updateKeith Bostic2015-05-011-0/+1
| |/ /
| * | Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-302-3/+5
| |/
* | Remove unused log_read functions and stats. WT-1822Susan LoVerso2015-04-301-1/+0
* | wt utility didn't have the -L flag in the usage message.Keith Bostic2015-04-281-1/+0
* | Update.Keith Bostic2015-04-281-1/+1
* | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-286-32/+51
|\ \ | |/
| * Change the sort of the log's slot array from qsort to insertion sort,Keith Bostic2015-04-251-0/+2
| * TC MallocMark Benvenuto2015-04-241-0/+2
| * Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-231-1/+0
| |\
| | * __wt_config_concat() is a special case of __wt_config_merge(), replaceKeith Bostic2015-04-221-1/+0
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-221-1/+1
| |\ \ | | |/
| * | Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-28/+28
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-213-9/+26
| |\ \
| * | | I changed auto-generated code, fix api_config.py to generate the codeKeith Bostic2015-04-151-2/+1
| * | | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-156-18/+37
| |\ \ \
| * \ \ \ Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-037-325/+86
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-255-1/+25
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-224-38/+70
| |\ \ \ \ \ \
| * | | | | | | Add an API to validate configuration strings.Keith Bostic2015-03-093-0/+17
* | | | | | | | Fixed spelling in comments.Don Anderson2015-04-231-0/+4
* | | | | | | | Merge branch 'develop' into encryption-apiKeith Bostic2015-04-221-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Bump release tag on develop branch to 2.6.0Alex Gorrod2015-04-221-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-5/+0