summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-2011-103/+146
* Windows wants FILE handles in binary mode, add a mode argument toKeith Bostic2015-03-203-4/+19
* Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-203-43/+52
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-2026-524/+744
|\
| * Loss of precision (arg. no. 3) (unsigned long long to unsigned int)Keith Bostic2015-03-201-3/+5
| * Fix a comment.Keith Bostic2015-03-201-5/+5
| * Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-2013-30/+63
| |\
| | * Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-204-15/+31
| | * Round up the "in-memory size" for WT_UPDATEs to a multiple of 32. They are a...Michael Cahill2015-03-173-5/+12
| | * Merge branch 'develop' into page-alloc-accountingMichael Cahill2015-03-178-55/+112
| | |\
| | * | Lint.Keith Bostic2015-03-142-3/+3
| | * | Pass a allocated memory size to __wt_page_inmem().Keith Bostic2015-03-146-17/+14
| | * | whitespaceKeith Bostic2015-03-142-3/+2
| | * | Merge branch 'develop' into page-alloc-accountingKeith Bostic2015-03-146-15/+26
| | |\ \
| | * | | Update memory allocation accounting for new pages and realloc.Alex Gorrod2015-03-137-9/+23
| * | | | Merge branch 'develop' into index-cursor-compareAlex Gorrod2015-03-2010-476/+586
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-2033-243/+652
| | |\ \ \ \
| | | * \ \ \ Merge pull request #1789 from markbenvenuto/vs2015Alex Gorrod2015-03-201-0/+2
| | | |\ \ \ \
| | | | * | | | Visual Studio 2015 Preview supportMark Benvenuto2015-03-191-0/+2
| | | * | | | | Update the eviction server to not set stuck if it isn't full.Alex Gorrod2015-03-201-6/+12
| | | * | | | | Merge branch 'develop' into truncate-ebusyAlex Gorrod2015-03-198-38/+113
| | | |\ \ \ \ \
| | | | * | | | | Fix comment.Susan LoVerso2015-03-191-1/+1
| | | | |/ / / /
| | | * | | | | Fix missing paren, enhance a comment.Keith Bostic2015-03-191-1/+3
| | | * | | | | Avoid EBUSY errors from truncate caused by checkpoints.Michael Cahill2015-03-191-1/+7
| | * | | | | | Always set an is_utf8 value when returning from __huffman_confchk_file().Keith Bostic2015-03-171-4/+3
| | * | | | | | Don't drop core if duplicate symbols are detected (caller's table getsKeith Bostic2015-03-141-14/+11
| | * | | | | | Switch sscanf from SCNu46 to SCNi64 so we handle both hexadecimal andKeith Bostic2015-03-131-10/+13
| | * | | | | | Fix problems with configuration value parsing, break out the HuffmanKeith Bostic2015-03-131-44/+56
| | * | | | | | Merge branch 'develop' into config-check-with-functionKeith Bostic2015-03-135-26/+28
| | |\ \ \ \ \ \
| | * | | | | | | Add support for calling functions to validate configuration values,Keith Bostic2015-03-125-404/+484
| * | | | | | | | Update the comment about searching in an index to clarify why we can onlyMichael Cahill2015-03-201-11/+19
| * | | | | | | | Fix a comment, missing word.Keith Bostic2015-03-191-2/+2
| * | | | | | | | Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-195-12/+79
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix a comment.Keith Bostic2015-03-191-5/+6
* | | | | | | | Minor code shuffling, remove unused variables.Keith Bostic2015-03-191-9/+6
* | | | | | | | Create the base configuration file in a temporary file and rename itKeith Bostic2015-03-194-53/+123
|/ / / / / / /
* | | | | | | Merge pull request #1780 from wiredtiger/session-dhandle-exclusive-busyMichael Cahill2015-03-191-3/+10
|\ \ \ \ \ \ \
| * | | | | | | Update the session get btree check to figure out behavior.Alex Gorrod2015-03-191-9/+10
| * | | | | | | Update the session get btree busy check:Alex Gorrod2015-03-191-3/+9
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1771 from wiredtiger/lz4-keithAlex Gorrod2015-03-194-31/+68
|\ \ \ \ \ \ \
| * | | | | | | Add LZ4 to the documentation.Keith Bostic2015-03-184-31/+68
| |/ / / / / /
* | | | | | | Merge pull request #1781 from wiredtiger/pack-stream-length-checkAlex Gorrod2015-03-191-0/+32
|\ \ \ \ \ \ \
| * | | | | | | Add length checks to the WT_PACK_STREAM API, because lower layers treat size ...Michael Cahill2015-03-191-0/+32
| |/ / / / / /
* | | | | | | Typo.Susan LoVerso2015-03-181-1/+1
* | | | | | | Fsync after writing WiredTiger file. #1775Susan LoVerso2015-03-181-0/+1
|/ / / / / /
* | | | | | Merge pull request #1767 from wiredtiger/session-dhandle-lock-busy-fallbackAlex Gorrod2015-03-181-1/+7
|\ \ \ \ \ \
| * | | | | | If the session-level attempt to lock a handle gets EBUSY, fall back to the sl...Michael Cahill2015-03-181-1/+7
* | | | | | | Fixup lint in new lz4 source code.Alex Gorrod2015-03-181-4/+4
* | | | | | | Merge pull request #1756 from qconner/lz4-compressorAlex Gorrod2015-03-182-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | LZ4 external compressorQuentin Conner2015-03-122-1/+7