summaryrefslogtreecommitdiff
path: root/dist/api_err.py
Commit message (Expand)AuthorAgeFilesLines
* 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