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
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