| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2408 Windows error translation layer (#2819) | Keith Bostic | 2016-06-23 | 1 | -2/+0 |
* | WT-2553: Document in-memory configuration and WT_CACHE_FULL error return | Keith Bostic | 2016-04-18 | 1 | -2/+4 |
* | WT-2553: Document in-memory configuration and WT_CACHE_FULL error return | Keith Bostic | 2016-04-15 | 1 | -2/+2 |
* | WT-2349 Changes from review comments. Add WT-specific error codes. | Susan LoVerso | 2016-02-16 | 1 | -0/+2 |
* | Make new in-memory only error return undocumented. | Alex Gorrod | 2015-10-30 | 1 | -1/+1 |
* | Coding standard compliance | Alex Gorrod | 2015-10-22 | 1 | -2/+2 |
* | WT-2178 When running in memory return an error if an operation would | Alex Gorrod | 2015-10-22 | 1 | -0/+5 |
* | Error functions are auto-generated, fix the comments in the scripts. | Keith Bostic | 2015-07-23 | 1 | -3/+3 |
* | I broke the Windows error handling code with the WT_SESSION.strerror | Keith Bostic | 2015-02-18 | 1 | -19/+20 |
* | Merge pull request #1629 from wiredtiger/session-strerror | Michael Cahill | 2015-02-18 | 1 | -29/+10 |
|\ |
|
| * | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 1 | -29/+10 |
* | | Add recover config setting and use it in the wt command. #1651 | Susan LoVerso | 2015-02-12 | 1 | -0/+4 |
|/ |
|
* | Keep wiredtiger_strerror() as thread-safe as possible by splitting the | Keith Bostic | 2015-01-04 | 1 | -21/+42 |
* | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror, | Keith Bostic | 2014-12-24 | 1 | -14/+29 |
* | Add some wording around WT_PANIC to clarify that the application can | Keith Bostic | 2014-12-12 | 1 | -1/+3 |
* | Change the Python scripts to follow Python indenting standards (4 space | Keith Bostic | 2014-12-03 | 1 | -87/+87 |
* | Changes in #1204, #1288 mistakenly changed the values for some error | Keith Bostic | 2014-12-03 | 1 | -12/+47 |
* | The error list source document was renamed, update the script. | Keith Bostic | 2014-08-29 | 1 | -2/+3 |
* | Minor futzing with the LevelDB copyright checks, add a WiredTiger | Keith Bostic | 2014-06-24 | 1 | -1/+1 |
* | Check Python scripts for 80 column line wrapping, fix violations. | Michael Cahill | 2013-11-05 | 1 | -2/+5 |
* | Move pack/unpack methods into the extension API, because extensions shouldn't... | Michael Cahill | 2013-04-22 | 1 | -2/+2 |
* | Add a new error, WT_PANIC, which will be the panic return, ref #215. | Keith Bostic | 2012-12-10 | 1 | -0/+23 |
* | Reorg the api directory into connection and session parts. While in the area... | Michael Cahill | 2011-12-14 | 1 | -1/+1 |
* | Wrap error return documentation in named section, link to it from @return sec... | Michael Cahill | 2011-11-15 | 1 | -7/+6 |
* | Make WT_RESTART undocumented. | Michael Cahill | 2011-09-20 | 1 | -5/+12 |
* | Remove the internal API, move automatically generated code to the public API. | Michael Cahill | 2011-04-25 | 1 | -14/+6 |
* | Minor doc cleanup. | Michael Cahill | 2011-03-07 | 1 | -1/+1 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 1 | -2/+0 |
* | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill | 2011-02-04 | 1 | -2/+2 |
* | Add doxygen comments for error codes. | Michael Cahill | 2011-02-03 | 1 | -5/+6 |
* | Use Python idioms in api_err.py. | Michael Cahill | 2011-02-01 | 1 | -33/+35 |
* | Restructure the tree to ease merge. | Michael Cahill | 2011-02-01 | 1 | -3/+3 |
* | Update all the copyright notices to the real corporate name, add a script to | Keith Bostic | 2010-10-09 | 1 | -5/+0 |
* | Rename wt_strerror -> wiredtiger_strerror, avoid user's namespace | Keith Bostic | 2009-12-17 | 1 | -3/+3 |
* | Forgot to close the file. | Keith Bostic | 2008-12-30 | 1 | -0/+1 |
* | auto-generate errors & strerror code. | Keith Bostic | 2008-12-29 | 1 | -0/+89 |