openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WiredTiger
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 812 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
formatting cleanup
Keith Bostic
More...
over 15 years ago
Lint
Keith Bostic
More...
over 15 years ago
Lint
Keith Bostic
More...
over 15 years ago
lint
Keith Bostic
More...
over 15 years ago
Lint.
Keith Bostic
More...
over 15 years ago
Lint
Keith Bostic
More...
over 15 years ago
Typo, lengths are 32-bits, not 16.
Keith Bostic
More...
over 15 years ago
Lint
Keith Bostic
More...
over 15 years ago
Integrate Huffman compression. If DIAGNOSTIC configured, overwrite allocated memory.
Keith Bostic
More...
over 15 years ago
Integrate Huffman compression.
Keith Bostic
More...
over 15 years ago
Integrate Huffman compression. Report final insert count to callback routine on completion.
Keith Bostic
More...
over 15 years ago
Add support for Huffman encoding.
Keith Bostic
More...
over 15 years ago
Support builds on both OSX & FreeBSD
Keith Bostic
More...
over 15 years ago
Add .cvsignore file.
Keith Bostic
More...
over 15 years ago
If the bitpos value is a multiple of 8, then padding_info is set to 0 in the encode function. In the decode function, len_from_bits is (len_from - 1) * 8 bits, plus some padding info, but the padding info is 0, so we're dropping a single byte from the decoded length if the entire last byte was used.
Keith Bostic
More...
over 15 years ago
fix a comment
Keith Bostic
More...
over 15 years ago
Lint
Keith Bostic
More...
over 15 years ago
typo in last commit
Keith Bostic
More...
over 15 years ago
KNF
Keith Bostic
More...
over 15 years ago
Add space & tab characters to the english freq table, and rename it to be ascii-english, that's closer to the truth. Build the telephone freq table on demand, it's not worth a static array.
Keith Bostic
More...
over 15 years ago
Add space & tab characters to the english freq table, and rename it to be ascii-english, that's closer to the truth. Build the telephone freq table on demand, it's not worth a static array.
Keith Bostic
More...
over 15 years ago
Change __wt_realloc to update the caller's byte count, it's almost always the first thing the caller has to do.
Keith Bostic
More...
over 15 years ago
Update from Brian: there was an issue in the decoder with null bytes as you found.
Keith Bostic
More...
over 15 years ago
Change __wt_realloc to update the caller's byte count, it's almost always the first thing the caller has to do.
Keith Bostic
More...
over 15 years ago
Change F_ISSET, LF_ISSET & FLD_ISSET to return the flag mask, not an integer, it's useful to do that in switch statements when you want to switch on a set of flags.
Keith Bostic
More...
over 15 years ago
Nothing ever sets the WT_ALLOCATED flag in the DBT, remove it entirely.
Keith Bostic
More...
over 15 years ago
Nothing ever sets the WT_ALLOCATED flag in the DBT, remove it entirely. Change __wt_realloc to update the caller's byte count, it's almost always the first thing the caller has to do.
Keith Bostic
More...
over 15 years ago
Don't update the README file just because the build date changed.
Keith Bostic
More...
over 15 years ago
Re-order the initial loop ops for clarity.
Keith Bostic
More...
over 15 years ago
Original Huffman test code, minor changes to fit into a single file.
Keith Bostic
More...
over 15 years ago
←
1
2
…
808
809
810
811
812
813
814
815
816
…
830
831
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree