summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-02Change the download link in the documentation to the download page on github.Michael Cahill
2012-02-02Doxygen treats user-defined navigation links inconsistently: clean up after it.Michael Cahill
2012-02-02Update .hgignore to make "hg stat" quieter.Michael Cahill
2012-02-01Update the Java API windowtitle documentation copyright line toKeith Bostic
2012-02-01Don't bother copyrighting this file, we don't care.Keith Bostic
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-18Use underscores in public struct names to avoid namespace pollution.Michael Cahill
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-15Tweak the generated documentation to catch up with current doxygen releases a...Michael Cahill
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-15Reformat config tables in the documentation to make them more compact.Michael Cahill
2011-11-15Wrap error return documentation in named section, link to it from @return sec...Michael Cahill
2011-11-09Convert the wiki page of documentation todos into @todos in the docs.Michael Cahill
2011-11-04Rename WT_MTX to WT_CONDVARMichael Cahill
2011-11-04Remove the workQ code entirely.Michael Cahill
2011-11-03Add the wt write command.Keith Bostic
2011-10-18Remove the "multithread" configuration for connections.Michael Cahill