| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340) | Keith Bostic | 2017-03-24 | 1 | -60/+59 |
* | WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3... | Alex Gorrod | 2016-12-06 | 1 | -0/+1 |
* | WT-3053 Python and Java support use internal WiredTiger functions (#3174) | Keith Bostic | 2016-12-05 | 1 | -1/+0 |
* | WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138) | Keith Bostic | 2016-12-05 | 1 | -0/+4 |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -0/+13 |
* | WT-2948 simplify error handling by making __wt_epoch return never fail (#3080) | Keith Bostic | 2016-10-07 | 1 | -26/+13 |
* | WT-2878 Verbose changes affected performance (#3020) | Keith Bostic | 2016-09-03 | 1 | -0/+1 |
* | WT-2820 add gcc warn_unused_result attribute (#2938) | Keith Bostic | 2016-08-12 | 1 | -4/+12 |
* | WT-2805 Avoid infinite recursion on error stream failure. (#2921) | Michael Cahill | 2016-08-02 | 1 | -0/+6 |
* | WT-2682 add option to configure WiredTiger with strict compiler flags (#2773) | Keith Bostic | 2016-06-08 | 1 | -8/+11 |
* | WT-2539 Make streams a separate handle type from files. | Michael Cahill | 2016-04-12 | 1 | -2/+2 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-24 | 1 | -5/+11 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-20 | 1 | -8/+8 |
* | WT-2330: in-memory configurations should not create on-disk collection files | Keith Bostic | 2016-03-18 | 1 | -10/+15 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2220 Create WT_TIMEDIFF_US and fix use of constants. | Susan LoVerso | 2015-11-17 | 1 | -1/+2 |
* | Boolean conversion pass over support | Keith Bostic | 2015-09-24 | 1 | -9/+10 |
* | Change wiredtiger_config_validate to take a WT_EVENT_HANDLER as an argument, | Keith Bostic | 2015-04-23 | 1 | -4/+4 |
* | Make --with-spinlock=pthread_logging option compile again. | Keith Bostic | 2015-04-02 | 1 | -16/+10 |
* | The commit in 153619e removed a necessary return from the error function, | Keith Bostic | 2015-03-23 | 1 | -1/+1 |
* | Merge branch 'develop' into base-config-crash | Keith Bostic | 2015-03-22 | 1 | -3/+3 |
|\ |
|
| * | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror(). | Keith Bostic | 2015-03-20 | 1 | -3/+4 |
* | | Push the rest of the FILE handle functions down into the OS-specific | Keith Bostic | 2015-03-20 | 1 | -18/+28 |
|/ |
|
* | If session is NULL, the error routines fall back to fprintf to stderr. | Keith Bostic | 2015-03-09 | 1 | -3/+5 |
* | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 1 | -0/+14 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Pass WT_PANIC to __wt_err so that applications can catch panics. | Michael Cahill | 2014-11-10 | 1 | -3/+1 |
* | The type returned from pthread_self() is opaque, we can't cast it to a | Keith Bostic | 2014-10-22 | 1 | -1/+1 |
* | Abstract out the code to create a printable version of the | Keith Bostic | 2014-10-09 | 1 | -22/+4 |
* | Initial Windows Port | Mark Benvenuto | 2014-10-08 | 1 | -1/+14 |
* | Minor cleanup. | Susan LoVerso | 2014-07-24 | 1 | -0/+1 |
* | 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 |