summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into mongodb-3.0Michael Cahill2015-04-171-1/+1
|\
| * Update references to GitHub issues.Michael Cahill2015-04-161-1/+1
* | The handle sweep code should handle busy returns.Alex Gorrod2015-03-261-1/+3
* | Fix missing fsync function on Windows.Alex Gorrod2015-03-261-0/+3
* | Merge branch 'master' into developAlex Gorrod2015-03-262-4/+8
|\ \ | |/
| * Add empty upgrading section for 2.5.2 release.Alex Gorrod2015-03-241-0/+4
| * Update version in docs.Alex Gorrod2015-03-231-3/+3
* | txn/txn_log.c:224: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-261-3/+4
* | Merge pull request #1826 from wiredtiger/packing-size-checksAlex Gorrod2015-03-261-0/+30
|\ \
| * | Add explicit size checks to public pack/unpack code: if all bytes are consume...Michael Cahill2015-03-261-0/+30
* | | meta_track.c:191: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-262-3/+3
* | | Sweep needs to write-lock handles before discarding them. The handle list lo...Michael Cahill2015-03-261-1/+14
* | | Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-2643-278/+390
|\ \ \
| * \ \ Merge pull request #1821 from markbenvenuto/windows_thread_fixAlex Gorrod2015-03-2623-61/+93
| |\ \ \ | | |/ / | |/| |
| | * | Fix name of function in commentMark Benvenuto2015-03-252-3/+3
| | * | Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-2523-60/+92
| * | | whitespaceKeith Bostic2015-03-251-2/+1
| * | | whitespaceKeith Bostic2015-03-251-2/+1
| |/ /
| * | Split sweep into two passes: one that walks the handle list without locking a...Michael Cahill2015-03-252-30/+60
| * | Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-245-37/+37
| * | Initialize mode. #1785Susan LoVerso2015-03-241-0/+1
| * | Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-2410-39/+52
| * | Merge branch 'develop' into file-flagsSusan LoVerso2015-03-246-119/+152
| |\ \
| | * \ Merge pull request #1810 from wiredtiger/stat-cache-internal-page-sizeKeith Bostic2015-03-246-119/+152
| | |\ \
| | | * | Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-246-119/+152
| * | | | Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-238-20/+27
* | | | | Implement Keith's review feedback.Michael Cahill2015-03-261-8/+12
* | | | | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-268-13/+32
* | | | | Always go through meta tracking when closing a dirty file, to ensure the meta...Michael Cahill2015-03-241-7/+15
* | | | | 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