summaryrefslogtreecommitdiff
path: root/src/include/packing.i
AgeCommit message (Expand)Author
2014-05-08Scan include files for style problems. Fix the ones found right away.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-20Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic
2013-11-25Add a default declaration for WT_PACK structures too.Michael Cahill
2013-11-25Always initialize WT_PACK_VALUE before use.Michael Cahill
2013-11-22Clear WT_PACK_VALUE before calling __pack_next. Static analysis can't figure...Michael Cahill
2013-05-17Build fixes for gcc 4.1.2.Michael Cahill
2013-04-22Inline more of the packing code: API calls are now the only part that can't b...Michael Cahill
2013-03-14Cleanup due to s_allAlex Gorrod
2013-03-14Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-02-26Always set pv->havesize to indicate whether there is a size in the packing st...Michael Cahill
2013-02-26include/packing.i:315:3: error: 'pv.type' may be used uninitialized in this f...Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-10Use fixed-sized types explicitly in (un)packing routines.Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-08-02Fix get/put of WT_ITEMs: only copy data and size.Michael Cahill
2012-01-31Fix uninitialized warnings with GCC 4.2.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-02Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic
2011-12-06Handle record numbers consistently when building complex keys / values.Michael Cahill
2011-11-02Running the test suite with HAVE_DIAGNOSTIC configured fails because weKeith Bostic
2011-10-06Properly deal with padding during packing (used by ex_tpcb).Michael Cahill
2011-08-09Turned on GCC "-Wpadded".Michael Cahill
2011-08-18Use size_t for size calculations, only store uint32_t in structs.Michael Cahill
2011-07-19Fix packing of fixed-length strings (a case got lost in a recent reorg).Michael Cahill
2011-07-21Re-work WT_ASSERT/WT_FAILURE to support printf-style arguments and optionalKeith Bostic
2011-07-15Add size checks to the column packing code.Michael Cahill
2011-07-14Remove the session argument from the integer packing routines: we never asser...Michael Cahill
2011-07-11Add bitfields to the API.Michael Cahill
2011-07-09Report errors in packing formats: don't assert that they are correct.Michael Cahill
2011-07-08Write code to slice and dice column values based on "projection plans".Michael Cahill
2011-06-28Split out the packing code in preparation for using it from projections.Michael Cahill
2011-06-08Add a schema layer, storing configuration information for tables, indices and...Michael Cahill