Sign in
go
/
go
/
f03c9202c43e0abb130669852082117ca50aa9b1
/
src
/
compress
/
flate
/
inflate.go
193d09a
compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers
by James Robinson
· 10 years ago
a6abe22
compress/*: note that NewReader may introduce buffering
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago
[Renamed from src/pkg/compress/flate/inflate.go]
b50dd60
compress/flate: use go generate to create fixedhuff.go
by ChaiShushan
· 10 years ago
f999e14
all: spelling tweaks, A-G
by Robert Hencke
· 11 years ago
0594f89
compress/flate: use io.ByteReader in docs
by Brad Fitzpatrick
· 11 years ago
8ba6deb
compress/flate: fix infinite loop on malformed data
by Russ Cox
· 11 years ago
3b6b53f
compress/flate: prevent panic when reinitializing huffmanDecoder with bad input
by Ehren Kret
· 11 years ago
df1eeeb
compress/flate: Fixed two panics on bad data
by Pieter Droogendijk
· 12 years ago
28882bb
compress/flate: faster version of forwardCopy
by Keith Randall
· 12 years ago
f6d0ade
build: remove dead code
by Russ Cox
· 12 years ago
e15c0ac
all: remove now-unnecessary unreachable panics
by Brad Fitzpatrick
· 12 years ago
ebf3516
compress/flate: Performance improvement for inflate
by Raph Levien
· 12 years ago
c7873ff
compress/flate: shrink decompressor struct for better performance
by Ryan Hitchman
· 12 years ago
6efa648
compress/flate: move the history buffer out of the decompressor struct.
by Nigel Tao
· 12 years ago
da4eef4
compress/flate: fix panic when nlit is out of bounds.
by Nigel Tao
· 13 years ago
4de15a5
compress/flate: optimize history-copy decoding.
by Nigel Tao
· 13 years ago
2666b81
use new strconv API
by Russ Cox
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
07acc02
compress/flate: do not use background goroutines
by Russ Cox
· 14 years ago
1b5d04c
compress/flate: fix Huffman tree bug
by Ivan Krasin
· 14 years ago
6a186d3
src/pkg: make package doc comments consistently start with "Package foo".
by Nigel Tao
· 14 years ago
36713a2
compress/flate: dictionary support
by Russ Cox
· 14 years ago
f620a43
compress/flate: implement Flush
by Russ Cox
· 14 years ago
387d58e
compress/flate: fix typo in comment.
by Mathieu Lonjaret
· 14 years ago
8f9aeb5
gofmt: fix some linebreak issues
by Robert Griesemer
· 15 years ago
bb84f4b
changes &x -> x[0:] for array to slice conversion
by Russ Cox
· 15 years ago
f023e85
compress: renamings.
by Rob Pike
· 15 years ago
5a1d332
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
baba292
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
830813f
assorted cleanup
by Russ Cox
· 15 years ago
6ea866c
Typo fixes.
by David Symonds
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
5fca0bc
gofmt-ify compress
by Robert Griesemer
· 15 years ago
094f1d5
more lgtm files from gofmt
by Russ Cox
· 15 years ago
650bff6
another round of gofmt applications
by Russ Cox
· 15 years ago
c59a965
Deflate encoder
by Ivan Krasin
· 15 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 15 years ago
b58ecb1
Fix inflate.go's decompressing of a fixed Huffman block that has
by Nigel Tao
· 16 years ago
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
b388d84
Fixed a small bug with compress/flate/Inflater. It incorrectly checked
by Ivan Krasin
· 16 years ago
a0bcaf4
Change os.Error convention:
by Russ Cox
· 16 years ago
64684cc
introduce os.EOF and io.ErrUnexpectedEOF.
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/compress/flate/inflate.go]
38801e5
flate package
by Russ Cox
· 16 years ago