summaryrefslogtreecommitdiff
path: root/src/api
Commit message (Expand)AuthorAgeFilesLines
* Reorder the verbose version output, so the library version comes first.Michael Cahill2013-06-041-1/+1
* WT_NOTFOUND is used for things other than "cursor" not found, generalize it.Keith Bostic2013-04-101-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic2012-12-101-1/+1
* Add a new error, WT_PANIC, which will be the panic return, ref #215.Keith Bostic2012-12-101-0/+2
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-71/+0
* Minor clarification of the meaning of WT_NOTFOUND: it's a cursor operationKeith Bostic2012-02-081-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-222-6/+6
* Fix a comment.Keith Bostic2011-12-281-1/+1
* When the engine calls __wt_err on error, it often outputs an errorKeith Bostic2011-12-251-4/+15
* Reorg the api directory into connection and session parts. While in the area...Michael Cahill2011-12-1411-2771/+0
* To avoid problems with a tree being closed from underneath an application thr...Michael Cahill2011-12-081-0/+16
* Move the reconcile state from btree handles to session handles: it is not sha...Michael Cahill2011-12-061-0/+3
* Make eviction parameters tunable, to force more or less aggressive eviction.Michael Cahill2011-12-052-12/+14
* Make internal_item_max and leaf_item_max default to allow 10 items per page a...Michael Cahill2011-12-051-14/+14
* automatically prepend verbose messages with their particular tag lineKeith Bostic2011-11-291-12/+12
* Add a "verify" verbose option.Keith Bostic2011-11-282-1/+2
* Split the reconciliation into reconciliation and eviction pieces, andKeith Bostic2011-11-262-2/+3
* Change the default cache size to 100MB.Michael Cahill2011-11-231-1/+1
* Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}...Michael Cahill2011-11-231-18/+18
* Avoid session buffers, just call malloc/free directly.Michael Cahill2011-11-101-1/+1
* Wrap error return documentation in named section, link to it from @return sec...Michael Cahill2011-11-151-1/+1
* Fix tests to match config string changes for dump/load.Michael Cahill2011-11-081-12/+13
* Make handling of empty lists in config strings robust against empty inputs.Michael Cahill2011-11-084-47/+51
* Switch to a trylock for operations that need an exclusive handle lock: we don...Michael Cahill2011-11-071-1/+9
* Change the SESSION->{verify,salvage,dumpfile,sync} methods to have aKeith Bostic2011-11-041-63/+26
* SESSION->dumpfile is verify under the covers, and doesn't needKeith Bostic2011-11-041-2/+2
* Rename WT_MTX to WT_CONDVARMichael Cahill2011-11-042-10/+8
* Fix btree locking to permit salvage on an open handle.Michael Cahill2011-11-041-1/+0
* Remove the workQ code entirely.Michael Cahill2011-11-041-3/+4
* KNF.Keith Bostic2011-11-031-2/+1
* Remove the workQ -- have application threads notify the read and eviction ser...Michael Cahill2011-11-032-10/+10
* Remove the "multithread" configuration for connections.Michael Cahill2011-10-183-28/+6
* __wt_config_concat should just concatenate the config strings.Michael Cahill2011-10-231-16/+16
* Split file cursors out into their own list in the session handle.Michael Cahill2011-10-281-3/+12
* Running the test suite with HAVE_DIAGNOSTIC configured fails because weKeith Bostic2011-11-021-2/+4
* Clean up a couple of places where we declared and cleared a WT_BUF, but neverKeith Bostic2011-11-021-4/+2
* Rewrite __wt_config_concat: the problem is the final version of theKeith Bostic2011-10-221-27/+25
* Push handling of locking for bulk cursors into __wt_curfile_create -- fixes b...Michael Cahill2011-10-211-6/+11
* When getting a file exclusive, don't clear the open flag.Michael Cahill2011-10-211-1/+1
* Make sure WT_BTREE_BULK is set on the tree when a bulk cursor is opened.Michael Cahill2011-10-211-3/+8
* Stop overloading the "overwrite" flag for column-store by adding theKeith Bostic2011-10-191-4/+4
* Clarify a comment.Michael Cahill2011-10-181-1/+1
* Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt andKeith Bostic2011-10-101-3/+3
* If the type is "choices", then you have specify a string value for theKeith Bostic2011-10-101-0/+6
* Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets theKeith Bostic2011-10-101-1/+0
* Delete trailing blank lines from files.Keith Bostic2011-10-071-1/+0
* Make dump cursors work.Keith Bostic2011-10-071-5/+6
* Implement custom collators.Michael Cahill2011-10-072-33/+47
* Add a "transactional" configuration to wiredtiger_open, the ex_all.cKeith Bostic2011-10-051-4/+5