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