summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Switch to using "safe mode" LZ4 decompression. We rely on it to detect error...Michael Cahill2015-03-251-6/+8
|/ / / /
* | | | Merge pull request #1804 from wiredtiger/file-flagsKeith Bostic2015-03-2416-98/+142
|\ \ \ \
| * | | | Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-245-37/+37
| * | | | Merge branch 'develop' into file-flagsKeith Bostic2015-03-241-42/+63
| |\ \ \ \
| | * | | | Add debugging code to compare the compressed buffer against the originalKeith Bostic2015-03-241-42/+63
| |/ / / / |/| | | |
| * | | | Initialize mode. #1785Susan LoVerso2015-03-241-0/+1
| * | | | Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-2411-39/+54
| * | | | Merge branch 'develop' into file-flagsSusan LoVerso2015-03-2413-127/+175
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1810 from wiredtiger/stat-cache-internal-page-sizeKeith Bostic2015-03-248-119/+167
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-248-119/+167
* | | | | Merge pull request #1809 from wiredtiger/revert-1808-sweep-try-lockAlex Gorrod2015-03-241-26/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "Avoid a deadlock between the sweep server and a checkpoint."Alex Gorrod2015-03-241-26/+4
|/ / / /
* | | | Merge pull request #1808 from wiredtiger/sweep-try-lockAlex Gorrod2015-03-241-4/+26
|\ \ \ \
| * | | | Avoid a deadlock between the sweep server and a checkpoint.Michael Cahill2015-03-241-4/+26
|/ / / /
* | | | Bump release version to 2.5.3 on develop branch.Alex Gorrod2015-03-245-8/+8
| * | | Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-238-20/+27
|/ / /
* | | 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 pull request #1785 from wiredtiger/base-config-crashMichael Cahill2015-03-2320-210/+377
|\ \ \
| * | | 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-2253-448/+662
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1794 from wiredtiger/session-strerrorKeith Bostic2015-03-2233-272/+309
|\ \ \ \
| * | | | We've got a WT_SESSION, use it instead of cursor->session.Keith Bostic2015-03-221-3/+2
| * | | | Merge branch 'develop' into session-strerrorKeith Bostic2015-03-2220-179/+355
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1796 from wiredtiger/clear-handle-on-closeAlex Gorrod2015-03-2310-33/+36
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into clear-handle-on-closeKeith Bostic2015-03-211-0/+1
| |\ \ \ \ \
| * | | | | | 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-2310-109/+289
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | 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-202-2/+2
| * | | | | | | | Fix formatting.Keith Bostic2015-03-201-5/+5
| * | | | | | | | 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-202-18/+21
| * | | | | | | | Add a test for invalid extractorsKeith Bostic2015-03-205-26/+59
| * | | | | | | | Add tests for illegal block compressors.Keith Bostic2015-03-206-34/+68
| * | | | | | | | Add tests for illegal key/value format configurations.Keith Bostic2015-03-207-14/+39
| * | | | | | | | Add configuration-time checks for invalid collators.Keith Bostic2015-03-205-16/+87
* | | | | | | | | Now lint is unhappy:Keith Bostic2015-03-211-0/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | The typical turtle file is bigger than 1000B, boost the requestedKeith Bostic2015-03-211-1/+1
* | | | | | | | snappy_compress.c:73:9: warning: will never be executed [-Wunreachable-code]Keith Bostic2015-03-211-3/+0
| |/ / / / / / |/| | | | | |
| | | * | | | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-2033-271/+309
| |_|/ / / / |/| | | | |
| | | * | | 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