Commit History

Auteur SHA1 Bericht Datum
  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 jaren geleden
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file 20 jaren geleden
  Eric Andersen aff114c33d Larry Doolittle writes: 20 jaren geleden
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 jaren geleden
  Glenn L McGrath 5699b8525e Move from read_gz to the pipe()+fork() method. 21 jaren geleden
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. 21 jaren geleden
  Manuel Novoa III cad5364599 Major coreutils update. 22 jaren geleden
  Glenn L McGrath 826b48b624 Woops, my gunzip fix broke unzip, these cant be static 22 jaren geleden
  Glenn L McGrath cc616928d5 Fix endian probelm on PPC, i had different types for an extern variable. 22 jaren geleden
  Glenn L McGrath f3faf41334 fix warning 22 jaren geleden
  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 jaren geleden
  Glenn L McGrath 83bf47c02f Speed and memory usage improvements from Laurence Adnerson 22 jaren geleden
  Glenn L McGrath 0126fda5bb read_gz patch 3 from Laurence Anderson 22 jaren geleden
  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 jaren geleden
  Glenn L McGrath 7ca04f328e New common unarchive code. 22 jaren geleden
  Eric Andersen 8fede28c74 Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip 22 jaren geleden
  Glenn L McGrath 4534af2763 replace some global const ints with defines 22 jaren geleden
  Glenn L McGrath 9fef17dec3 Run through indent, fix comments 22 jaren geleden
  Robert Griebl f6495eb767 Support old-style compress (.Z) files via libbb / unzip( ) calls 22 jaren geleden
  Eric Andersen 89de1e7930 Reinitialize initial shift register value for on each pass. 23 jaren geleden
  Glenn L McGrath 87ac7028e0 unzip applet by Laurence Anderson 23 jaren geleden
  Eric Andersen db930948a9 More copyright and email addr cleanups 23 jaren geleden
  Aaron Lehmann b9df470c4d Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing 23 jaren geleden
  Glenn L McGrath 249f39a265 Simplify unzip(), remove unused checks and unneccessary variables 23 jaren geleden
  Glenn L McGrath ef03dbcd4d Simplify CRC table generation 23 jaren geleden
  Glenn L McGrath 38288bbf4c gunzip was incorrectly reporting a failed crc and length (discovered by 23 jaren geleden
  Eric Andersen 74400ccfd0 Scrub up some function prototypes. 23 jaren geleden
  Eric Andersen 044228d5ec This is vodz' latest patch. Sorry it took so long... 23 jaren geleden
  Glenn L McGrath 5e66a26eaa Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt 23 jaren geleden
  Glenn L McGrath 93febe672a free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() 23 jaren geleden