| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into mongodb-3.0 | Michael Cahill | 2015-04-17 | 1 | -1/+1 |
|\ |
|
| * | Update references to GitHub issues. | Michael Cahill | 2015-04-16 | 1 | -1/+1 |
* | | The handle sweep code should handle busy returns. | Alex Gorrod | 2015-03-26 | 1 | -1/+3 |
* | | Fix missing fsync function on Windows. | Alex Gorrod | 2015-03-26 | 1 | -0/+3 |
* | | Merge branch 'master' into develop | Alex Gorrod | 2015-03-26 | 2 | -4/+8 |
|\ \
| |/ |
|
| * | Add empty upgrading section for 2.5.2 release. | Alex Gorrod | 2015-03-24 | 1 | -0/+4 |
| * | Update version in docs. | Alex Gorrod | 2015-03-23 | 1 | -3/+3 |
* | | txn/txn_log.c:224: warning: declaration of 'sync' shadows a global declaration | Michael Cahill | 2015-03-26 | 1 | -3/+4 |
* | | Merge pull request #1826 from wiredtiger/packing-size-checks | Alex Gorrod | 2015-03-26 | 1 | -0/+30 |
|\ \ |
|
| * | | Add explicit size checks to public pack/unpack code: if all bytes are consume... | Michael Cahill | 2015-03-26 | 1 | -0/+30 |
* | | | meta_track.c:191: warning: declaration of 'sync' shadows a global declaration | Michael Cahill | 2015-03-26 | 2 | -3/+3 |
* | | | Sweep needs to write-lock handles before discarding them. The handle list lo... | Michael Cahill | 2015-03-26 | 1 | -1/+14 |
* | | | Merge branch 'develop' into checkpoint-closing-files | Michael Cahill | 2015-03-26 | 43 | -278/+390 |
|\ \ \ |
|
| * \ \ | Merge pull request #1821 from markbenvenuto/windows_thread_fix | Alex Gorrod | 2015-03-26 | 23 | -61/+93 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fix name of function in comment | Mark Benvenuto | 2015-03-25 | 2 | -3/+3 |
| | * | | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 23 | -60/+92 |
| * | | | whitespace | Keith Bostic | 2015-03-25 | 1 | -2/+1 |
| * | | | whitespace | Keith Bostic | 2015-03-25 | 1 | -2/+1 |
| |/ / |
|
| * | | Split sweep into two passes: one that walks the handle list without locking a... | Michael Cahill | 2015-03-25 | 2 | -30/+60 |
| * | | Move the file-handle types/defines from misc.h to os.h. | Keith Bostic | 2015-03-24 | 5 | -37/+37 |
| * | | Initialize mode. #1785 | Susan LoVerso | 2015-03-24 | 1 | -0/+1 |
| * | | Add a single set of fhandle flags for open and close. #1785 | Susan LoVerso | 2015-03-24 | 10 | -39/+52 |
| * | | Merge branch 'develop' into file-flags | Susan LoVerso | 2015-03-24 | 6 | -119/+152 |
| |\ \ |
|
| | * \ | Merge pull request #1810 from wiredtiger/stat-cache-internal-page-size | Keith Bostic | 2015-03-24 | 6 | -119/+152 |
| | |\ \ |
|
| | | * | | Add statistics to track internal/overflow/leaf pages in cache. | Alex Gorrod | 2015-03-24 | 6 | -119/+152 |
| * | | | | Add flags to wt_fopen/fclose. #1785 | Susan LoVerso | 2015-03-23 | 8 | -20/+27 |
* | | | | | Implement Keith's review feedback. | Michael Cahill | 2015-03-26 | 1 | -8/+12 |
* | | | | | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill | 2015-03-26 | 8 | -13/+32 |
* | | | | | Always go through meta tracking when closing a dirty file, to ensure the meta... | Michael Cahill | 2015-03-24 | 1 | -7/+15 |
* | | | | | Change the sweep server to only operate on clean files. Track the maximum tr... | Michael Cahill | 2015-03-24 | 10 | -37/+58 |
| |/ / /
|/| | | |
|
* | | | | Revert "Avoid a deadlock between the sweep server and a checkpoint." | Alex Gorrod | 2015-03-24 | 1 | -26/+4 |
| |/ /
|/| | |
|
* | | | Avoid a deadlock between the sweep server and a checkpoint. | Michael Cahill | 2015-03-24 | 1 | -4/+26 |
|/ / |
|
* | | The commit in 153619e removed a necessary return from the error function, | Keith Bostic | 2015-03-23 | 1 | -1/+1 |
* | | Fix a memory leak in huffman configuration parsing. | Alex Gorrod | 2015-03-23 | 1 | -2/+5 |
* | | The statistics log server thread includes the database directory in path names. | Michael Cahill | 2015-03-23 | 1 | -1/+2 |
* | | If a walk for pages to evict ends on a page requiring forced eviction, don't ... | Michael Cahill | 2015-03-23 | 1 | -1/+6 |
* | | Merge develop, __wt_close now takes a (WT_FH *). | Keith Bostic | 2015-03-22 | 1 | -1/+1 |
* | | Remove WT_UNUSED(session), it's used. | Keith Bostic | 2015-03-22 | 1 | -2/+0 |
* | | Merge branch 'develop' into base-config-crash | Keith Bostic | 2015-03-22 | 39 | -393/+524 |
|\ \ |
|
| * \ | Merge branch 'develop' into session-strerror | Keith Bostic | 2015-03-22 | 17 | -156/+259 |
| |\ \ |
|
| | * \ | Merge pull request #1796 from wiredtiger/clear-handle-on-close | Alex Gorrod | 2015-03-23 | 10 | -33/+36 |
| | |\ \ |
|
| | | * | | Pass __wt_close() a reference to the WT_FH memory, that way it gets | Keith Bostic | 2015-03-21 | 10 | -33/+36 |
| | * | | | Merge pull request #1792 from wiredtiger/evict-close-race | Alex Gorrod | 2015-03-23 | 1 | -6/+14 |
| | |\ \ \ |
|
| | | * | | | Fix a race closing eviction helper threads: close the main eviction thread fi... | Michael Cahill | 2015-03-20 | 1 | -6/+14 |
| | * | | | | Merge pull request #1795 from wiredtiger/clear-ret-wt-err-test | Michael Cahill | 2015-03-23 | 1 | -27/+14 |
| | |\ \ \ \ |
|
| | | * | | | | Clear "ret" in WT_ERR_TEST when the test fails. | Keith Bostic | 2015-03-20 | 1 | -27/+14 |
| | * | | | | | Merge pull request #1793 from wiredtiger/additional-config-checks | Alex Gorrod | 2015-03-23 | 8 | -89/+194 |
| | |\ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | * | | | | Check for empty or "none" collator, compressor and extractor values in | Keith Bostic | 2015-03-20 | 3 | -9/+20 |
| | | * | | | | Btree & log share a compressor, make the error message general. | Keith Bostic | 2015-03-20 | 1 | -1/+1 |
| | | * | | | | The log and btree code to verify/validate a compressor is the same | Keith Bostic | 2015-03-20 | 4 | -49/+52 |