summaryrefslogtreecommitdiff
path: root/dist/s_funcs.list
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-3/+3
|\
| * Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-1/+0
| * Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-3/+4
* | Replace __evict_dirty_validate with a check during shutdown. Change __evict_...Michael Cahill2013-04-151-0/+1
|/
* Add new exported symbolsMichael Cahill2013-02-221-0/+9
* Merge pull request #444 from wiredtiger/mmapMichael Cahill2013-01-301-1/+0
|\
| * In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-1/+0
* | Add __wt_debug_offset() so I can dump a page by offset/size/checksum triplet.Keith Bostic2013-01-301-0/+1
|/
* Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-1/+0
* Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill2012-11-011-0/+1
* Add Bloom filters to LSM chunks after merges.Michael Cahill2012-09-071-0/+1
* Some minor cleanups to config.py.Michael Cahill2012-08-071-0/+1
* Change wiredtiger_struct_{size,pack,unpack} to take a WT_SESSION as theirKeith Bostic2012-05-111-0/+1
* ADd a routine that dumps disk blocks by addr/addr_size pair.Keith Bostic2012-05-101-0/+1
* move CURDUMP_PASS into the WiredTiger name space, don't complain thatKeith Bostic2012-03-281-0/+1
* Update the list.Keith Bostic2012-01-281-8/+1
* Remove session buffer support: they are no longer used for bulk-load and theyKeith Bostic2012-01-121-0/+3
* Do default btree comparisons inline, switch to using a collator in preparatio...Michael Cahill2011-09-151-0/+1
* Redo Paul Vixie's bitstring.h #defines as inline functions, usingKeith Bostic2011-08-031-0/+2
* Connect the old Btree statistics code to the statistics cursors: if youKeith Bostic2011-07-281-2/+0
* Remove the vararg versions of the packing functions from the public API. Add...Michael Cahill2011-06-241-3/+0
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-281-1/+0
* __wt_trk_dump no longer exists.Keith Bostic2011-06-261-1/+0
* Add a check for unused functions, fix a few cases.Michael Cahill2011-05-131-0/+23