aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
2003-12-04Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath1-7/+9
2003-12-04Do not use the _syscall5 macro -- use syscall(2) insteadEric Andersen1-11/+3
2003-11-30Patch from Tito, size optimisation, cleanup noise when in debuggingGlenn L McGrath3-237/+196
2003-11-28Correct Matteo's email addressGlenn L McGrath1-1/+1
2003-11-28Patch from Ian Campbell, fix or'ed dependencies and handle virtualGlenn L McGrath1-79/+237
2003-11-27Fix a bug, ignore the source path when installing to a directory.Glenn L McGrath1-45/+41
2003-11-27Fix tar hard linksGlenn L McGrath2-5/+5
2003-11-26Important bugfixes from Ian Campbell.Glenn L McGrath1-26/+48
2003-11-25Fix for "Broken pipe" issue, vodz last_patch116_3Glenn L McGrath1-1/+1
2003-11-24When a size of 0 is passed to copyfd_size, dont do anything, it wasGlenn L McGrath1-1/+4
2003-11-22Fix warningGlenn L McGrath1-2/+6
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath18-148/+55
2003-11-21Use safe readGlenn L McGrath2-2/+2
2003-11-21Fix warningGlenn L McGrath1-0/+1
2003-11-21Make use of libbb functions bb_xopen, bb_full_read, used #define'sGlenn L McGrath1-20/+13
2003-11-20Remove unused functionGlenn L McGrath3-32/+0
2003-11-20Dont over-read fd, use function pointer for hash function.Glenn L McGrath2-30/+44
2003-11-20Fix tar-handles-nested-exclude testcaseGlenn L McGrath2-0/+13
2003-11-20Update status of tests which should passGlenn L McGrath3-3/+0
2003-11-20remove controversial testsGlenn L McGrath2-15/+0
2003-11-20Check at least one context is specifiedGlenn L McGrath1-0/+3
2003-11-20Check there are files to add the archive before removing a specifiedGlenn L McGrath1-5/+4
2003-11-20Dont attempt to unlink directoriesGlenn L McGrath1-1/+1
2003-11-20Superficial changesGlenn L McGrath1-19/+17
2003-11-20Fix up the -s option, and make usage consitent with behaviour,Glenn L McGrath1-7/+6
2003-11-20Include stdint.hGlenn L McGrath1-0/+1
2003-11-18woops, we needed that functionGlenn L McGrath1-18/+35
2003-11-18COMPRESS, not UNCOMPRESSGlenn L McGrath1-1/+1
2003-11-18Update usage for tar -ZGlenn L McGrath1-1/+7
2003-11-18Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath1-10/+20
2003-11-18tar -Z, uncompress supportGlenn L McGrath5-11/+37
2003-11-18Dont close original file handle, we may need it later.Glenn L McGrath1-3/+4
2003-11-18Make unlink old files default behaviour and add a new option -k toGlenn L McGrath1-19/+23
2003-11-18Only use getopt and associated flags if checking is enabledGlenn L McGrath1-44/+36
2003-11-18Replaced by md5_sha1_sum.cGlenn L McGrath1-492/+0
2003-11-18Replaced by md5_sha1_sum.cGlenn L McGrath1-1102/+0
2003-11-17Dont free filename, its needed in the extracted files list.Glenn L McGrath1-2/+1
2003-11-17This was made obsolete by config-udeb-linux-i386Glenn L McGrath1-415/+0
2003-11-17Remove net-udeb flavour, we dotn use itGlenn L McGrath3-1161/+0
2003-11-17Use the PROG variable instead of 'busybox' in the release targetGlenn L McGrath1-5/+5
2003-11-15Fix a bug where cpio wouldnt work unless -u was specifiedGlenn L McGrath1-10/+8
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath16-284/+156
2003-11-15Fix memory leaksGlenn L McGrath1-0/+3
2003-11-14Fix a "broken pipe" problem. vodz, last_patch_116-2Glenn L McGrath1-5/+1
2003-11-14Keep trying to find a good header, if we exit it will cause .tar.gzGlenn L McGrath1-1/+1
2003-11-14Catch unsupported featuresGlenn L McGrath1-7/+15
2003-11-14NEW APPLET: pipe_progress, used by debian installerGlenn L McGrath4-0/+64
2003-11-14Fix build error with tar -jGlenn L McGrath1-1/+1
2003-11-14Remove some tar_gz stuff that get dragged inGlenn L McGrath1-3/+4
2003-11-14Remove debugging noise.Glenn L McGrath1-1/+0