| Age | Commit message (Expand) | Author |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-08-01 | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill |
| 2014-07-31 | Skip decrementing the connection's reference count when discarding | Keith Bostic |
| 2014-07-31 | The connection handle code shouldn't really be dealing with session-style | Keith Bostic |
| 2014-07-17 | Rename __wt_bt_cache_XXX functions to be __wt_cache_XXX to match the | Keith Bostic |
| 2014-07-17 | Use __wt_bt_cache_op to flush the cache rather than __wt_checkpoint_close | Keith Bostic |
| 2014-05-21 | Change the data handle decrement to an atomic operation, removing the | Keith Bostic |
| 2014-05-21 | First attempt to add a sweep thread to close data handles only after | Keith Bostic |
| 2014-04-17 | Fix a bug where we could free invalid memory during checkpoint. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-30 | Whitespace | Susan LoVerso |
| 2013-12-28 | Don't sweep this session's dhandle. #827 | Susan LoVerso |
| 2013-12-17 | Merge Sue's fix for the session refcount with mine, simplify. | Michael Cahill |
| 2013-12-16 | If a session already has a reference to a dhandle, don't add another. | Susan LoVerso |
| 2013-12-04 | Abstract out the data source in-use increment/decrement so we don't have | Keith Bostic |
| 2013-12-04 | Rename refcnt and usecnt, add a comment to clarify their purpose. | Keith Bostic |
| 2013-11-30 | lint | Keith Bostic |
| 2013-11-30 | cleanup some unused variables. | Keith Bostic |
| 2013-11-30 | Add WT_SESSION use-countet to WT_DATA_HANDLEs | Keith Bostic |
| 2013-11-30 | Track connection & session data handle sweeps consistently, move | Keith Bostic |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-14 | Fix a long-standing deadlock that could happen when closing a busy LSM tree. | Michael Cahill |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-09-18 | Change dhandles to use a singly linked list. Fix bug in close to | Susan LoVerso |
| 2013-09-13 | Merge pull request #685 from wiredtiger/bulk-handles | Keith Bostic |
| 2013-09-13 | Check for WT_DHANDLE_EXCLUSIVE in sweep code. #680 | Susan LoVerso |
| 2013-09-13 | Simplify the test for whether or not we've locked the handle -- I | Keith Bostic |
| 2013-08-14 | Code movement from review comments. | Susan LoVerso |
| 2013-08-13 | Periodically close session and connection dhandles that are no longer | Susan LoVerso |
| 2013-06-18 | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill |
| 2013-05-16 | Use the name hash to avoid string comparisons in the session list of data han... | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2012-09-27 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2012-09-18 | Replace session->btree with a data handle. | Michael Cahill |
| 2012-09-18 | Rename {conn,session}_btree.c to {conn,session}_dhandle.c. | Michael Cahill |