summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-04Merge branches 'develop' and 'master' of github.com:wiredtiger/wiredtiger1.1.3Michael Cahill
2012-04-03Don't report range errors for config values that aren't well-formed integers.Michael Cahill
2012-03-30Remove the release tree after creating the tarball.Michael Cahill
2012-03-30s_types should check in more directories than just src.Michael Cahill
2012-03-28When we removed test/config.i, it broke s_types -- simplify s_types,Keith Bostic
2012-03-28We no longer use __wt_buf_swap(), remove it (it's trivial to replaceKeith Bostic
2012-03-28move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic
2012-03-28Remove test/config*, it's obsolete now.Michael Cahill
2012-03-11Layer dump cursors on top of any cursor type.Michael Cahill
2012-03-11Push handling of "standard" cursor config flags into __wt_cursor_init.Michael Cahill
2012-03-11Remove the CURSTD_FILE and CURSTD_TABLE flags: if we need to look inside aMichael Cahill
2012-03-28Fix the "exclusive" config for WT_SESSION::create.Michael Cahill
2012-03-28Typo in usage method for "wt write".Michael Cahill
2012-03-26Add a couple more copyrights.Keith Bostic
2012-03-25update a comment, no real change.Keith Bostic
2012-03-24Don't force the delete percentage to 0 (so salvage runs), if theKeith Bostic
2012-03-21Add a section on replacing the default system memory allocator to theKeith Bostic
2012-03-20Merge branch 'master' of github.com:wiredtiger/wiredtigerMichael Cahill
2012-03-20Cut release 1.1.2.Michael Cahill
2012-03-20../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp...Michael Cahill
2012-03-20Don't complain about buffers that weren't discarded yet, it breaks theKeith Bostic
2012-03-20Remove core files in the clean target.1.1.2Keith Bostic
2012-03-20Complain if a scratch buffer is allocated but never discarded.Keith Bostic
2012-03-20Use local WT_BTREE variables consistently.Keith Bostic
2012-03-20Merge branch 'develop'Michael Cahill
2012-03-20btree/bt_evict.c:545:40: error: 'i' may be used uninitialized in this functionMichael Cahill
2012-03-20btree/bt_evict.c:679:18: error: unused variable 'read_lockout'Michael Cahill
2012-03-20Merge pull request #185 from wiredtiger/eviction-tuningMichael Cahill
2012-03-20Update a comment: WT_EVICT_GROUP is about how many pages are candidates.Michael Cahill
2012-03-20Updates based on review of recent eviction changes.Michael Cahill
2012-03-19change a comment (I want to see if I can push to this branch).Keith Bostic
2012-03-19Don't have the eviction server signal its own condition variable.Michael Cahill
2012-03-19Make the eviction walk run concurrent with LRU eviction.Michael Cahill
2012-03-19Have the eviction server start a new walk when it reaches half way through th...Michael Cahill
2012-03-17Keep the current eviction point in memory.Michael Cahill
2012-03-17../src/os_posix/os_time.c:33: warning: implicit declaration of function 'gett...Michael Cahill
2012-03-16Don't mention local files in the README, that only applies to releaseKeith Bostic
2012-03-16Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson
2012-03-16Set limit of config scenarios tests to 1000 (it had been set low temporarilyDon Anderson
2012-03-16Rename block_alloc.c -> block_ext.cKeith Bostic
2012-03-16Generalize the "free list" to be an "extent list", we're going to need 3Keith Bostic
2012-03-16Only spin on the LRU lock if there might be pages in the LRU queue to evict.Michael Cahill
2012-03-16Only notify the eviction server if an application thread doesn't find any pag...Michael Cahill
2012-03-15lintKeith Bostic
2012-03-15lint, minor cleanups.Keith Bostic
2012-03-15Inline __wt_page_modify_init (we call it in the search function), andKeith Bostic
2012-03-15Set the running state before forking the thread, update more often, it'sKeith Bostic
2012-03-15When WT_NOADDR became the empty string, it broke the code to print it out.Keith Bostic
2012-03-15OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic
2012-03-15Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson