| Commit message (Expand) | Author | Age | Files | Lines |
* | When a size of 0 is passed to copyfd_size, dont do anything, it was | Glenn L McGrath | 2003-11-24 | 1 | -1/+4 |
* | Fix warning | Glenn L McGrath | 2003-11-22 | 1 | -2/+6 |
* | As we no longer use function pointers for read in common archiving code | Glenn L McGrath | 2003-11-21 | 18 | -148/+55 |
* | Use safe read | Glenn L McGrath | 2003-11-21 | 2 | -2/+2 |
* | Fix warning | Glenn L McGrath | 2003-11-21 | 1 | -0/+1 |
* | Make use of libbb functions bb_xopen, bb_full_read, used #define's | Glenn L McGrath | 2003-11-21 | 1 | -20/+13 |
* | Remove unused function | Glenn L McGrath | 2003-11-20 | 3 | -32/+0 |
* | Dont over-read fd, use function pointer for hash function. | Glenn L McGrath | 2003-11-20 | 2 | -30/+44 |
* | Fix tar-handles-nested-exclude testcase | Glenn L McGrath | 2003-11-20 | 2 | -0/+13 |
* | Update status of tests which should pass | Glenn L McGrath | 2003-11-20 | 3 | -3/+0 |
* | remove controversial tests | Glenn L McGrath | 2003-11-20 | 2 | -15/+0 |
* | Check at least one context is specified | Glenn L McGrath | 2003-11-20 | 1 | -0/+3 |
* | Check there are files to add the archive before removing a specified | Glenn L McGrath | 2003-11-20 | 1 | -5/+4 |
* | Dont attempt to unlink directories | Glenn L McGrath | 2003-11-20 | 1 | -1/+1 |
* | Superficial changes | Glenn L McGrath | 2003-11-20 | 1 | -19/+17 |
* | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath | 2003-11-20 | 1 | -7/+6 |
* | Include stdint.h | Glenn L McGrath | 2003-11-20 | 1 | -0/+1 |
* | woops, we needed that function | Glenn L McGrath | 2003-11-18 | 1 | -18/+35 |
* | COMPRESS, not UNCOMPRESS | Glenn L McGrath | 2003-11-18 | 1 | -1/+1 |
* | Update usage for tar -Z | Glenn L McGrath | 2003-11-18 | 1 | -1/+7 |
* | Update md5sum, sha1sum options, patch by Steven Scholz | Glenn L McGrath | 2003-11-18 | 1 | -10/+20 |
* | tar -Z, uncompress support | Glenn L McGrath | 2003-11-18 | 5 | -11/+37 |
* | Dont close original file handle, we may need it later. | Glenn L McGrath | 2003-11-18 | 1 | -3/+4 |
* | Make unlink old files default behaviour and add a new option -k to | Glenn L McGrath | 2003-11-18 | 1 | -19/+23 |
* | Only use getopt and associated flags if checking is enabled | Glenn L McGrath | 2003-11-18 | 1 | -44/+36 |
* | Replaced by md5_sha1_sum.c | Glenn L McGrath | 2003-11-18 | 1 | -492/+0 |
* | Replaced by md5_sha1_sum.c | Glenn L McGrath | 2003-11-18 | 1 | -1102/+0 |
* | Dont free filename, its needed in the extracted files list. | Glenn L McGrath | 2003-11-17 | 1 | -2/+1 |
* | This was made obsolete by config-udeb-linux-i386 | Glenn L McGrath | 2003-11-17 | 1 | -415/+0 |
* | Remove net-udeb flavour, we dotn use it | Glenn L McGrath | 2003-11-17 | 3 | -1161/+0 |
* | Use the PROG variable instead of 'busybox' in the release target | Glenn L McGrath | 2003-11-17 | 1 | -5/+5 |
* | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath | 2003-11-15 | 1 | -10/+8 |
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 16 | -284/+156 |
* | Fix memory leaks | Glenn L McGrath | 2003-11-15 | 1 | -0/+3 |
* | Fix a "broken pipe" problem. vodz, last_patch_116-2 | Glenn L McGrath | 2003-11-14 | 1 | -5/+1 |
* | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Catch unsupported features | Glenn L McGrath | 2003-11-14 | 1 | -7/+15 |
* | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath | 2003-11-14 | 4 | -0/+64 |
* | Fix build error with tar -j | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Remove some tar_gz stuff that get dragged in | Glenn L McGrath | 2003-11-14 | 1 | -3/+4 |
* | Remove debugging noise. | Glenn L McGrath | 2003-11-14 | 1 | -1/+0 |
* | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath | 2003-11-14 | 1 | -4/+23 |
* | Oskar Liljeblad writes: | Eric Andersen | 2003-11-14 | 2 | -1/+3 |
* | Michael Smith writes: | Eric Andersen | 2003-11-14 | 1 | -2/+2 |
* | Ulrich Marx writes: | Eric Andersen | 2003-11-14 | 1 | -0/+2 |
* | Steven Seeger writes: | Eric Andersen | 2003-11-14 | 1 | -1/+2 |
* | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | 2003-11-14 | 1 | -4/+1 |
* | Marc Kleine-Budde noticed a missing semicolon | Eric Andersen | 2003-11-14 | 1 | -1/+1 |
* | Merge common parts of sha1sum and md5sum, which is everything except the | Glenn L McGrath | 2003-11-10 | 6 | -11/+1063 |
* | Add some basic cvs usage info | Eric Andersen | 2003-11-08 | 1 | -1/+51 |