| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace | Keith Bostic | 2014-05-22 | 1 | -3/+2 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -24/+7 |
* | Flush stdout/stderr when it's used, that way we don't lose messages | Keith Bostic | 2014-02-26 | 1 | -8/+8 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | typo | Keith Bostic | 2013-11-15 | 1 | -1/+1 |
* | The bottom-level event handlers need to handle a NULL session, the | Keith Bostic | 2013-11-15 | 1 | -4/+19 |
* | Remove trailing whitespace after the timestamp. | Keith Bostic | 2013-11-13 | 1 | -6/+7 |
* | Cleanup based on Keith's comments. #753 | Susan LoVerso | 2013-11-11 | 1 | -4/+4 |
* | Print tid via call to new __wt_raw_to_hex_mem function. #753 | Susan LoVerso | 2013-11-11 | 1 | -3/+6 |
* | Fix pthread_t print issue. #753 | Susan LoVerso | 2013-11-11 | 1 | -2/+4 |
* | Cast pthread_self for printing. #753 | Susan LoVerso | 2013-11-11 | 1 | -1/+1 |
* | Add timestamp and pid/tid to messages. #753 | Susan LoVerso | 2013-11-11 | 1 | -1/+12 |
* | Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks. | Alex Gorrod | 2013-08-29 | 1 | -11/+40 |
* | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-08-15 | 1 | -34/+99 |
|\ |
|
| * | Restore support for the wiredtiger_open() error_prefix configuration | Keith Bostic | 2013-06-07 | 1 | -14/+34 |
| * | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic | 2013-06-03 | 1 | -2/+1 |
| * | More changes to the extension API (this is only part-way there, but it | Keith Bostic | 2013-04-17 | 1 | -6/+16 |
| * | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns | Keith Bostic | 2013-04-10 | 1 | -4/+4 |
| * | Make WiredTiger extension functions available to linked-in modules via | Keith Bostic | 2013-04-09 | 1 | -17/+42 |
| * | Write some custom data source documentation based on my Berkeley DB code. | Keith Bostic | 2013-04-04 | 1 | -0/+11 |
* | | Add a stub callback for auto closed handles. Update handlers in tree. | Alex Gorrod | 2013-04-08 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -10/+39 |
|\ |
|
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | gcc knows __wt_abort() never returns, so it's complaining: | Keith Bostic | 2012-12-21 | 1 | -7/+9 |
| * | Add a __wt_panic function that shuts down all of the WiredTiger APIs. | Keith Bostic | 2012-12-10 | 1 | -9/+35 |
| * | Add lsm: type to the list of unsupported object types. | Keith Bostic | 2012-10-17 | 1 | -0/+1 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
* | | Split general WT_BTREE fields into WT_DATA_HANDLE. | Michael Cahill | 2012-09-18 | 1 | -1/+3 |
|/ |
|
* | Change the session.truncation implementation from a simple loop around | Keith Bostic | 2012-07-20 | 1 | -5/+15 |
* | GCC 4.6 objects to setting "noreturn" on __wt_assert in non-diagnostic mode. | Michael Cahill | 2012-06-01 | 1 | -1/+1 |
* | The error handling code depends on pointer wraparound never happening; | Keith Bostic | 2012-05-29 | 1 | -16/+32 |
* | __wt_assert is marked "noreturn", so it shouldn't return. | Michael Cahill | 2012-05-15 | 1 | -2/+1 |
* | Mark __wt_assert with a "noreturn" attribute to reduce false positives in cla... | Michael Cahill | 2012-05-15 | 1 | -1/+1 |
* | Move the code that avoids duplicated error message strings from the | Keith Bostic | 2012-05-11 | 1 | -26/+21 |
* | Allow NULL methods in application-supplied event handlers (replaced by the de... | Michael Cahill | 2012-05-10 | 1 | -2/+21 |
* | Have a real session attached to each connection handle. | Michael Cahill | 2012-05-09 | 1 | -22/+38 |
* | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-07 | 1 | -49/+142 |
* | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-04 | 1 | -17/+71 |
* | Move all of the WiredTiger.wt configuration information into the turtle file; | Keith Bostic | 2012-05-03 | 1 | -2/+4 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Remove session buffer support: they are no longer used for bulk-load and they | Keith Bostic | 2012-01-12 | 1 | -11/+0 |
* | Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return. | Keith Bostic | 2012-01-02 | 1 | -6/+5 |
* | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic | 2011-12-28 | 1 | -7/+26 |
* | Use the standard WT_ILLEGAL_VALUE(session); call if we find a page in | Keith Bostic | 2011-12-12 | 1 | -1/+1 |
* | Expand "illegal-format" to include "bad value" (we use it in places | Keith Bostic | 2011-12-05 | 1 | -6/+8 |
* | Change the SESSION->{verify,salvage,dumpfile,sync} methods to have a | Keith Bostic | 2011-11-04 | 1 | -1/+1 |
* | Running the test suite with HAVE_DIAGNOSTIC configured fails because we | Keith Bostic | 2011-11-02 | 1 | -2/+2 |
* | fix comment typo | Keith Bostic | 2011-11-02 | 1 | -1/+1 |
* | Clean up a couple of places where we declared and cleared a WT_BUF, but never | Keith Bostic | 2011-11-02 | 1 | -0/+11 |
* | Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va... | Michael Cahill | 2011-08-09 | 1 | -4/+4 |