summaryrefslogtreecommitdiff
path: root/src/include/intpack.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-01-01Update copyright notice to 2013.Keith Bostic
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-08-07Whitespace cleanups, no semantic changes.Keith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-12-19Split the constant for the maximum size of a packed integer into a 32-bit and...Michael Cahill
2011-09-19whitespace.Keith Bostic
2011-09-19When using GCC's builtin leading-zero counting, we need to special case zero:...Michael Cahill
2011-07-15imported patch intpack-opt2Michael Cahill
2011-07-16Don't use a loop to calculate the size of variable-length integers.Michael Cahill
2011-07-16Use the safety mode built into the variable-length unpacking rather than seco...Michael Cahill
2011-07-14I messed up the merge: there's no session handle in intpack, so noKeith Bostic
2011-07-14Replace N different cell extraction functions with a single cell_unpackKeith Bostic
2011-07-13Add support for extending column-store files -- this isn't right yet,Keith Bostic
2011-07-14Remove the session argument from the integer packing routines: we never asser...Michael Cahill
2011-07-14Allow maxlen = 0 in the integer packing to skip size checks.Michael Cahill
2011-07-14Whitespace in comments.Michael Cahill
2011-07-14Add size checks to the integer packing and unpacking routines.Michael Cahill
2011-07-14Fix the description of the variable-length integer packing format.Michael Cahill
2011-06-08Add a schema layer, storing configuration information for tables, indices and...Michael Cahill
2011-05-26Implement full packing and unpacking for multi-column keys/values.Michael Cahill
2011-05-30Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill
2011-05-25whitespaceKeith Bostic
2011-05-24Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill
2011-05-24Add variable-length integer packing code for the schema layer.Michael Cahill