0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
formatting cleanup More... over 15 years ago
Lint More... over 15 years ago
Lint More... over 15 years ago
lint More... over 15 years ago
Lint. More... over 15 years ago
Lint More... over 15 years ago
Typo, lengths are 32-bits, not 16. More... over 15 years ago
Lint More... over 15 years ago
Integrate Huffman compression. If DIAGNOSTIC configured, overwrite allocated memory. More... over 15 years ago
Integrate Huffman compression. More... over 15 years ago
Integrate Huffman compression. Report final insert count to callback routine on completion. More... over 15 years ago
Add support for Huffman encoding. More... over 15 years ago
Support builds on both OSX & FreeBSD More... over 15 years ago
Add .cvsignore file. 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. More... over 15 years ago
fix a comment More... over 15 years ago
Lint More... over 15 years ago
typo in last commit More... over 15 years ago
KNF 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. 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. 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. More... over 15 years ago
Update from Brian: there was an issue in the decoder with null bytes as you found. 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. 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. More... over 15 years ago
Nothing ever sets the WT_ALLOCATED flag in the DBT, remove it entirely. 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. More... over 15 years ago
Don't update the README file just because the build date changed. More... over 15 years ago
Re-order the initial loop ops for clarity. More... over 15 years ago
Original Huffman test code, minor changes to fit into a single file. More... over 15 years ago