Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger | |
2005-07-20 | applying fixes from: | Paul Fox | |
0000142: unzip enhancements | |||
2005-03-01 | When filling the bit buffer, gzip decompression apparently never checked for ↵ | Manuel Novoa III | |
end of file, causing it to hang on corrupted input. | |||
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | |
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | |
open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2003-02-09 | Woops, my gunzip fix broke unzip, these cant be static | Glenn L McGrath | |
2003-02-09 | Fix endian probelm on PPC, i had different types for an extern variable. | Glenn L McGrath | |
2002-12-01 | fix warning | Glenn L McGrath | |
2002-11-24 | Add an input buffer (currently 32kB) to speed things up heaps, it still ↵ | Glenn L McGrath | |
requires 25% longer to decompress as compared to upstream. | |||
2002-11-20 | Speed and memory usage improvements from Laurence Adnerson | Glenn L McGrath | |
2002-11-20 | read_gz patch 3 from Laurence Anderson | Glenn L McGrath | |
2002-11-17 | Patch from Laurence Anderson to provide a read_gz function, doesnt require ↵ | Glenn L McGrath | |
fork(), pipe(), consistent with read_bz2 and more flexible. | |||
2002-09-25 | New common unarchive code. | Glenn L McGrath | |
2002-09-16 | Patch from Matthias Lang <matthias@corelatus.se> to fix gunzip | Eric Andersen | |
error handling and prevent gunzip from hanging. | |||
2002-08-22 | replace some global const ints with defines | Glenn L McGrath | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-05-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||
2002-03-20 | Reinitialize initial shift register value for on each pass. | Eric Andersen | |
-Erik | |||
2002-01-02 | unzip applet by Laurence Anderson | Glenn L McGrath | |
---------------------------------------------------------------------- | |||
2001-12-06 | More copyright and email addr cleanups | Eric Andersen | |
2001-12-06 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | |
binary size. | |||
2001-12-05 | Simplify unzip(), remove unused checks and unneccessary variables | Glenn L McGrath | |
2001-12-05 | Simplify CRC table generation | Glenn L McGrath | |
2001-11-29 | gunzip was incorrectly reporting a failed crc and length (discovered by | Glenn L McGrath | |
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression, as it was eating into the crc/size field. | |||
2001-10-18 | Scrub up some function prototypes. | Eric Andersen | |
-Erik | |||
2001-07-17 | This is vodz' latest patch. Sorry it took so long... | Eric Andersen | |
1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd) | |||
2001-07-13 | Dont setvbuff in here, must be called just after stream is initialised, ↵ | Glenn L McGrath | |
glibc tolerates using it later, uclibc doesnt | |||
2001-07-11 | free coniditionally, just to make it play nice with dmalloc which is ↵ | Glenn L McGrath | |
incompatable with standard free() | |||
2001-06-29 | Add some missing includes to kill warnings when building with the default | Manuel Novoa III | |
Config.h and using gcc's -fno-builtin. There are probably other files with the similar problems. Also, if building against uClibc, don't include asm/unistd.h in syscalls.c and module_syscalls.c. | |||
2001-06-27 | Fix a type promotion bug discivered and analyzed by Alan Modra | Eric Andersen | |
<amodra@bigpond.net.au>, which caused false checksum errors | |||
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | |
This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | |||
2001-04-18 | Eliminated seeks so that we work correctly on pipes, and removed reliance on | Matt Kraai | |
undefined evaluation ordering. Thanks to Anthony Towns for explanation and solution. | |||
2001-04-11 | Disable sigterm | Glenn L McGrath | |
2001-04-11 | Move unzip, gz_open, gz_close to libbb | Glenn L McGrath | |