Historial de Commits

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