| Age | Commit message (Expand) | Author |
| 2012-01-25 | Skiplist implementation of the default block manager free-list management. | Keith Bostic |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-21 | Add WT_VERBOSE_CALL, simplify calling a function based on a verbose flag. | Keith Bostic |
| 2012-01-13 | Put the verbose variable back in the output, I missed it. | Keith Bostic |
| 2012-01-02 | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic |
| 2012-01-02 | Move a couple btree-specific #defines into btree.h. | Keith Bostic |
| 2011-12-30 | Update a comment. | Keith Bostic |
| 2011-12-28 | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic |
| 2011-12-05 | Expand "illegal-format" to include "bad value" (we use it in places | Keith Bostic |
| 2011-11-29 | automatically prepend verbose messages with their particular tag line | Keith Bostic |
| 2011-11-15 | Make sure building with --disable-verbose works. | Michael Cahill |
| 2011-09-04 | Cast the number arg of __wt_calloc_def to a (size_t), we use lots of | Keith Bostic |
| 2011-08-09 | Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va... | Michael Cahill |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-04 | Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt... | Michael Cahill |
| 2011-08-03 | Minor verbose cleanup in allocation, make it possible to easily test specific | Keith Bostic |
| 2011-07-19 | Add WT_PREFIX_MATCH and WT_PREFIX_SKIP macros to simplify code that deals wit... | Michael Cahill |
| 2011-07-15 | Have server threads clear their session->btree handles when done with a request. | Michael Cahill |
| 2011-07-11 | A couple of new standard ERR/RET macros: if a test is non-zero, set the return | Keith Bostic |
| 2011-07-11 | WT_ILLEGAL_FORMAT_ERR takes an explicit "ret" argument, which is different | Keith Bostic |
| 2011-07-11 | I got the loop wrong when walking through the tree -- re-write it. | Keith Bostic |
| 2011-06-30 | Update salvage to insert deleted records for any part of the key-range | Keith Bostic |
| 2011-06-28 | Remove remaining WT_MBUF support and rewrite the only place still using | Keith Bostic |
| 2011-06-27 | Update a couple of comments, no real change. | Keith Bostic |
| 2011-06-27 | Use a C99 variadic macro to simplify WT_VERBOSE. | Michael Cahill |
| 2011-06-26 | Change WT_VERBOSE to take a session as its first argument, that's the primary | Keith Bostic |
| 2011-05-30 | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill |
| 2011-05-12 | Starting to use configuration strings for Btree configuration information. | Keith Bostic |
| 2011-05-09 | Remove some s_all output: remove some macros we no longer need. | Michael Cahill |
| 2011-04-25 | Remove the internal API, move automatically generated code to the public API. | Michael Cahill |
| 2011-05-03 | A problem with previous versions of the code was we did not get exclusive | Keith Bostic |
| 2011-04-03 | In diagnostic mode, track the location from which we acquire hazard references. | Keith Bostic |
| 2011-03-21 | The free function clearing its argument hack doesn't mean we can't drop core, | Keith Bostic |
| 2011-03-21 | Clean up for error routines: pass SESSION handles instead of BTREE references. | Keith Bostic |
| 2011-03-08 | Remove homegrown memory tracking software, we're committed to valgrind. | Keith Bostic |
| 2011-03-08 | The s_longlines script was off-by-one, fix lines exactly 80 characters long. | Keith Bostic |
| 2011-03-04 | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill |
| 2011-02-07 | Begin renaming some of the structs in the internal API (in particular, IDB ->... | Michael Cahill |
| 2011-03-05 | Properly parenthesize macro arguments. | Keith Bostic |
| 2011-03-03 | Don't clear the entire reconciliation buffer, normally we only need to clear | Keith Bostic |
| 2011-02-22 | Put correct parenthesis on all flag macros back in. | Keith Bostic |
| 2011-02-22 | Add -Wconversion flag to gcc 4.5 and clean up resulting lint. | Keith Bostic |
| 2011-02-22 | Add -Wconversion flag to gcc 4.5 and clean up resulting lint. | Keith Bostic |
| 2011-02-03 | Remove 64-bit build warnings, mostly related to assuming "sizeof" expresssion... | Michael Cahill |
| 2011-02-17 | Get rid of uses of "database". We're using standard terminology in WiredTiger | Keith Bostic |
| 2011-02-16 | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill |
| 2011-02-07 | bt_bulk.c: In function '__wt_db_bulk_load': | Keith Bostic |
| 2011-02-04 | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill |