aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix indenting.andersen2003-12-091-6/+5
* Bump version numberandersen2003-12-091-1/+1
* Splitting statements with #define's can cause trouble for crossbug12003-12-081-7/+5
* Stop sending data to the client after the first failure.bug12003-12-081-1/+2
* Bring usage upto date, patch by Steven Scholzbug12003-12-081-2/+4
* Fix a compile error when only using ar, patch by Paul van Goolbug12003-12-051-1/+1
* Add (untested) support for cris, based on the (old) busybox insmodmjn32003-12-041-2/+27
* Patch from Steven Scholz, make usage more consistent with actualbug12003-12-041-7/+9
* Do not use the _syscall5 macro -- use syscall(2) insteadandersen2003-12-041-11/+3
* Patch from Tito, size optimisation, cleanup noise when in debuggingbug12003-11-303-237/+196
* Correct Matteo's email addressbug12003-11-281-1/+1
* Patch from Ian Campbell, fix or'ed dependencies and handle virtualbug12003-11-281-79/+237
* Fix a bug, ignore the source path when installing to a directory.bug12003-11-271-45/+41
* Fix tar hard linksbug12003-11-272-5/+5
* Important bugfixes from Ian Campbell.bug12003-11-261-26/+48
* Fix for "Broken pipe" issue, vodz last_patch116_3bug12003-11-251-1/+1
* When a size of 0 is passed to copyfd_size, dont do anything, it wasbug12003-11-241-1/+4
* Fix warningbug12003-11-221-2/+6
* As we no longer use function pointers for read in common archiving codebug12003-11-2118-148/+55
* Use safe readbug12003-11-212-2/+2
* Fix warningbug12003-11-211-0/+1
* Make use of libbb functions bb_xopen, bb_full_read, used #define'sbug12003-11-211-20/+13
* Remove unused functionbug12003-11-203-32/+0
* Dont over-read fd, use function pointer for hash function.bug12003-11-202-30/+44
* Fix tar-handles-nested-exclude testcasebug12003-11-202-0/+13
* Update status of tests which should passbug12003-11-203-3/+0
* remove controversial testsbug12003-11-202-15/+0
* Check at least one context is specifiedbug12003-11-201-0/+3
* Check there are files to add the archive before removing a specifiedbug12003-11-201-5/+4
* Dont attempt to unlink directoriesbug12003-11-201-1/+1
* Superficial changesbug12003-11-201-19/+17
* Fix up the -s option, and make usage consitent with behaviour,bug12003-11-201-7/+6
* Include stdint.hbug12003-11-201-0/+1
* woops, we needed that functionbug12003-11-181-18/+35
* COMPRESS, not UNCOMPRESSbug12003-11-181-1/+1
* Update usage for tar -Zbug12003-11-181-1/+7
* Update md5sum, sha1sum options, patch by Steven Scholzbug12003-11-181-10/+20
* tar -Z, uncompress supportbug12003-11-185-11/+37
* Dont close original file handle, we may need it later.bug12003-11-181-3/+4
* Make unlink old files default behaviour and add a new option -k tobug12003-11-181-19/+23
* Only use getopt and associated flags if checking is enabledbug12003-11-181-44/+36
* Replaced by md5_sha1_sum.cbug12003-11-181-492/+0
* Replaced by md5_sha1_sum.cbug12003-11-181-1102/+0
* Dont free filename, its needed in the extracted files list.bug12003-11-171-2/+1
* This was made obsolete by config-udeb-linux-i386bug12003-11-171-415/+0
* Remove net-udeb flavour, we dotn use itbug12003-11-173-1161/+0
* Use the PROG variable instead of 'busybox' in the release targetbug12003-11-171-5/+5
* Fix a bug where cpio wouldnt work unless -u was specifiedbug12003-11-151-10/+8
* Move from read_gz to the pipe()+fork() method.bug12003-11-1516-284/+156
* Fix memory leaksbug12003-11-151-0/+3