aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionGlenn L McGrath2003-11-203-32/+0
* Dont over-read fd, use function pointer for hash function.Glenn L McGrath2003-11-202-30/+44
* Fix tar-handles-nested-exclude testcaseGlenn L McGrath2003-11-202-0/+13
* Update status of tests which should passGlenn L McGrath2003-11-203-3/+0
* remove controversial testsGlenn L McGrath2003-11-202-15/+0
* Check at least one context is specifiedGlenn L McGrath2003-11-201-0/+3
* Check there are files to add the archive before removing a specifiedGlenn L McGrath2003-11-201-5/+4
* Dont attempt to unlink directoriesGlenn L McGrath2003-11-201-1/+1
* Superficial changesGlenn L McGrath2003-11-201-19/+17
* Fix up the -s option, and make usage consitent with behaviour,Glenn L McGrath2003-11-201-7/+6
* Include stdint.hGlenn L McGrath2003-11-201-0/+1
* woops, we needed that functionGlenn L McGrath2003-11-181-18/+35
* COMPRESS, not UNCOMPRESSGlenn L McGrath2003-11-181-1/+1
* Update usage for tar -ZGlenn L McGrath2003-11-181-1/+7
* Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath2003-11-181-10/+20
* tar -Z, uncompress supportGlenn L McGrath2003-11-185-11/+37
* Dont close original file handle, we may need it later.Glenn L McGrath2003-11-181-3/+4
* Make unlink old files default behaviour and add a new option -k toGlenn L McGrath2003-11-181-19/+23
* Only use getopt and associated flags if checking is enabledGlenn L McGrath2003-11-181-44/+36
* Replaced by md5_sha1_sum.cGlenn L McGrath2003-11-181-492/+0
* Replaced by md5_sha1_sum.cGlenn L McGrath2003-11-181-1102/+0
* Dont free filename, its needed in the extracted files list.Glenn L McGrath2003-11-171-2/+1
* This was made obsolete by config-udeb-linux-i386Glenn L McGrath2003-11-171-415/+0
* Remove net-udeb flavour, we dotn use itGlenn L McGrath2003-11-173-1161/+0
* Use the PROG variable instead of 'busybox' in the release targetGlenn L McGrath2003-11-171-5/+5
* Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath2003-11-151-10/+8
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-1516-284/+156
* Fix memory leaksGlenn L McGrath2003-11-151-0/+3
* Fix a "broken pipe" problem. vodz, last_patch_116-2Glenn L McGrath2003-11-141-5/+1
* Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath2003-11-141-1/+1
* Catch unsupported featuresGlenn L McGrath2003-11-141-7/+15
* NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath2003-11-144-0/+64
* Fix build error with tar -jGlenn L McGrath2003-11-141-1/+1
* Remove some tar_gz stuff that get dragged inGlenn L McGrath2003-11-141-3/+4
* Remove debugging noise.Glenn L McGrath2003-11-141-1/+0
* Read in blocks rather than one char at a time, greatly improves speedGlenn L McGrath2003-11-141-4/+23
* Oskar Liljeblad writes:Eric Andersen2003-11-142-1/+3
* Michael Smith writes:Eric Andersen2003-11-141-2/+2
* Ulrich Marx writes:Eric Andersen2003-11-141-0/+2
* Steven Seeger writes:Eric Andersen2003-11-141-1/+2
* Vladimir N. Oleynik (vodz) writes:Eric Andersen2003-11-141-4/+1
* Marc Kleine-Budde noticed a missing semicolonEric Andersen2003-11-141-1/+1
* Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath2003-11-106-11/+1063
* Add some basic cvs usage infoEric Andersen2003-11-081-1/+51
* Rob Landley writes:Eric Andersen2003-11-081-3/+0
* Patch from Steven Scholz to send the output from 'time'Eric Andersen2003-11-071-2/+2
* This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2Eric Andersen2003-11-071-3/+2
* fix commentEric Andersen2003-11-071-1/+1
* wrap bb help output if CONFIG_FEATURE_AUTOWIDTHTim Riker2003-11-071-1/+9
* As vodz pointed out, setting unset_env to NULL is sufficientEric Andersen2003-11-071-5/+1