summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-175-8/+53
| |/ /
* | | Merge pull request #1492 from markbenvenuto/win_build_fixAlex Gorrod2014-12-181-1/+0
|\ \ \ | |/ / |/| |
| * | Windows Build fixMark Benvenuto2014-12-171-1/+0
|/ /
* | Merge pull request #1491 from wiredtiger/block-header-checksumAlex Gorrod2014-12-181-19/+21
|\ \
| * | Check the block header checksum before we clear it, it should beKeith Bostic2014-12-171-19/+21
|/ /
* | Merge pull request #1485 from wiredtiger/py-packing-cleanupMichael Cahill2014-12-172-31/+99
|\ \
| * | Remove tabs in comments.Don Anderson2014-12-161-1/+1
| * | Some refactoring of python packing.Don Anderson2014-12-162-31/+99
* | | Merge pull request #1489 from wiredtiger/no-overwrite-conflictsAlex Gorrod2014-12-171-15/+59
|\ \ \
| * | | Detect write-write conflicts before no-overwrite cursors decide to skip an up...Michael Cahill2014-12-171-15/+59
|/ / /
* | | Merge pull request #1488 from wiredtiger/non-config-3Alex Gorrod2014-12-174-26/+26
|\ \ \
| * | | Add support for none configuration string to log compressor.Alex Gorrod2014-12-173-3/+3
| * | | Revert default configuration value changes.Alex Gorrod2014-12-173-23/+23
|/ / /
* | | Merge pull request #1486 from wiredtiger/none-config-2Alex Gorrod2014-12-1711-70/+100
|\ \ \
| * | | Use none comparison when checking for invalid collator usage.Alex Gorrod2014-12-171-1/+1
| * | | Return an error if a shared cache configuration is set, butAlex Gorrod2014-12-171-1/+11
| * | | Typo, __wt_config_getones_none should call __wt_config_getones,Keith Bostic2014-12-161-1/+1
| * | | Support extractors configured as "none".Keith Bostic2014-12-161-2/+2
| * | | Change the extractor configuration default from the empty string toKeith Bostic2014-12-163-5/+5
| * | | Allow extractors set to an empty string or "none".Keith Bostic2014-12-161-2/+2
| * | | Merge branch 'develop' into none-config-2Keith Bostic2014-12-161-1/+1
| |\ \ \
| * | | | When creating a data-source, allow for a collator set to the empty stringKeith Bostic2014-12-163-1/+17
| * | | | Don't set the LSM tree collator to "none" if that's what was specified.Keith Bostic2014-12-161-1/+1
| * | | | The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-163-23/+28
| * | | | Remove the code that checks for some shared-cache features beingKeith Bostic2014-12-161-11/+2
| * | | | Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-163-18/+18
| * | | | We document block_compressor supports a value of "none", but didn'tKeith Bostic2014-12-161-1/+1
| * | | | We documented that huffman_key and huffman_value took "none" as anKeith Bostic2014-12-161-13/+21
| | |/ / | |/| |
* | | | Merge pull request #1484 from wiredtiger/log-file-createMichael Cahill2014-12-174-26/+25
|\ \ \ \
| * | | | Atomically create all log files and move them into place. #1482Susan LoVerso2014-12-164-26/+25
| |/ / /
* | | | I moved Error class from api_data.py to api_err.py, but itKeith Bostic2014-12-161-31/+0
| |/ / |/| |
* | | Don't support "target=none" as a backup configuration: the empty string means...Michael Cahill2014-12-171-1/+1
|/ /
* | KNFKeith Bostic2014-12-161-1/+2
* | Merge pull request #1466 from wiredtiger/dhandle-hashMichael Cahill2014-12-1612-108/+147
|\ \
| * \ Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-1674-726/+851
| |\ \ | |/ / |/| |
* | | We don't need to store double quotes as the default value forKeith Bostic2014-12-153-6/+6
* | | whitespaceKeith Bostic2014-12-151-1/+0
* | | If we race with the logging thread and get to __wt_logmgr_destroy()Keith Bostic2014-12-151-6/+9
* | | Even if we don't track any overflow pages during our read of the file,Keith Bostic2014-12-151-4/+2
* | | Loosen test checks while debugging on dhandle-hash branch.Susan LoVerso2014-12-151-3/+19
* | | Merge pull request #1477 from wiredtiger/printlog-compressedsueloverso2014-12-152-1/+6
|\ \ \
| * | | Fix use of 'compressed' flag for printlog.Don Anderson2014-12-152-1/+6
* | | | Call __wt_logmgr_destroy unconditionally. #1473Susan LoVerso2014-12-151-4/+5
* | | | Fix memory leak. Always free log_path. #1473Susan LoVerso2014-12-151-4/+7
| |_|/ |/| |
* | | Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-153-5/+21
|\ \ \
| * | | whitespaceMichael Cahill2014-12-121-1/+0
| * | | Fix copy-paste error.Alex Gorrod2014-12-121-3/+3
| * | | Have LSM worker reconfigure work with min workers.Alex Gorrod2014-12-121-7/+21
| * | | Minor cleanup. #1447Susan LoVerso2014-12-113-8/+11
* | | | Merge pull request #1473 from wiredtiger/printlog-fixessueloverso2014-12-151-8/+15
|\ \ \ \