Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-12 | open_transformer: do not duplicate "<program> -cf -" | Denis Vlasenko | |
text data bss dec hex filename 677858 738 7236 685832 a7708 busybox_old 677804 738 7236 685778 a76d2 busybox_unstripped | |||
2007-09-09 | style fix, no code changes | Denis Vlasenko | |
2007-09-05 | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau ↵ | Denis Vlasenko | |
<landau_alex@yahoo.com>) | |||
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko | |
2006-12-22 | removal of commented-out cruft | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
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-11-14 | Remove some tar_gz stuff that get dragged in | Glenn L McGrath | |
2003-11-14 | Remove debugging noise. | Glenn L McGrath | |
2003-11-05 | Fix tar -j support | Glenn L McGrath | |
Use the old fork() method of tar compression support, rather than read_bz2.... - (*uncompress)(int in, int out) seems like a more natural interface for compression code. - it might improve performance by seperating the work into one cpu bound and one io bound process. - There is extra code required to do read_[gz|bunzip] since (*uncompress)(int in, int out) will normally be used by the standalone compression applet. There have been problems with this method so if you see a "Short read" error let me know. | |||
2002-11-13 | Minor cleanups | Glenn L McGrath | |
2002-11-05 | Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵ | Glenn L McGrath | |
junk (not sure why), add some missing files |