Pierre Curto
|
817fdcf4cb
updated gitignore
|
5 years ago |
Pierre Curto
|
151614e05c
Fixes #44
|
5 years ago |
Pierre Curto
|
2d2b14b02b
Fixes # 44
|
5 years ago |
Pierre Curto
|
a29bec8a92
Fixes #44
|
5 years ago |
Pierre Curto
|
32eb4f2508
Updated README
|
5 years ago |
Pierre Curto
|
fea8a15e10
Fixed Reader.OnBlockDone not processing uncompressed blocks
|
5 years ago |
Pierre Curto
|
58f5d507bd
cli rewrite
|
5 years ago |
Pierre Curto
|
b71609e4ad
Initial cli rewrite
|
5 years ago |
Pierre Curto
|
713bcae4ab
Added examples.
|
5 years ago |
Pierre Curto
|
b69316ffb4
Added OnBlockDone handlers to the Reader and Writer.
|
5 years ago |
Pierre Curto
|
cf32ab7e4a
fixed invalid issue number: #43
|
5 years ago |
Pierre Curto
|
6749706c16
#42: the compress functions can write pass the end of the slice via copy. Make sure the capacity of the buffer used for compression is the same as its length.
|
5 years ago |
Pierre Curto
|
9419d2361c
Added test case for #41.
|
5 years ago |
Pierre Curto
|
4b3a4429d1
Merge pull request #42 from heidawei/issue_41
|
5 years ago |
贺伟
|
e303551daa
bugfix for flush
|
5 years ago |
Pierre Curto
|
315a67e90e
Merge pull request #40 from x4m/fix_short_buffer
|
5 years ago |
Andrey
|
908ada6c27
Fix short buffers in some specific cases
|
5 years ago |
Pierre Curto
|
062282ea0d
updated CI to test with -tags noasm
|
5 years ago |
Pierre Curto
|
d8d93984d9
Uncompress(): added shortcuts optimizations as per the asm implementation.
|
5 years ago |
Pierre Curto
|
7f42fed963
Merge pull request #38 from Zariel/decode_asm
|
5 years ago |
Chris Bannister
|
7590f738d0
implement copy shortcut from c
|
5 years ago |
Chris Bannister
|
ce65ebcf60
dont distinguish error types
|
5 years ago |
Chris Bannister
|
9a39efadad
implement block decode in assembly
|
6 years ago |
Pierre Curto
|
473cd7ce01
Merge pull request #37 from edwingeng/master
|
5 years ago |
gengbing
|
bac4a290b1
add TestCompressCornerCase_CopyDstUpperBound
|
5 years ago |
gengbing
|
2bbadaf34b
specify the upper bound of dst when calling copy
|
6 years ago |
Pierre Curto
|
561038314e
Merge pull request #36 from danielmoy-google/no-export-test
|
5 years ago |
Daniel Moy
|
818e4d1f55
fix: remove export_test.go which is unused
|
5 years ago |
Pierre Curto
|
623b5a2f4d
Fixed import in README
|
6 years ago |
Pierre Curto
|
635575b427
added tests for #29
|
6 years ago |