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