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