summaryrefslogtreecommitdiff
path: root/dist/api_err.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-2/+0
* WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-181-2/+4
* WT-2553: Document in-memory configuration and WT_CACHE_FULL error returnKeith Bostic2016-04-151-2/+2
* WT-2349 Changes from review comments. Add WT-specific error codes.Susan LoVerso2016-02-161-0/+2
* Make new in-memory only error return undocumented.Alex Gorrod2015-10-301-1/+1
* Coding standard complianceAlex Gorrod2015-10-221-2/+2
* WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-0/+5
* Error functions are auto-generated, fix the comments in the scripts.Keith Bostic2015-07-231-3/+3
* I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-181-19/+20
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-29/+10
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-29/+10
* | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-0/+4
|/
* Keep wiredtiger_strerror() as thread-safe as possible by splitting theKeith Bostic2015-01-041-21/+42
* Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-241-14/+29
* Add some wording around WT_PANIC to clarify that the application canKeith Bostic2014-12-121-1/+3
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-87/+87
* Changes in #1204, #1288 mistakenly changed the values for some errorKeith Bostic2014-12-031-12/+47
* The error list source document was renamed, update the script.Keith Bostic2014-08-291-2/+3
* Minor futzing with the LevelDB copyright checks, add a WiredTigerKeith Bostic2014-06-241-1/+1
* Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-2/+5
* Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-2/+2
* Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic2012-12-101-0/+23
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-141-1/+1
* Wrap error return documentation in named section, link to it from @return sec...Michael Cahill2011-11-151-7/+6
* Make WT_RESTART undocumented.Michael Cahill2011-09-201-5/+12
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-251-14/+6
* Minor doc cleanup.Michael Cahill2011-03-071-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-2/+2
* Add doxygen comments for error codes.Michael Cahill2011-02-031-5/+6
* Use Python idioms in api_err.py.Michael Cahill2011-02-011-33/+35
* Restructure the tree to ease merge.Michael Cahill2011-02-011-3/+3
* Update all the copyright notices to the real corporate name, add a script toKeith Bostic2010-10-091-5/+0
* Rename wt_strerror -> wiredtiger_strerror, avoid user's namespaceKeith Bostic2009-12-171-3/+3
* Forgot to close the file.Keith Bostic2008-12-301-0/+1
* auto-generate errors & strerror code.Keith Bostic2008-12-291-0/+89