summaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-28Fix a comment.Keith Bostic
2011-12-25When the engine calls __wt_err on error, it often outputs an errorKeith Bostic
2011-12-14Reorg the api directory into connection and session parts. While in the area...Michael Cahill
2011-12-08To avoid problems with a tree being closed from underneath an application thr...Michael Cahill
2011-12-06Move the reconcile state from btree handles to session handles: it is not sha...Michael Cahill
2011-12-05Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill
2011-12-05Make internal_item_max and leaf_item_max default to allow 10 items per page a...Michael Cahill
2011-11-29automatically prepend verbose messages with their particular tag lineKeith Bostic
2011-11-28Add a "verify" verbose option.Keith Bostic
2011-11-26Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic
2011-11-23Change the default cache size to 100MB.Michael Cahill
2011-11-23Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill
2011-11-10Avoid session buffers, just call malloc/free directly.Michael Cahill
2011-11-15Wrap error return documentation in named section, link to it from @return sec...Michael Cahill
2011-11-08Fix tests to match config string changes for dump/load.Michael Cahill
2011-11-08Make handling of empty lists in config strings robust against empty inputs.Michael Cahill
2011-11-07Switch to a trylock for operations that need an exclusive handle lock: we don...Michael Cahill
2011-11-04Change the SESSION->{verify,salvage,dumpfile,sync} methods to have aKeith Bostic
2011-11-04SESSION->dumpfile is verify under the covers, and doesn't needKeith Bostic
2011-11-04Rename WT_MTX to WT_CONDVARMichael Cahill
2011-11-04Fix btree locking to permit salvage on an open handle.Michael Cahill
2011-11-04Remove the workQ code entirely.Michael Cahill
2011-11-03KNF.Keith Bostic
2011-11-03Remove the workQ -- have application threads notify the read and eviction ser...Michael Cahill
2011-10-18Remove the "multithread" configuration for connections.Michael Cahill
2011-10-23__wt_config_concat should just concatenate the config strings.Michael Cahill
2011-10-28Split file cursors out into their own list in the session handle.Michael Cahill
2011-11-02Running the test suite with HAVE_DIAGNOSTIC configured fails because weKeith Bostic
2011-11-02Clean up a couple of places where we declared and cleared a WT_BUF, but neverKeith Bostic
2011-10-22Rewrite __wt_config_concat: the problem is the final version of theKeith Bostic
2011-10-21Push handling of locking for bulk cursors into __wt_curfile_create -- fixes b...Michael Cahill
2011-10-21When getting a file exclusive, don't clear the open flag.Michael Cahill
2011-10-21Make sure WT_BTREE_BULK is set on the tree when a bulk cursor is opened.Michael Cahill
2011-10-19Stop overloading the "overwrite" flag for column-store by adding theKeith Bostic
2011-10-18Clarify a comment.Michael Cahill
2011-10-10Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt andKeith Bostic
2011-10-10If the type is "choices", then you have specify a string value for theKeith Bostic
2011-10-10Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets theKeith Bostic
2011-10-07Delete trailing blank lines from files.Keith Bostic
2011-10-07Make dump cursors work.Keith Bostic
2011-10-07Implement custom collators.Michael Cahill
2011-10-05Add a "transactional" configuration to wiredtiger_open, the ex_all.cKeith Bostic
2011-10-05We need the session handle to free allocated resources like buffers --Keith Bostic
2011-10-04Check __wt_buf_init() call for possible error return.Keith Bostic
2011-10-04KNFKeith Bostic
2011-10-04Add backslash escape support for the WiredTiger.config file.Keith Bostic
2011-10-04Identifiers separated by spaces were being ignored by the config parser.Michael Cahill
2011-10-04Add a test for wiredtiger_open with multiple compressors.Michael Cahill
2011-10-04Make sync and verify work on tables (and colgroups and indices).Michael Cahill