Commit History

Автор 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 години