Age | Commit message (Expand) | Author |
2003-11-27 | Fix tar hard links | Glenn L McGrath |
2003-11-26 | Important bugfixes from Ian Campbell. | Glenn L McGrath |
2003-11-25 | Fix for "Broken pipe" issue, vodz last_patch116_3 | Glenn L McGrath |
2003-11-24 | When a size of 0 is passed to copyfd_size, dont do anything, it was | Glenn L McGrath |
2003-11-22 | Fix warning | Glenn L McGrath |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath |
2003-11-21 | Use safe read | Glenn L McGrath |
2003-11-21 | Fix warning | Glenn L McGrath |
2003-11-21 | Make use of libbb functions bb_xopen, bb_full_read, used #define's | Glenn L McGrath |
2003-11-20 | Remove unused function | Glenn L McGrath |
2003-11-20 | Dont over-read fd, use function pointer for hash function. | Glenn L McGrath |
2003-11-20 | Fix tar-handles-nested-exclude testcase | Glenn L McGrath |
2003-11-20 | Update status of tests which should pass | Glenn L McGrath |
2003-11-20 | remove controversial tests | Glenn L McGrath |
2003-11-20 | Check at least one context is specified | Glenn L McGrath |
2003-11-20 | Check there are files to add the archive before removing a specified | Glenn L McGrath |
2003-11-20 | Dont attempt to unlink directories | Glenn L McGrath |
2003-11-20 | Superficial changes | Glenn L McGrath |
2003-11-20 | Fix up the -s option, and make usage consitent with behaviour, | Glenn L McGrath |
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 |