summaryrefslogtreecommitdiff
path: root/src/include/misc.h
AgeCommit message (Expand)Author
2012-01-25Skiplist implementation of the default block manager free-list management.Keith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-21Add WT_VERBOSE_CALL, simplify calling a function based on a verbose flag.Keith Bostic
2012-01-13Put the verbose variable back in the output, I missed it.Keith Bostic
2012-01-02Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic
2012-01-02Move a couple btree-specific #defines into btree.h.Keith Bostic
2011-12-30Update a comment.Keith Bostic
2011-12-28Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic
2011-12-05Expand "illegal-format" to include "bad value" (we use it in placesKeith Bostic
2011-11-29automatically prepend verbose messages with their particular tag lineKeith Bostic
2011-11-15Make sure building with --disable-verbose works.Michael Cahill
2011-09-04Cast the number arg of __wt_calloc_def to a (size_t), we use lots ofKeith Bostic
2011-08-09Mark WT_COL_RLE as "packed" to save 4 bytes in memory per repeated item in va...Michael Cahill
2011-08-18Use size_t for size calculations, only store uint32_t in structs.Michael Cahill
2011-08-04Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt...Michael Cahill
2011-08-03Minor verbose cleanup in allocation, make it possible to easily test specificKeith Bostic
2011-07-19Add WT_PREFIX_MATCH and WT_PREFIX_SKIP macros to simplify code that deals wit...Michael Cahill
2011-07-15Have server threads clear their session->btree handles when done with a request.Michael Cahill
2011-07-11A couple of new standard ERR/RET macros: if a test is non-zero, set the returnKeith Bostic
2011-07-11WT_ILLEGAL_FORMAT_ERR takes an explicit "ret" argument, which is differentKeith Bostic
2011-07-11I got the loop wrong when walking through the tree -- re-write it.Keith Bostic
2011-06-30Update salvage to insert deleted records for any part of the key-rangeKeith Bostic
2011-06-28Remove remaining WT_MBUF support and rewrite the only place still usingKeith Bostic
2011-06-27Update a couple of comments, no real change.Keith Bostic
2011-06-27Use a C99 variadic macro to simplify WT_VERBOSE.Michael Cahill
2011-06-26Change WT_VERBOSE to take a session as its first argument, that's the primaryKeith Bostic
2011-05-30Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill
2011-05-12Starting to use configuration strings for Btree configuration information.Keith Bostic
2011-05-09Remove some s_all output: remove some macros we no longer need.Michael Cahill
2011-04-25Remove the internal API, move automatically generated code to the public API.Michael Cahill
2011-05-03A problem with previous versions of the code was we did not get exclusiveKeith Bostic
2011-04-03In diagnostic mode, track the location from which we acquire hazard references.Keith Bostic
2011-03-21The free function clearing its argument hack doesn't mean we can't drop core,Keith Bostic
2011-03-21Clean up for error routines: pass SESSION handles instead of BTREE references.Keith Bostic
2011-03-08Remove homegrown memory tracking software, we're committed to valgrind.Keith Bostic
2011-03-08The s_longlines script was off-by-one, fix lines exactly 80 characters long.Keith Bostic
2011-03-04Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill
2011-02-07Begin renaming some of the structs in the internal API (in particular, IDB ->...Michael Cahill
2011-03-05Properly parenthesize macro arguments.Keith Bostic
2011-03-03Don't clear the entire reconciliation buffer, normally we only need to clearKeith Bostic
2011-02-22Put correct parenthesis on all flag macros back in.Keith Bostic
2011-02-22Add -Wconversion flag to gcc 4.5 and clean up resulting lint.Keith Bostic
2011-02-22Add -Wconversion flag to gcc 4.5 and clean up resulting lint.Keith Bostic
2011-02-03Remove 64-bit build warnings, mostly related to assuming "sizeof" expresssion...Michael Cahill
2011-02-17Get rid of uses of "database". We're using standard terminology in WiredTigerKeith Bostic
2011-02-16Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill
2011-02-07bt_bulk.c: In function '__wt_db_bulk_load':Keith Bostic
2011-02-04Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill