summaryrefslogtreecommitdiff
path: root/docs/src
AgeCommit message (Expand)Author
2012-03-21Add a section on replacing the default system memory allocator to theKeith Bostic
2012-03-15Mention need for git when building from the repository.Keith Bostic
2012-02-2810% of 1MB is 100KB.Michael Cahill
2012-02-27Put the architecture page into the doc structure.Michael Cahill
2012-02-23The huffman encoding documentation doesn't mention the leading "utf8" orKeith Bostic
2012-02-22Stream compression is usually more than 20-50%.Keith Bostic
2012-02-21Don't call out build_posix specially in the build instructions: configure can...Michael Cahill
2012-02-20Editing pass.Keith Bostic
2012-02-20Minor edit of the architecture page.Michael Cahill
2012-02-19Fill in the marketing part of the "WiredTiger Architecture" page.Keith Bostic
2012-02-17Add a paragraph to the install page about building from the a GitHubKeith Bostic
2012-02-17Add a link to the Google Group from the front page of the documentation.Michael Cahill
2012-02-10Don't use "aspell --mode=ccpp" when spell-checking the documentation,Keith Bostic
2012-02-03Add a navigation link to the license.Michael Cahill
2012-02-02Add a license page.Keith Bostic
2012-02-02Remove the old BDB stubs that were never completed.Michael Cahill
2012-02-01Documentation tweaks for the public copy.Michael Cahill
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-23Remove the TPC-B example: we don't have clear ownership of copyright.Michael Cahill
2012-01-21Enforce and document a limit of (4GB - 512B) on row-store key/values,Keith Bostic
2012-01-20typo "is raw mode" -> "in raw mode".Keith Bostic
2012-01-20Put statistics keys into the documentation.Michael Cahill
2012-01-20Add docs for raw cursors.Michael Cahill
2012-01-19Rework statistics cursors (issue #135).Keith Bostic
2012-01-18Add the rest of the built-in cursor types to the session.open_cursorKeith Bostic
2012-01-18Clean up extension documentation: move implementation details and sampleKeith Bostic
2012-01-18Quit using explicit search patterns (dontinclude/skipline) in theKeith Bostic
2012-01-18We no longer have session buffers so (theoretically), the limit on objectKeith Bostic
2012-01-18Clean up spelling.Keith Bostic
2012-01-18Update, we no longer have public structures beginning with "wt_".Keith Bostic
2012-01-18Make all @section entries consistent, only the first word is capitalized.Keith Bostic
2012-01-18Add more wording on different cursor types, split the cursor types pageKeith Bostic
2012-01-17Documentation: add notes on remote file systems, created file permissions,Keith Bostic
2012-01-17There's nothing interesting left in design.dox (it's a very old designKeith Bostic
2012-01-04Minor typos, there were two identical compression pages, "compressors"Keith Bostic
2012-01-03Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic
2012-01-02Update now that file-offsets are 64-bit, there's no reason to talk aboutKeith Bostic
2012-01-01Add the SESSION->upgrade method.Keith Bostic
2011-12-29Minor cleanup to the "Extending WiredTiger" page, split out collatorsKeith Bostic
2011-12-20Note that calling wiredtiger_open without a home directory, with aKeith Bostic
2011-12-19Add documentation about sharing session handles between threads.Michael Cahill
2011-12-16Maintain a count in the statistics of internal pages evicted during normal op...Michael Cahill
2011-12-16Suppress some messages from s_all.Michael Cahill
2011-12-15Fill out doc describing compressors. refs #58Don Anderson
2011-12-09Minor edits to the install instructions (mainly to note the default mutex typ...Michael Cahill
2011-12-07Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson
2011-12-05Initial page on building and installing WiredTiger.Keith Bostic
2011-11-26Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic
2011-11-23Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill
2011-11-09Convert the wiki page of documentation todos into @todos in the docs.Michael Cahill