summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-181-19/+20
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-183-30/+11
|\
| * Merge branch 'develop' into session-strerrorKeith Bostic2015-02-061-1/+1
| |\
| * | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-023-30/+11
* | | whitespaceMichael Cahill2015-02-181-6/+6
* | | Flip cache overhead to apply to the allocated bytes rather than the total siz...Michael Cahill2015-02-181-7/+7
* | | Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-163-0/+10
|\ \ \
| * | | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-123-1/+9
| * | | Merge branch 'develop' into wt-recoverSusan LoVerso2015-02-126-16/+28
| |\ \ \
| * | | | Allow 'wt' command to run with or without recovery. #1651Susan LoVerso2015-02-101-0/+2
* | | | | Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic2015-02-121-8/+12
| |/ / / |/| | |
* | | | Merge pull request #1644 from wiredtiger/wtstatsMichael Cahill2015-02-115-15/+26
|\ \ \ \
| * | | | Skip tools/wtperf_stats/3rdparty (and some other wtperf_stats files)Keith Bostic2015-02-063-3/+5
| * | | | Change s_wtstats to run "npm install", run all npm commands --quiet.Keith Bostic2015-02-062-11/+20
| * | | | Move the tools/XXX wtstats sources down one level, to tools/wtstats.Keith Bostic2015-02-061-3/+3
| | |_|/ | |/| |
* | | | New chunk_count_limit is an integer. #1658 #1652Susan LoVerso2015-02-101-1/+2
| |/ / |/| |
* | | whitespaceMichael Cahill2015-02-101-2/+2
* | | Merge branch 'develop' into lsm-chunk-limitMichael Cahill2015-02-101-1/+4
|\ \ \
| * | | Track splits during eviction by data-source as well as by connection.Keith Bostic2015-02-091-1/+4
* | | | Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-0/+5
|/ / /
* | | For wt printlog, make operations into a JSON array.Don Anderson2015-02-051-3/+3
|/ /
* | Fix a comment.Keith Bostic2015-02-041-1/+1
|/
* Make the "split to deepen the tree" configuration values real, storedKeith Bostic2015-02-021-0/+6
* updateKeith Bostic2015-02-021-1/+0
* Build the list of exported Windows symbols from the dist/ list,Keith Bostic2015-02-024-2/+16
* Update the list of unused #defines, simplify the typedef script a bit.Keith Bostic2015-02-022-5/+10
* Merge pull request #1561 from markbenvenuto/msvc_alignKeith Bostic2015-02-023-2/+6
|\
| * Fix grep regexpMark Benvenuto2015-01-151-1/+1
| * Struct alignment and packing for MSVCMark Benvenuto2015-01-153-2/+6
* | Remove the script for automatically building include/serial.i, it's notKeith Bostic2015-01-283-192/+0
* | whitespaceKeith Bostic2015-01-281-1/+1
* | The build for the serial.i file is currently broken, skip it.Keith Bostic2015-01-281-1/+2
* | Merge branch 'develop' into memory-allocationMichael Cahill2015-01-273-0/+28
|\ \
| * \ Merge pull request #1596 from wiredtiger/evict-statisticsMichael Cahill2015-01-271-0/+2
| |\ \
| | * | Two "real" changes:Keith Bostic2015-01-231-0/+2
| * | | Don't fail if we don't find a wiredtiger_wrap.c file in one of theKeith Bostic2015-01-241-7/+13
| * | | Added call to new s_lang script.Don Anderson2015-01-221-0/+1
| * | | Add dist script to check public wrapper names generated by SWIGDon Anderson2015-01-221-0/+19
| |/ /
* | | Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-273-7/+6
* | | Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-0/+2
* | | Add the cache_overhead configuration string to allow applications to configureKeith Bostic2015-01-222-1/+12
* | | Try and avoid underflow, it just makes a bad situation worse.Keith Bostic2015-01-221-0/+1
|/ /
* | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-12/+17
|\ \
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2015-01-163-0/+40
| |\ \
| * | | Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-9/+9
| * | | Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-1411-54/+131
| |\ \ \
| * \ \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-226-220/+79
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-153-17/+34
| |\ \ \ \ \
| * | | | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-18/+23
* | | | | | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-174-2/+53
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |