Историја ревизија

Аутор SHA1 Порука Датум
  Manuel Novoa III 0d8c652c46 When filling the bit buffer, gzip decompression apparently never checked for end of file, causing it to hang on corrupted input. пре 20 година
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file пре 20 година
  Eric Andersen aff114c33d Larry Doolittle writes: пре 20 година
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. пре 21 година
  Glenn L McGrath 5699b8525e Move from read_gz to the pipe()+fork() method. пре 21 година
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. пре 21 година
  Manuel Novoa III cad5364599 Major coreutils update. пре 22 година
  Glenn L McGrath 826b48b624 Woops, my gunzip fix broke unzip, these cant be static пре 22 година
  Glenn L McGrath cc616928d5 Fix endian probelm on PPC, i had different types for an extern variable. пре 22 година
  Glenn L McGrath f3faf41334 fix warning пре 22 година
  Glenn L McGrath eda4f53f2e Add an input buffer (currently 32kB) to speed things up heaps, it still requires 25% longer to decompress as compared to upstream. пре 22 година
  Glenn L McGrath 83bf47c02f Speed and memory usage improvements from Laurence Adnerson пре 22 година
  Glenn L McGrath 0126fda5bb read_gz patch 3 from Laurence Anderson пре 22 година
  Glenn L McGrath fd73b8c2ce Patch from Laurence Anderson to provide a read_gz function, doesnt require fork(), pipe(), consistent with read_bz2 and more flexible. пре 22 година
  Glenn L McGrath 7ca04f328e New common unarchive code. пре 22 година
  Eric Andersen 8fede28c74 Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip пре 22 година
  Glenn L McGrath 4534af2763 replace some global const ints with defines пре 22 година
  Glenn L McGrath 9fef17dec3 Run through indent, fix comments пре 22 година
  Robert Griebl f6495eb767 Support old-style compress (.Z) files via libbb / unzip( ) calls пре 22 година
  Eric Andersen 89de1e7930 Reinitialize initial shift register value for on each pass. пре 23 година
  Glenn L McGrath 87ac7028e0 unzip applet by Laurence Anderson пре 23 година
  Eric Andersen db930948a9 More copyright and email addr cleanups пре 23 година
  Aaron Lehmann b9df470c4d Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing пре 23 година
  Glenn L McGrath 249f39a265 Simplify unzip(), remove unused checks and unneccessary variables пре 23 година
  Glenn L McGrath ef03dbcd4d Simplify CRC table generation пре 23 година
  Glenn L McGrath 38288bbf4c gunzip was incorrectly reporting a failed crc and length (discovered by пре 23 година
  Eric Andersen 74400ccfd0 Scrub up some function prototypes. пре 23 година
  Eric Andersen 044228d5ec This is vodz' latest patch. Sorry it took so long... пре 23 година
  Glenn L McGrath 5e66a26eaa Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt пре 23 година
  Glenn L McGrath 93febe672a free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() пре 23 година