| Age | Commit message (Expand) | Author |
| 2012-02-03 | Add a navigation link to the license. | Michael Cahill |
| 2012-02-02 | Add a license page. | Keith Bostic |
| 2012-02-02 | Remove the old BDB stubs that were never completed. | Michael Cahill |
| 2012-02-02 | Change the download link in the documentation to the download page on github. | Michael Cahill |
| 2012-02-02 | Doxygen treats user-defined navigation links inconsistently: clean up after it. | Michael Cahill |
| 2012-02-02 | Update .hgignore to make "hg stat" quieter. | Michael Cahill |
| 2012-02-01 | Update the Java API windowtitle documentation copyright line to | Keith Bostic |
| 2012-02-01 | Don't bother copyrighting this file, we don't care. | Keith Bostic |
| 2012-02-01 | Documentation tweaks for the public copy. | Michael Cahill |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-23 | Remove the TPC-B example: we don't have clear ownership of copyright. | Michael Cahill |
| 2012-01-21 | Enforce and document a limit of (4GB - 512B) on row-store key/values, | Keith Bostic |
| 2012-01-20 | typo "is raw mode" -> "in raw mode". | Keith Bostic |
| 2012-01-20 | Put statistics keys into the documentation. | Michael Cahill |
| 2012-01-20 | Add docs for raw cursors. | Michael Cahill |
| 2012-01-19 | Rework statistics cursors (issue #135). | Keith Bostic |
| 2012-01-18 | Add the rest of the built-in cursor types to the session.open_cursor | Keith Bostic |
| 2012-01-18 | Clean up extension documentation: move implementation details and sample | Keith Bostic |
| 2012-01-18 | Quit using explicit search patterns (dontinclude/skipline) in the | Keith Bostic |
| 2012-01-18 | We no longer have session buffers so (theoretically), the limit on object | Keith Bostic |
| 2012-01-18 | Clean up spelling. | Keith Bostic |
| 2012-01-18 | Update, we no longer have public structures beginning with "wt_". | Keith Bostic |
| 2012-01-18 | Make all @section entries consistent, only the first word is capitalized. | Keith Bostic |
| 2012-01-18 | Add more wording on different cursor types, split the cursor types page | Keith Bostic |
| 2012-01-18 | Use underscores in public struct names to avoid namespace pollution. | Michael Cahill |
| 2012-01-17 | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic |
| 2012-01-17 | There's nothing interesting left in design.dox (it's a very old design | Keith Bostic |
| 2012-01-04 | Minor typos, there were two identical compression pages, "compressors" | Keith Bostic |
| 2012-01-03 | Build out the SESSION->rename method, add the wt utility rename command. | Keith Bostic |
| 2012-01-02 | Update now that file-offsets are 64-bit, there's no reason to talk about | Keith Bostic |
| 2012-01-01 | Add the SESSION->upgrade method. | Keith Bostic |
| 2011-12-29 | Minor cleanup to the "Extending WiredTiger" page, split out collators | Keith Bostic |
| 2011-12-20 | Note that calling wiredtiger_open without a home directory, with a | Keith Bostic |
| 2011-12-19 | Add documentation about sharing session handles between threads. | Michael Cahill |
| 2011-12-16 | Maintain a count in the statistics of internal pages evicted during normal op... | Michael Cahill |
| 2011-12-16 | Suppress some messages from s_all. | Michael Cahill |
| 2011-12-15 | Fill out doc describing compressors. refs #58 | Don Anderson |
| 2011-12-15 | Tweak the generated documentation to catch up with current doxygen releases a... | Michael Cahill |
| 2011-12-09 | Minor edits to the install instructions (mainly to note the default mutex typ... | Michael Cahill |
| 2011-12-07 | Added a compressor adaptor for Google's snappy compressor. refs #58 | Don Anderson |
| 2011-12-05 | Initial page on building and installing WiredTiger. | Keith Bostic |
| 2011-11-26 | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic |
| 2011-11-23 | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill |
| 2011-11-15 | Reformat config tables in the documentation to make them more compact. | Michael Cahill |
| 2011-11-15 | Wrap error return documentation in named section, link to it from @return sec... | Michael Cahill |
| 2011-11-09 | Convert the wiki page of documentation todos into @todos in the docs. | Michael Cahill |
| 2011-11-04 | Rename WT_MTX to WT_CONDVAR | Michael Cahill |
| 2011-11-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-11-03 | Add the wt write command. | Keith Bostic |
| 2011-10-18 | Remove the "multithread" configuration for connections. | Michael Cahill |