summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #1566 from wiredtiger/log-close-threadMichael Cahill2015-01-161-0/+1
| |\ \ \ \ \ \
| | * | | | | | Add log thread to fsync and close log files. #1560Susan LoVerso2015-01-151-0/+1
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #1532 from rueckstiess/1365-wtstats-rewriteAlex Gorrod2015-01-161-0/+37
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Added check to make sure 'npm install' has been previously run.Don Anderson2015-01-131-0/+6
| | * | | | | Added s_wtstats to build the wtstats template. gulp nowDon Anderson2015-01-131-0/+31
| * | | | | | Split out statistic for forced eviction. It's not always because theAlex Gorrod2015-01-131-0/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Track the largest in-memory page size we've been called on to evict.Keith Bostic2015-01-101-0/+2
| * | | | | Don't bother creating tags files for the ext/ sources, it's not thatKeith Bostic2015-01-101-2/+11
* | | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-1/+1
* | | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
|/ / / / /
* | | | | Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-073-24/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Keep wiredtiger_strerror() as thread-safe as possible by splitting theKeith Bostic2015-01-041-21/+42
| * | | | Update.Keith Bostic2015-01-041-0/+1
| * | | | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-243-14/+31
* | | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-052-2/+4
* | | | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-042-16/+24
* | | | | Merge pull request #1501 from wiredtiger/page-yieldMichael Cahill2014-12-311-0/+13
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into page-yieldMichael Cahill2014-12-245-6/+12
| |\ \ \ \ \ | | |/ / / /
| * | | | | busy-work: sort the stat options, make the stat options units matchKeith Bostic2014-12-191-3/+3
| * | | | | Wrong unit in descriptionSusan LoVerso2014-12-191-1/+1
| * | | | | Add sleep backoff if waiting for page too long. SERVER-16269Susan LoVerso2014-12-191-4/+5
| * | | | | Add separate statistics for pages yielding because the WT_REF isn'tKeith Bostic2014-12-191-0/+12