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