summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
...
| * | Check for empty or "none" collator, compressor and extractor values inKeith Bostic2015-03-202-3/+15
| * | 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-202-12/+49
| * | Add a test for invalid extractorsKeith Bostic2015-03-201-23/+47
| * | Add tests for illegal block compressors.Keith Bostic2015-03-201-14/+11
| * | Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-10/+37
| |/
* | Separate out the code to flush a file handle and rename the file intoKeith Bostic2015-03-211-10/+4
* | If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-202-4/+4
* | Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-202-17/+9
* | Windows wants FILE handles in binary mode, add a mode argument toKeith Bostic2015-03-201-1/+1
* | Merge branch 'develop' into base-config-crashKeith Bostic2015-03-201-11/+16
|\ \ | |/
| * Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-201-11/+16
| |\
| | * Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-201-11/+16
* | | 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-191-49/+58
|/ /
* | Typo.Susan LoVerso2015-03-181-1/+1
* | Fsync after writing WiredTiger file. #1775Susan LoVerso2015-03-181-0/+1
* | Merge pull request #1756 from qconner/lz4-compressorAlex Gorrod2015-03-181-0/+6
|\ \
| * | LZ4 external compressorQuentin Conner2015-03-121-0/+6
* | | Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-172-5/+6
* | | Add ability to configure sweep server timings via API.Alex Gorrod2015-03-122-3/+28
| |/ |/|
* | More lint/changes for #1740, switch WT_CONNECTION.stat_usecs,Keith Bostic2015-03-102-2/+2
|/
* Revert "Move writing into log worker thread. #1683"Michael Cahill2015-03-091-11/+5
* Destroy a condition variable after its last use.Michael Cahill2015-03-061-1/+1
* lint: fix some warnings, a minor leak and a Windows test failure (from callin...Michael Cahill2015-03-061-2/+4
* Merge branch 'develop' into log-wrlsn-threadMichael Cahill2015-03-065-41/+90
|\
| * Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic2015-03-034-37/+76
| |\
| | * eviction_workers_XXX are uint32_t's, be consistent in handling them.Keith Bostic2015-03-031-4/+3
| | * Don't set eviction_workers_min/eviction_workers_max in the connectionKeith Bostic2015-03-031-3/+6
| | * __wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic2015-03-031-51/+50
| | * Handle switching to a shared cache in reconfigure.Alex Gorrod2015-03-031-3/+10
| | * Fixup per s_all.Alex Gorrod2015-03-031-3/+4
| | * Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-034-30/+60
| * | Merge pull request #1707 from wiredtiger/paranoiaMichael Cahill2015-03-032-3/+13
| |\ \ | | |/ | |/|
| | * Fixup error handling on non-force handle close.Alex Gorrod2015-03-021-1/+1
| | * Self review: improve error handling.Michael Cahill2015-03-021-5/+7
| | * Add paranoia to catch files opened during WT_CONNECTION::closeMichael Cahill2015-02-272-0/+5
| | * Log an error if we fail to close a tree.Michael Cahill2015-02-271-1/+4
| * | Reverse the direction of the LRU walk each time the eviction server goes to s...Michael Cahill2015-03-021-1/+1
| |/
* | Move writing into log worker thread. #1683Susan LoVerso2015-03-031-4/+11
* | Merge branch 'develop' into log-wrlsn-threadSusan LoVerso2015-03-012-15/+58
|\ \ | |/
| * Remove broken comment.Alex Gorrod2015-02-261-5/+0
| * Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod2015-02-261-0/+47
| * There's no error handling, just return instead of jumping to anKeith Bostic2015-02-241-2/+2
| * Once __statlog_apply() finds a match, return, there's no reason to keepKeith Bostic2015-02-241-1/+1
| * Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-242-14/+15
* | Have write LSN worker thread call qsort on a group of slots. #1683Susan LoVerso2015-02-241-40/+67
* | Add some stats. #1683Susan LoVerso2015-02-231-0/+1
* | Add log worker thread to advance write_lsn. #1683Susan LoVerso2015-02-191-1/+111
|/