summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill2011-08-162-3/+7
* First pass at a release script. Bump the version to 0.7 to make sure that ge...Michael Cahill2011-08-111-1/+1
* Have statistics cursors return field names as keys and use multi-column value...Michael Cahill2011-07-292-19/+23
* Replace wiredtiger_recno_t with uint64_t.Michael Cahill2011-07-221-1/+1
* Add a "wt create" mode to the utility for creating tables and files.Michael Cahill2011-07-1510-20/+64
* Use the type information when generating documentation for configuration items.Michael Cahill2011-07-121-4/+4
* Add bitfields to the API.Michael Cahill2011-07-112-1/+7
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-282-0/+34
* The huffman code was updated to always use an 8-bit slice, even for UTF-16,Keith Bostic2011-06-101-37/+21
* Add place-holders for the utilities in the documentation.Keith Bostic2011-06-089-16/+310
* Add words to spell.ok that are missing from FreeBSD's aspell English dictionary.Michael Cahill2011-06-031-0/+9
* Implement full packing and unpacking for multi-column keys/values.Michael Cahill2011-05-262-6/+4
* Implement extension loading, add API for compression extensions.Michael Cahill2011-05-231-0/+1
* Change the huffman code to accept frequencies from 0 to UINTMAX_T, that givesKeith Bostic2011-05-201-16/+23
* Work around a doxygen misfeature: we want to refer to handles by their typede...Michael Cahill2011-05-184-59/+142
* Put \c back in for quoted strings.Keith Bostic2011-05-161-17/+17
* Use aspell for spell-checking: it can skip C code, has built-in support for a...Michael Cahill2011-05-161-421/+73
* Spell check the documentation.Keith Bostic2011-05-145-5/+541
* Huffman encoding docs.Keith Bostic2011-05-141-4/+44
* Add skeleton documentation for Huffman coding of keys and values.Michael Cahill2011-05-135-17/+27
* Generate configuration-handling code with a Python script.Michael Cahill2011-03-161-5/+5
* Extension API updates: rename "cursor factory" to "cursor type". Have custom...Michael Cahill2011-02-182-2/+2
* refs #30Don Anderson2011-02-251-1/+0
* Incorporate Margo's feedback into the documentation.Michael Cahill2011-02-185-420/+442
* Add some more style checks, including for lines longer than 80 characters.Michael Cahill2011-02-211-3/+15
* Fix some more copyrights, including the documentation footer.Michael Cahill2011-02-162-2/+2
* Match the README files by having the HTML docs start at docs/index.htmlMichael Cahill2011-02-161-1/+1
* Remove the "vim:" lines from the documentation sources.Michael Cahill2011-02-1519-38/+0
* Rename "filetypes" page in the documentation to "fileformats".Michael Cahill2011-02-152-2/+2
* Upgrade doxygen to 1.7.3, clean up generated HTML.Michael Cahill2011-02-144-33/+197
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-2/+2
* Put the contents of wiredtiger_ext.h back into wiredtiger.hMichael Cahill2011-02-031-1/+0
* Run doxygen to generate documentation from s_all.Michael Cahill2011-02-013-835/+1
* Merged branch 'mjc' to default.Michael Cahill2011-02-0130-0/+5848
|\
| * Turn on the doxygen Javascript search engine in the HTML docs.Michael Cahill2011-01-301-1/+1
| * [#23] Permit JSON config strings. Change "column set" to "column group" / "c...Michael Cahill2011-01-283-6/+33
| * Add code examples for every API call, add config parameters to commit and rol...Michael Cahill2011-01-131-0/+3
| * API changes and example updates baed on Keith's feedback.Michael Cahill2011-01-072-4/+11
| * Fixed introduction, made "Programmer's Reference" the main title.Michael Cahill2011-01-061-3/+2
| * Fill in some more of the @todos.Michael Cahill2011-01-068-5/+15
| * Incorporated Keith's latest feedback, switched XXX to @todo...Michael Cahill2011-01-0624-317/+327
| * More work on code samples, Python implementation of the API using Berkeley DB.Michael Cahill2011-01-0613-29/+123
| * More editing of documentation, expanding of examples.Michael Cahill2011-01-047-26/+105
| * More work on the API, added a structure for a "guide", developed examples and...Michael Cahill2010-12-3016-22/+174
| * Start of work on a BDB backend for the API.Michael Cahill2010-12-222-0/+0
| * Added the architecture diagrams.Michael Cahill2010-12-172-0/+0
| * Recut of the schema API to put column lists in comma-separated strings.Michael Cahill2010-12-174-8/+17
| * More work on documentation and examples, removed some things from the API, in...Michael Cahill2010-12-165-6/+17
| * More documentation, tightened up some of the examples.Michael Cahill2010-12-1510-136/+214
| * Added some Java and Python tests of packing and unpacking.Michael Cahill2010-12-141-2/+2