]> Cypherpunks.ru repositories - gostls13.git/history - src/compress
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / compress /
2023-10-13 cui flitercompress: some minor corrections or adjustments for...
2023-10-12 cui flitercompress: add available godoc link
2023-09-01 Joe Tsaicompress: linkify references to io.ByteReader
2023-06-16 Jes Cokcompress/bzip2: fix typo
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-05-24 Maksim Meshkovcompress/flate, archive/zip: reduce memory allocations
2023-02-27 Joe Tsaicompress/zlib: use binary.BigEndian consistently
2022-11-18 cui fliterall: add missing periods in comments
2022-09-29 cuiweixiecompress: remove useless break statement
2022-09-15 Joe Tsaicompress/flate: update NewReader documentation
2022-07-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-12 Tatiana Bradleycompress/gzip: fix stack exhaustion bug in Reader.Read
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-22 Ian Lance Taylorcompress/gzip: always close bodyReader in Example_compr...
2022-05-17 John Bamptonall: fix spelling
2022-05-17 Tobias Klausercompress/flate: remove var newH
2022-05-11 Ian Lance Taylorcompress/flate: remove compressor.hash field
2022-05-08 Heisenbergcompress/flate: cancel redundant operations
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-05-02 Joe Tsaicompress/flate: move idempotent close logic to compressor
2022-05-02 Gregory Mancompress/flate: return error on closed stream write
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-30 Nigel Taocompress/zlib: tighten header CINFO check
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-15 Ian Lance Taylorcompress/gzip: add example of compressing reader
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-06 Dan Kortschakall: fix some typos
2022-03-02 Phil Bracikowskicompress/gzip: return unexpected EOF for certain trunca...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-13 Roland Shoemakerall: add a handful of fuzz targets
2022-01-12 Bryan MillsRevert "all: add a handful of fuzz targets"
2022-01-12 Roland Shoemakerall: add a handful of fuzz targets
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-12 Nigel Taocompress/lzw: output a Clear code first, per GIF spec
2021-09-28 jiahua wangcompress/gzip: add missing license
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-03-17 Agniva De Sarkercompress/lzw: add Reset method to Reader and Writer
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-02 Russ Coxall: update to use filepath.WalkDir instead of filepath...
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-23 subham sarkarall: fix quoting for compress/bzip2 and time's godoc
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-19 Klaus Postcompress/flate: fix corrupted output
2020-10-16 Daniel Martícompress/flate: revert a goto for-loop
2020-10-06 Dan Scalescompress/flate: remove unneeded zeroing of bytes array...
2020-07-17 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-07-16 Russ Coxcompress/flate: fix another deflate Reset inconsistency
2020-07-16 Klaus Postcompress/flate: fix deflate Reset consistency
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-12-03 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-21 Andrewall: base64-encode binaries that will cause Apple notar...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-09-14 Nigel Taocompress/lzw: clarify code invariants
2019-09-12 Nigel Taocompress/lzw: fix comment re high-code invariant
2019-08-28 Nao YONASHIROcompress/flate: improve deflate performance by register...
2019-06-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-24 Leon Klingelecompress/gzip: add missing error check in test
2019-05-22 Russ Coxall: shorten some tests
2019-03-31 Daniel Martícmd/go: further reduce init work
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Jeremy Jaycompress/gzip: clarify that Multistream gzip requires...
2019-02-19 Robert Griesemersrc, misc: apply gofmt
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-20 Osamu TONOMORIcompress/flate: fix the old url for the flate algorithm
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-06 Igor Zhilianinall: fix a bunch of misspellings
2018-10-01 Katie HockmanRevert "compress: move benchmark text from src/testdata...
2018-09-28 Katie Hockmancompress: move benchmark text from src/testdata to...
2018-09-24 Katie Hockmancompress: reduce copies of new text for compression...
2018-09-11 Lynn Bogercmd/link,compress/zip,image/png: use binary.{Big,Little...
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-07 Russ Coxcompress/flate: do not rename math/bits import
2018-05-04 Elias Naurcompress/gzip: skip builder-only test on iOS
2018-04-17 Ilya Tocarcompress/flate: optimize huffSym
2018-04-02 Travis Bischelcompress/gzip: do not count header bytes written in...
2018-03-21 Ilya Tocarcompress/bzip2: remove bit-tricks
2018-03-13 Diogo Pinelacompress/gzip, compress/zlib: fix Writer documentation...
next