| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2220 Create WT_TIMEDIFF_US and fix use of constants. | Susan LoVerso | 2015-11-17 | 1 | -1/+1 |
* | WT-2178 review feedback: | Alex Gorrod | 2015-10-29 | 1 | -0/+11 |
* | WT-2149: open private lookaside cursors as part of creating an internal | Keith Bostic | 2015-09-30 | 1 | -5/+7 |
* | Boolean conversion pass over include. | Keith Bostic | 2015-09-27 | 1 | -3/+3 |
* | Run a script looking for boolean declarations that are assigned to a | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion pass over session. | Keith Bostic | 2015-09-24 | 1 | -1/+1 |
* | Boolean conversion pass over os_posix. | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 1 | -4/+4 |
* | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 1 | -2/+2 |
* | More lint/changes for #1740, switch WT_CONNECTION.stat_usecs, | Keith Bostic | 2015-03-10 | 1 | -1/+1 |
* | Move server thread waits to the beginning of their loops: check that we're st... | Michael Cahill | 2015-02-12 | 1 | -8/+8 |
* | The checkpoint server should do a tiny wait to clear any pending signal, not ... | Michael Cahill | 2015-02-11 | 1 | -4/+6 |
* | If logs crossed the threshold size while we were taking a checkpoint, don't | Michael Cahill | 2015-02-11 | 1 | -0/+7 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -1/+2 |
* | If a server thread exits with an error, panic. | Keith Bostic | 2014-11-07 | 1 | -1/+1 |
* | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto | 2014-10-02 | 1 | -2/+2 |
* | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic | 2014-09-12 | 1 | -4/+4 |
* | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic | 2014-09-10 | 1 | -2/+4 |
* | Don't check for a checkpoint name match if none was specified (yeah, | Keith Bostic | 2014-09-09 | 1 | -8/+16 |
* | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso | 2014-09-03 | 1 | -1/+1 |
* | Refactor to remove layering violations. #1170 | Susan LoVerso | 2014-08-21 | 1 | -1/+22 |
* | Add log_size configuration for checkpoints. #1170 | Susan LoVerso | 2014-08-20 | 1 | -5/+17 |
* | A couple of simple cleanups: | Keith Bostic | 2014-08-13 | 1 | -4/+3 |
* | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic | 2014-08-13 | 1 | -0/+6 |
* | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill | 2014-08-01 | 1 | -1/+1 |
* | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic | 2014-07-30 | 1 | -2/+2 |
* | Update checkpoint server reconfigure to match stat log semantics. | Alex Gorrod | 2014-05-09 | 1 | -61/+11 |
* | Add ability to reconfigure the checkpoint server | Alex Gorrod | 2014-05-07 | 1 | -15/+98 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | The checkpoint thread gets the current time-of-day, but does nothing | Keith Bostic | 2013-11-29 | 1 | -4/+0 |
* | Don't use condition variables in log code when no-sync is configured. | Alex Gorrod | 2013-11-14 | 1 | -1/+1 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -2/+2 |
* | Only free the hazard array during connection close. | Michael Cahill | 2013-10-17 | 1 | -2/+1 |
* | Don't start the worker threads until everything else is done: it's | Keith Bostic | 2013-08-14 | 1 | -7/+0 |
* | Normalize loops in server threads that wait for wiredtiger_open to complete (... | Michael Cahill | 2013-06-21 | 1 | -1/+1 |
* | Add a condition variable to signal when LSM checkpoints should start, rather ... | Michael Cahill | 2013-03-20 | 1 | -2/+1 |
* | Close the checkpoint and statistics logging server thread's sessions | Keith Bostic | 2013-02-28 | 1 | -0/+8 |
* | Create a thread to do automatic checkpoints. | Keith Bostic | 2013-02-23 | 1 | -0/+152 |