Sign in
chromium
/
external
/
github.com
/
golang
/
snappy
/
refs/tags/v0.0.1
/
decode.go
d9eb7a3
Support the COPY_4 tag.
by Nigel Tao
· 9 years ago
3675542
Don't allow EOF in the middle of a framing chunk.
by Nigel Tao
· 10 years ago
0e8b256
Fix a too-long uncompressed frame chunk causing a panic.
by Nigel Tao
· 10 years ago
4024363
Rewrite the core of the decoder in asm.
by Nigel Tao
· 10 years ago
9eb9b0a
Add a comment about forwardCopy semantics.
by Nigel Tao
· 10 years ago
da163d3
Note that Decode's dst and src must not overlap.
by Nigel Tao
· 10 years ago
32b392a
Make a small s/uint/uint32/ decoder optimization.
by Nigel Tao
· 10 years ago
624b11c
Fix some comment styles.
by Nigel Tao
· 10 years ago
bb00731
Ensure that Decode doesn't write past the decoded length.
by Nigel Tao
· 10 years ago
e292361
Catch overflow when incrementing src pointers.
by Nigel Tao
· 10 years ago
bf2ded9
Use 64K blocks when encoding long inputs.
by Nigel Tao
· 10 years ago
c2359a1
Catch MaxEncodedLen overflow.
by Nigel Tao
· 10 years ago
7e6c06b
Reject zero offsets in a length/offset pair.
by Nigel Tao
· 10 years ago
6ad2a85
Catch overflow when incrementing dst pointer.
by Nigel Tao
· 10 years ago
5096ca2
Improve Decode test coverage.
by Nigel Tao
· 10 years ago
07070fd
Catch overflow when incrementing src pointers.
by Nigel Tao
· 10 years ago
405fe50
Fix typo in godoc
by Rodolfo Carvalho
· 10 years ago
723cc1e
Merge pull request #16 from dgryski/uint32-fix
by Nigel Tao
· 10 years ago
f5466f1
Fix max block size check
by Damian Gryski
· 10 years ago
0c7f8a7
Merge pull request #18 from dgryski/github-move
by Nigel Tao
· 10 years ago
ec7b924
C++ snappy has moved to github
by Damian Gryski
· 10 years ago
28028bb
Lint fixes.
by Damian Gryski
· 10 years ago
f4b10fa
Reject invalid varints when decoding.
by Nigel Tao
· 10 years ago
c5eccb2
all: simpler import path
by Sebastien Binet
· 10 years ago