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