summaryrefslogtreecommitdiff
path: root/src/include/intpack.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-16/+14
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-111-4/+4
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2148 Change how encoding functions are written to avoid -Wshift-negative-v...David Hows2015-09-291-2/+2
* Return ENOMEM if packing and there's no room to write the value, EINVALKeith Bostic2015-09-151-13/+19
* WT-1981 Fix a bug in signed integer unpacking.Alex Gorrod2015-06-291-1/+0
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix the size adjustment issue by tweaking the encoding of one value so that p...Michael Cahill2014-11-131-1/+9
* Windows FixesMark Benvenuto2014-10-161-2/+8
* MSVC & Clang Warning CleanupMark Benvenuto2014-10-101-3/+3
* _MSC_VER won't be defined on gcc platforms.Keith Bostic2014-10-091-2/+2
* Break long lines at 80 columns.Keith Bostic2014-10-091-1/+1
* Initial Windows PortMark Benvenuto2014-10-081-1/+4
* Scan include files for style problems. Fix the ones found right away.Michael Cahill2014-05-081-6/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-4/+5
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-8/+8
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Split the constant for the maximum size of a packed integer into a 32-bit and...Michael Cahill2011-12-191-5/+5
* whitespace.Keith Bostic2011-09-191-1/+1
* When using GCC's builtin leading-zero counting, we need to special case zero:...Michael Cahill2011-09-191-2/+2
* imported patch intpack-opt2Michael Cahill2011-07-151-36/+42
* Don't use a loop to calculate the size of variable-length integers.Michael Cahill2011-07-161-8/+2
* Use the safety mode built into the variable-length unpacking rather than seco...Michael Cahill2011-07-161-31/+0
* I messed up the merge: there's no session handle in intpack, so noKeith Bostic2011-07-141-2/+1
* Replace N different cell extraction functions with a single cell_unpackKeith Bostic2011-07-141-0/+31
* Add support for extending column-store files -- this isn't right yet,Keith Bostic2011-07-131-0/+1
* Remove the session argument from the integer packing routines: we never asser...Michael Cahill2011-07-141-32/+14
* Allow maxlen = 0 in the integer packing to skip size checks.Michael Cahill2011-07-141-1/+2
* Whitespace in comments.Michael Cahill2011-07-141-12/+12
* Add size checks to the integer packing and unpacking routines.Michael Cahill2011-07-141-11/+26
* Fix the description of the variable-length integer packing format.Michael Cahill2011-07-141-1/+1
* Add a schema layer, storing configuration information for tables, indices and...Michael Cahill2011-06-081-7/+7
* Implement full packing and unpacking for multi-column keys/values.Michael Cahill2011-05-261-20/+94
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-8/+13
* whitespaceKeith Bostic2011-05-251-5/+5
* Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill2011-05-241-11/+70
* Add variable-length integer packing code for the schema layer.Michael Cahill2011-05-241-0/+225