summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.1.1.1.1.1Michael Cahill2012-03-125-6/+34
* Revert a comment, only clear the exclusive flag if it was set.Michael Cahill2012-03-121-5/+5
* Back out part of the last change: we have to reopen when releasing a treeMichael Cahill2012-03-122-5/+7
* Only reopen handles when exclusive access is required, leave them closed on theMichael Cahill2012-03-122-38/+70
* Default to a verbose build, we can switch that off by running "configure --en...Michael Cahill2012-03-111-1/+1
* Fix a buffer overflow when encoding a root address.Michael Cahill2012-03-122-3/+2
* tiny code simplification.Keith Bostic2012-03-111-5/+3
* Fix a race between a diagnostic check and session close so test/thread "-S" r...Michael Cahill2012-03-112-11/+11
* spellingMichael Cahill2012-03-111-1/+1
* Always have an exclusive lock on btree handles before calling __wt_conn_btree...Michael Cahill2012-03-114-14/+15
* Only use the number of bytes in the root address known to be good: don't assumeMichael Cahill2012-03-111-9/+11
* Don't close a handle holding conn->spinlock: lock the handle exclusive instead.Michael Cahill2012-03-111-7/+15
* Wait for application threads in LRU eviction to drain before walking a file.Michael Cahill2012-03-111-0/+7
* Use default_session in case of errors.Michael Cahill2012-03-111-7/+10
* Close btree handles in the list: otherwise we can't safely remove or rename t...Michael Cahill2012-03-115-18/+32
* test/thread/run.c:129: warning: unused variable ‘keyno’Michael Cahill2012-03-111-1/+1
* Previously, we assumed the underlying object would be removed if theKeith Bostic2012-03-101-7/+4
* Fix an error message tag.Keith Bostic2012-03-101-1/+1
* Fix a comment, was listing the wrong name.Keith Bostic2012-03-101-1/+1
* Switch the function name order, use conn_btree_XXX instead ofKeith Bostic2012-03-105-19/+19
* Changes for issue #178: pass the cfg argument to __wt_session_lock_btree()Keith Bostic2012-03-101-1/+1
* The comment "start with the default session to keep error handlingKeith Bostic2012-03-101-6/+3
* Changes for issue #178.Keith Bostic2012-03-101-15/+57
* Don't leak the schema-table entry for the file when setting the root.Keith Bostic2012-03-101-1/+2
* Don't leak the allocated path if the turtle file doesn't yet exist.Keith Bostic2012-03-101-1/+2
* Changes for issue #178.Keith Bostic2012-03-106-36/+59
* Add the -S option to the test/thread program, that uses a new sessionKeith Bostic2012-03-103-69/+125
* Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson2012-03-0913-80/+100
|\
| * Overwrite pages when they're discarded to make it more likely we catchKeith Bostic2012-03-092-0/+4
| * Get rid of the pinned flag: it is no longer used.Michael Cahill2012-03-097-16/+9
| * Fix a race between threads reading in and then modifying a page.Michael Cahill2012-03-091-2/+14
| * Resize scratch buffers in preference to allocating new ones.Michael Cahill2012-03-091-40/+32
| * Account for memory allocated when reading a page into cache.Michael Cahill2012-03-095-22/+41
* | Standardize python spacing.Don Anderson2012-03-092-4/+4
* | Standardize python spacing.Don Anderson2012-03-093-3/+6
* | Standardize python spacing.Don Anderson2012-03-092-13/+13
* | Standardize python spacing.Don Anderson2012-03-092-51/+51
|/
* If forced page eviction fails, just give up and hope it works next time.Michael Cahill2012-02-292-23/+33
* 10% of 1MB is 100KB.Michael Cahill2012-02-281-1/+1
* Added tag 1.1.0 for changeset 98e12f19a801Michael Cahill2012-02-281-0/+1
* Removed tag release-1.01.1.0Michael Cahill2012-02-281-0/+2
* Added tag 1.0.0 for changeset 9e6541afe6e8Michael Cahill2012-02-281-0/+1
* Bump the version to 1.1.Michael Cahill2012-02-285-9/+50
* Make checks of test code optional, so they don't complain in a release tree.Michael Cahill2012-02-283-12/+12
* Allow s_release to work from a git or hg tree.Michael Cahill2012-02-281-7/+16
* Mark some more buffers as requiring alignment for use with O_DIRECT.Michael Cahill2012-02-281-0/+1
* Fix the configure test for default buffer alignment.Michael Cahill2012-02-282-16/+16
* Additional re-structuring of the eviction code. The only real changesKeith Bostic2012-02-271-44/+83
* fix a comment.Keith Bostic2012-02-271-2/+2
* Fix a comment.Keith Bostic2012-02-271-6/+5