summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-2410-37/+58
* Revert "Avoid a deadlock between the sweep server and a checkpoint."Alex Gorrod2015-03-241-26/+4
* Avoid a deadlock between the sweep server and a checkpoint.Michael Cahill2015-03-241-4/+26
* The commit in 153619e removed a necessary return from the error function,Keith Bostic2015-03-231-1/+1
* Fix a memory leak in huffman configuration parsing.Alex Gorrod2015-03-231-2/+5
* The statistics log server thread includes the database directory in path names.Michael Cahill2015-03-231-1/+2
* If a walk for pages to evict ends on a page requiring forced eviction, don't ...Michael Cahill2015-03-231-1/+6
* Merge develop, __wt_close now takes a (WT_FH *).Keith Bostic2015-03-221-1/+1
* Remove WT_UNUSED(session), it's used.Keith Bostic2015-03-221-2/+0
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-2239-393/+524
|\
| * Merge branch 'develop' into session-strerrorKeith Bostic2015-03-2217-156/+259
| |\
| | * Merge pull request #1796 from wiredtiger/clear-handle-on-closeAlex Gorrod2015-03-2310-33/+36
| | |\
| | | * Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-2110-33/+36
| | * | Merge pull request #1792 from wiredtiger/evict-close-raceAlex Gorrod2015-03-231-6/+14
| | |\ \
| | | * | Fix a race closing eviction helper threads: close the main eviction thread fi...Michael Cahill2015-03-201-6/+14
| | * | | Merge pull request #1795 from wiredtiger/clear-ret-wt-err-testMichael Cahill2015-03-231-27/+14
| | |\ \ \
| | | * | | Clear "ret" in WT_ERR_TEST when the test fails.Keith Bostic2015-03-201-27/+14
| | * | | | Merge pull request #1793 from wiredtiger/additional-config-checksAlex Gorrod2015-03-238-89/+194
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Check for empty or "none" collator, compressor and extractor values inKeith Bostic2015-03-203-9/+20
| | | * | | Btree & log share a compressor, make the error message general.Keith Bostic2015-03-201-1/+1
| | | * | | The log and btree code to verify/validate a compressor is the sameKeith Bostic2015-03-204-49/+52
| | | * | | Formatting cleanup, make compressor wording consistent for block andKeith Bostic2015-03-201-7/+8
| | | * | | Add a test for invalid extractorsKeith Bostic2015-03-203-25/+50
| | | * | | Add tests for illegal block compressors.Keith Bostic2015-03-204-30/+56
| | | * | | Add tests for illegal key/value format configurations.Keith Bostic2015-03-205-12/+23
| | | * | | Add configuration-time checks for invalid collators.Keith Bostic2015-03-203-15/+43
| | | |/ /
| | * | | The typical turtle file is bigger than 1000B, boost the requestedKeith Bostic2015-03-211-1/+1
| | |/ /
| * | | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-2022-240/+267
| |/ /
* | | Separate out the code to flush a file handle and rename the file intoKeith Bostic2015-03-214-28/+62
* | | Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-214-35/+18
* | | Be a little more defensive, default to "file doesn't exist" under allKeith Bostic2015-03-211-3/+3
* | | whitespaceKeith Bostic2015-03-211-2/+1
* | | If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-208-19/+31
* | | I broke the Windows code linting the POSIX code, fix it up.Keith Bostic2015-03-201-6/+6
* | | Remove call to __wt_filename from __backup_file_create, it's no longerKeith Bostic2015-03-201-12/+3
* | | 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