summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove core files in the clean target.1.1.2Keith Bostic2012-03-201-1/+1
* Complain if a scratch buffer is allocated but never discarded.Keith Bostic2012-03-201-2/+6
* Use local WT_BTREE variables consistently.Keith Bostic2012-03-201-15/+22
* Merge branch 'develop'Michael Cahill2012-03-208-61/+77
|\
| * btree/bt_evict.c:545:40: error: 'i' may be used uninitialized in this functionMichael Cahill2012-03-201-2/+1
| * btree/bt_evict.c:679:18: error: unused variable 'read_lockout'Michael Cahill2012-03-201-1/+1
| * Merge pull request #185 from wiredtiger/eviction-tuningMichael Cahill2012-03-208-91/+131
| |\
| | * Update a comment: WT_EVICT_GROUP is about how many pages are candidates.Michael Cahill2012-03-201-1/+1
| | * Updates based on review of recent eviction changes.Michael Cahill2012-03-208-60/+77
* | | change a comment (I want to see if I can push to this branch).Keith Bostic2012-03-191-2/+2
| |/ |/|
* | Don't have the eviction server signal its own condition variable.Michael Cahill2012-03-191-4/+7
* | Make the eviction walk run concurrent with LRU eviction.Michael Cahill2012-03-191-10/+7
* | Have the eviction server start a new walk when it reaches half way through th...Michael Cahill2012-03-193-13/+15
* | Keep the current eviction point in memory.Michael Cahill2012-03-177-35/+44
* | Only spin on the LRU lock if there might be pages in the LRU queue to evict.Michael Cahill2012-03-161-2/+10
* | Only notify the eviction server if an application thread doesn't find any pag...Michael Cahill2012-03-161-7/+11
|/
* ../src/os_posix/os_time.c:33: warning: implicit declaration of function 'gett...Michael Cahill2012-03-171-0/+1
* Don't mention local files in the README, that only applies to releaseKeith Bostic2012-03-162-27/+17
* Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson2012-03-168-306/+348
|\
| * Rename block_alloc.c -> block_ext.cKeith Bostic2012-03-163-2/+2
| * Generalize the "free list" to be an "extent list", we're going to need 3Keith Bostic2012-03-167-304/+346
* | Set limit of config scenarios tests to 1000 (it had been set low temporarilyDon Anderson2012-03-161-1/+1
|/
* lintKeith Bostic2012-03-153-10/+12
* lint, minor cleanups.Keith Bostic2012-03-154-8/+12
* Inline __wt_page_modify_init (we call it in the search function), andKeith Bostic2012-03-156-31/+26
* Set the running state before forking the thread, update more often, it'sKeith Bostic2012-03-151-3/+4
* When WT_NOADDR became the empty string, it broke the code to print it out.Keith Bostic2012-03-151-2/+2
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-154-6/+28
* Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson2012-03-1511-19/+48
|\
| * Rename "close_method" argument to "discard", snapshots move us awayKeith Bostic2012-03-153-10/+10
| * Mention need for git when building from the repository.Keith Bostic2012-03-151-0/+1
| * Search the utilities for functions, it's not unreasonable for the utilitiesKeith Bostic2012-03-151-1/+1
| * Add the __wt_epoch function, returns the local time-of-day.Keith Bostic2012-03-154-0/+28
| * Move btree/bt_root.c -> session/session_root.cKeith Bostic2012-03-153-7/+7
| * typoKeith Bostic2012-03-151-1/+1
* | Changed use of {} in format to use {0}. Apparently {} is not standard.Don Anderson2012-03-151-1/+1
|/
* Changed test to use assertEqual() rather than print its output.Don Anderson2012-03-151-1/+10
* Made superflous 'print' messages to be either tagged with a verbose level,Don Anderson2012-03-153-3/+5
* Merge branch 'master' of https://github.com/wiredtiger/wiredtigerDon Anderson2012-03-1518-895/+916
|\
| * Fix a couple of comments, they didn't get updated with file "offsets"Keith Bostic2012-03-151-5/+4
| * Don't check the stats so often, it's for humans, and 1/10th of a secondKeith Bostic2012-03-151-1/+1
| * Make the tracking numbers mean something in the multi-threaded case.Keith Bostic2012-03-156-31/+84
| * Add a comment about the key/value cell mapping.Keith Bostic2012-03-151-1/+5
| * Add the tag back in for the wts_verify() call so which report which verifyKeith Bostic2012-03-153-6/+7
| * Fixes for bugs found by running test/format multithreaded.Michael Cahill2012-03-153-25/+24
| * Only signal the eviction server condvar if we have reason to believe it isn't...Michael Cahill2012-03-153-6/+13
| * Tiny optimization of eviction: only sort the number of non-NULL pages we have...Michael Cahill2012-03-151-9/+7
| * Tweak the eviction LRU parameters to allow more application threads to help w...Michael Cahill2012-03-151-3/+3
| * Scan row-store leaf pages twice when reading so we don't overallocate the ind...Michael Cahill2012-03-151-15/+21
| * Have s_copyright search all directories matching [a-z]*.Michael Cahill2012-03-151-2/+2