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