Age | Commit message (Expand) | Author |
2003-11-20 | Include stdint.h | Glenn L McGrath |
2003-11-18 | woops, we needed that function | Glenn L McGrath |
2003-11-18 | COMPRESS, not UNCOMPRESS | Glenn L McGrath |
2003-11-18 | Update usage for tar -Z | Glenn L McGrath |
2003-11-18 | Update md5sum, sha1sum options, patch by Steven Scholz | Glenn L McGrath |
2003-11-18 | tar -Z, uncompress support | Glenn L McGrath |
2003-11-18 | Dont close original file handle, we may need it later. | Glenn L McGrath |
2003-11-18 | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath |
2003-11-18 | Only use getopt and associated flags if checking is enabled | Glenn L McGrath |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath |
2003-11-18 | Replaced by md5_sha1_sum.c | Glenn L McGrath |
2003-11-17 | Dont free filename, its needed in the extracted files list. | Glenn L McGrath |
2003-11-17 | This was made obsolete by config-udeb-linux-i386 | Glenn L McGrath |
2003-11-17 | Remove net-udeb flavour, we dotn use it | Glenn L McGrath |
2003-11-17 | Use the PROG variable instead of 'busybox' in the release target | Glenn L McGrath |
2003-11-15 | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath |
2003-11-15 | Fix memory leaks | Glenn L McGrath |
2003-11-14 | Fix a "broken pipe" problem. vodz, last_patch_116-2 | Glenn L McGrath |
2003-11-14 | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath |
2003-11-14 | Catch unsupported features | Glenn L McGrath |
2003-11-14 | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath |
2003-11-14 | Fix build error with tar -j | Glenn L McGrath |
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-14 | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath |
2003-11-14 | Oskar Liljeblad writes: | Eric Andersen |
2003-11-14 | Michael Smith writes: | Eric Andersen |
2003-11-14 | Ulrich Marx writes: | Eric Andersen |
2003-11-14 | Steven Seeger writes: | Eric Andersen |
2003-11-14 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen |
2003-11-14 | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen |
2003-11-10 | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath |
2003-11-08 | Add some basic cvs usage info | Eric Andersen |
2003-11-08 | Rob Landley writes: | Eric Andersen |
2003-11-07 | Patch from Steven Scholz to send the output from 'time' | Eric Andersen |
2003-11-07 | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen |
2003-11-07 | fix comment | Eric Andersen |
2003-11-07 | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH | Tim Riker |
2003-11-07 | As vodz pointed out, setting unset_env to NULL is sufficient | Eric Andersen |
2003-11-06 | Rewrite, 800+ bytes smaller and more robust. | Glenn L McGrath |
2003-11-05 | By popular demand, revert to version 1.21, since Rules.mak:1.22 | Eric Andersen |
2003-11-05 | Fix tar -j support | Glenn L McGrath |
2003-11-04 | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling | Eric Andersen |
2003-11-03 | Set unset_env pointing to a NULL item, to prevent us from walking | Eric Andersen |
2003-11-03 | Fix rdate and ftpget/ftpput so they compile with the new xconnect. | Eric Andersen |
2003-11-03 | Avoid conflicts with the 2.6 kernel headers, which define | Eric Andersen |
2003-10-31 | Rework wget, the xconnect interface, and its various clients | Eric Andersen |
2003-10-31 | Put back the tar support stubs (and warnings) for now. | Eric Andersen |
2003-10-31 | Try to make indent formatting less horrible | Eric Andersen |