summaryrefslogtreecommitdiff
path: root/src/support/err.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-051-1/+0
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-0/+4
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-0/+13
* WT-2948 simplify error handling by making __wt_epoch return never fail (#3080)Keith Bostic2016-10-071-26/+13
* WT-2878 Verbose changes affected performance (#3020)Keith Bostic2016-09-031-0/+1
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-4/+12
* WT-2805 Avoid infinite recursion on error stream failure. (#2921)Michael Cahill2016-08-021-0/+6
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-8/+11
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-5/+11
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-8/+8
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-10/+15
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+2
* Boolean conversion pass over supportKeith Bostic2015-09-241-9/+10
* Change wiredtiger_config_validate to take a WT_EVENT_HANDLER as an argument,Keith Bostic2015-04-231-4/+4
* Make --with-spinlock=pthread_logging option compile again.Keith Bostic2015-04-021-16/+10
* The commit in 153619e removed a necessary return from the error function,Keith Bostic2015-03-231-1/+1
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-221-3/+3
|\
| * Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-3/+4
* | Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-18/+28
|/
* If session is NULL, the error routines fall back to fprintf to stderr.Keith Bostic2015-03-091-3/+5
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-0/+14
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Pass WT_PANIC to __wt_err so that applications can catch panics.Michael Cahill2014-11-101-3/+1
* The type returned from pthread_self() is opaque, we can't cast it to aKeith Bostic2014-10-221-1/+1
* Abstract out the code to create a printable version of theKeith Bostic2014-10-091-22/+4
* Initial Windows PortMark Benvenuto2014-10-081-1/+14
* Minor cleanup.Susan LoVerso2014-07-241-0/+1
* 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
|/