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
/
bitstring.i
Age
Commit message (
Expand
)
Author
2014-02-24
Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.
Keith Bostic
2014-02-05
Add pu_xxx_field #defines for the rest of the page-union fields.
Keith Bostic
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-11-22
Pedantic lint: don't return a void expression.
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-08-27
nit
Alex Gorrod
2012-08-27
Update btree usage of 64 bitstring implementation, so it's cleaner.
Alex Gorrod
2012-08-22
Update the bitstring implementation to use 64 bit length strings.
Alex Gorrod
2012-08-15
We're sending a mixed message -- remove the copyright notices from files
Keith Bostic
2012-08-07
Whitespace cleanups, no semantic changes.
Keith Bostic
2012-04-27
Fix uninitialized variables as reported by GCC 4.6.
Michael Cahill
2012-04-19
Snapshot verification code. The verification statements:
Keith Bostic
2012-01-31
Fix uninitialized warnings with GCC 4.6.
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2011-12-18
Split u.col_leaf into two parts (u.col_fix and u.col_var), and move the
Keith Bostic
2011-08-19
Fix a comment.
Keith Bostic
2011-08-05
Automated change whacked some copyright statements.
Keith Bostic
2011-08-04
Remove declarations for static inline functions, when mixed with non-inlined ...
Michael Cahill
2011-08-03
Fast-path 8-bit fixed-length column-store fields: I think they'll be common
Keith Bostic
2011-08-03
Redo Paul Vixie's bitstring.h #defines as inline functions, using
Keith Bostic