Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-16 | *: more readable handling of pipe fds. No code changes. | Denis Vlasenko | |
2008-01-28 | *: tidy up usage of char **environ | Denis Vlasenko | |
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 | open_transformer: fix vda's goofup | Denis Vlasenko | |
2007-09-05 | tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau ↵ | Denis Vlasenko | |
<landau_alex@yahoo.com>) | |||
2007-09-04 | tar: conditionally don't wait for vforked child to exec, as it always | Denis Vlasenko | |
works right on Linux, and anyway mayresult only on less-than-clear error message only, it will not cause tar to misbehave. function old new delta open_transformer 98 80 -18 writeTarFile 714 547 -167 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-185) Total: -185 bytes text data bss dec hex filename 770651 1051 10764 782466 bf082 busybox_old 770463 1051 10764 782278 befc6 busybox_unstripped | |||
2007-05-31 | delete tons of extra #includes | Denis Vlasenko | |
2007-05-26 | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko | |
udhcp/signalpipe.c: use pipe instead of socketpair. | |||
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko | |
Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-04-02 | - include proper prototypes in libunarchive. | Bernhard Reutner-Fischer | |
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-18 | Dont close original file handle, we may need it later. | Glenn L McGrath | |
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. |