summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.2.02.2.0Alex Gorrod2014-05-218-18/+96
* Fix s_docs script to work with -l again.Alex Gorrod2014-05-211-0/+1
* Fix a memory leak, thanks valgrind!Keith Bostic2014-05-201-4/+3
* Update.Keith Bostic2014-05-201-0/+2
* Add a -F option to thread, to create a separate file for every thread.Keith Bostic2014-05-205-38/+91
* Fix a bug where rolling back the first transaction to update an LSM tree coul...Michael Cahill2014-05-201-4/+13
* In the fast-path for avoiding scans of the global transaction table, check th...Michael Cahill2014-05-191-1/+4
* Merge pull request #1013 from wiredtiger/compression-can-failMichael Cahill2014-05-151-36/+95
|\
| * Allow the raw compression function to fail, in which case we write theKeith Bostic2014-05-141-36/+95
* | Sort the subconfig lists.Keith Bostic2014-05-142-24/+24
* | Pull out configuration ordering into its own section, for clarity.Keith Bostic2014-05-141-28/+37
* | Fix initialization bug in async reconfig. #1002Susan LoVerso2014-05-142-1/+6
* | Mention the WIREDTIGER_CONFIG environment variable.Keith Bostic2014-05-141-4/+7
* | Removing trailing ^M from each line.Keith Bostic2014-05-141-77/+77
* | Reset locked variable when releasing the lock. #976Susan LoVerso2014-05-141-0/+1
* | Return ENOTSUP if someone tries to allocate an async op handleSusan LoVerso2014-05-142-1/+78
|/
* Merge pull request #1006 from wiredtiger/async-javaAlex Gorrod2014-05-145-38/+714
|\
| * Fixes for Java async stability and performance.Don Anderson2014-05-132-64/+119
| * KNF fixes and comment typo.Don Anderson2014-05-132-13/+19
| * Support async operations in Java. refs #933.Don Anderson2014-05-115-30/+645
* | Add async to reconfig test. Fix code to retain defaults. #1002Susan LoVerso2014-05-132-5/+33
* | Allow async to be reconfigured. #1002Susan LoVerso2014-05-137-34/+188
* | Don't roll forward the metadata when opening a hot backup: the version restor...Michael Cahill2014-05-134-20/+34
* | Reserve more memory for zlib to finish a raw buffer -- it turns out to need 2...Michael Cahill2014-05-131-1/+1
* | Coverity. Clean up unused variables.Susan LoVerso2014-05-121-19/+2
* | Add backoff to sleep if no async work available. #1002Susan LoVerso2014-05-126-98/+128
* | Be a little more defensive: a reasonable compression function might notKeith Bostic2014-05-121-11/+15
* | Document dst and dst_len for WT_COMPRESSOR::compress.Keith Bostic2014-05-121-0/+6
* | Fix a comment.Keith Bostic2014-05-121-1/+1
* | Don't loop on calls to deflate until Z_OK isn't returned, we're not addingKeith Bostic2014-05-121-3/+3
* | Remove decrement of the destination length by one, when setting up forKeith Bostic2014-05-121-1/+1
* | Don't ignore the return value from deflateEnd.Keith Bostic2014-05-121-1/+4
* | Merge pull request #1004 from wiredtiger/stat-log-reconfigMichael Cahill2014-05-129-139/+167
|\ \ | |/ |/|
| * Update checkpoint server reconfigure to match stat log semantics.Alex Gorrod2014-05-091-61/+11
| * Make statistics log server reconfigurable.Alex Gorrod2014-05-098-78/+156
* | If zlib compression fails because there's not enough room in the destinationKeith Bostic2014-05-101-7/+2
* | whitespaceKeith Bostic2014-05-101-8/+4
* | Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-1011-180/+272
* | Coverity #1212124 Resource leak.Keith Bostic2014-05-091-4/+9
* | Coverity #1212126: Uninitialized scalar variable.Keith Bostic2014-05-091-4/+4
* | Fix a leak of the scratch buffer array in the dummy session: don't allocate s...Michael Cahill2014-05-091-17/+8
* | typoMichael Cahill2014-05-091-1/+1
* | Speed up checkpoints by doing a better job of skipping pages that can't conta...Michael Cahill2014-05-098-92/+47
* | Fix a leak of the buffer used to hold config files.Michael Cahill2014-05-091-5/+8
|/
* Use the default cache size in test/thread: 5MB causes odd side effects that m...Michael Cahill2014-05-091-1/+1
* Merge branch 'row-skip-append-check' into developMichael Cahill2014-05-091-6/+6
|\
| * Change search-near to always set the "insert" flag, LSM depends on it.Keith Bostic2014-05-081-6/+6
* | Merge pull request #1003 from wiredtiger/row-skip-append-checkMichael Cahill2014-05-096-33/+50
|\ \ | |/
| * Don't do an append test regardless if searching the tree, but moreKeith Bostic2014-05-085-26/+36
| * Comment cleanup.Keith Bostic2014-05-081-3/+2