- 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
- 1a2d75f Use safe read by Glenn L McGrath · 21 years ago
- d0550d8 Fix warning by Glenn L McGrath · 21 years ago
- acbdc47 Make use of libbb functions bb_xopen, bb_full_read, used #define's by Glenn L McGrath · 21 years ago
- 2cd1eb1 Remove unused function by Glenn L McGrath · 21 years ago
- 78cd84d Dont over-read fd, use function pointer for hash function. by Glenn L McGrath · 21 years ago
- e857122 Fix tar-handles-nested-exclude testcase by Glenn L McGrath · 21 years ago
- d9c8ab4 Update status of tests which should pass by Glenn L McGrath · 21 years ago
- 3a2fcc6 remove controversial tests by Glenn L McGrath · 21 years ago
- bebc40b Check at least one context is specified by Glenn L McGrath · 21 years ago
- ba49651 Check there are files to add the archive before removing a specified tar file. by Glenn L McGrath · 21 years ago
- 90c9df9 Dont attempt to unlink directories by Glenn L McGrath · 21 years ago
- 0413af0 Superficial changes by Glenn L McGrath · 21 years ago
- 5c069aa Fix up the -s option, and make usage consitent with behaviour, by Glenn L McGrath · 21 years ago
- d85421d Include stdint.h by Glenn L McGrath · 21 years ago
- 931ae9d woops, we needed that function by Glenn L McGrath · 21 years ago
- 0c5d9c2 COMPRESS, not UNCOMPRESS by Glenn L McGrath · 21 years ago
- 7370f62 Update usage for tar -Z by Glenn L McGrath · 21 years ago
- 0b6539f Update md5sum, sha1sum options, patch by Steven Scholz by Glenn L McGrath · 21 years ago
- 56f16b4 tar -Z, uncompress support by Glenn L McGrath · 21 years ago
- 20872be Dont close original file handle, we may need it later. by Glenn L McGrath · 21 years ago
- 3b9fc8f Make unlink old files default behaviour and add a new option -k to by Glenn L McGrath · 21 years ago
- de3ea9f Only use getopt and associated flags if checking is enabled by Glenn L McGrath · 21 years ago
- aee0fd8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
- 303b7d8 Replaced by md5_sha1_sum.c by Glenn L McGrath · 21 years ago
- f074afc Dont free filename, its needed in the extracted files list. by Glenn L McGrath · 21 years ago
- cccf49f This was made obsolete by config-udeb-linux-i386 by Glenn L McGrath · 21 years ago
- 7e4b334 Remove net-udeb flavour, we dotn use it by Glenn L McGrath · 21 years ago
- 0874a61 Use the PROG variable instead of 'busybox' in the release target by Glenn L McGrath · 21 years ago
- 8dc8cb1 Fix a bug where cpio wouldnt work unless -u was specified by Glenn L McGrath · 21 years ago
- 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
- 54ac057 Fix memory leaks by Glenn L McGrath · 21 years ago
- 5c2c8ec Fix a "broken pipe" problem. vodz, last_patch_116-2 by Glenn L McGrath · 21 years ago
- e57feeb Keep trying to find a good header, if we exit it will cause .tar.gz by Glenn L McGrath · 21 years ago
- eba86e2 Catch unsupported features by Glenn L McGrath · 21 years ago
- e9080c9 NEW APPLET: pipe_progress, used by debian installer by Glenn L McGrath · 21 years ago
- 7b215b9 Fix build error with tar -j by Glenn L McGrath · 21 years ago
- 1a41db8 Remove some tar_gz stuff that get dragged in by Glenn L McGrath · 21 years ago
- 94cf153 Remove debugging noise. by Glenn L McGrath · 21 years ago
- d09bcec Read in blocks rather than one char at a time, greatly improves speed by Glenn L McGrath · 21 years ago
- 5f28455 Oskar Liljeblad writes: by Eric Andersen · 21 years ago
- b6e58d2 Michael Smith writes: by Eric Andersen · 21 years ago
- c16686c Ulrich Marx writes: by Eric Andersen · 21 years ago
- 61b038a Steven Seeger writes: by Eric Andersen · 21 years ago
- 8211db5 Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
- e0c83af Marc Kleine-Budde noticed a missing semicolon by Eric Andersen · 21 years ago
- d2a897a Merge common parts of sha1sum and md5sum, which is everything except the by Glenn L McGrath · 21 years ago
- 0bdf41a Add some basic cvs usage info by Eric Andersen · 21 years ago
- bbce615 Rob Landley writes: by Eric Andersen · 21 years ago
- 2849209 Patch from Steven Scholz to send the output from 'time' by Eric Andersen · 21 years ago
- 28d4e16 This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 by Eric Andersen · 21 years ago
- d2160aa fix comment by Eric Andersen · 21 years ago
- b1ffba0 wrap bb help output if CONFIG_FEATURE_AUTOWIDTH by Tim Riker · 21 years ago
- 1b1942f As vodz pointed out, setting unset_env to NULL is sufficient by Eric Andersen · 21 years ago
- 7f9de02 Rewrite, 800+ bytes smaller and more robust. by Glenn L McGrath · 21 years ago
- 5912acb By popular demand, revert to version 1.21, since Rules.mak:1.22 by Eric Andersen · 21 years ago
- 2685724 Fix tar -j support by Glenn L McGrath · 21 years ago
- 6d68781 Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling by Eric Andersen · 21 years ago
- b7077a7 Set unset_env pointing to a NULL item, to prevent us from walking by Eric Andersen · 21 years ago
- 04d055f Fix rdate and ftpget/ftpput so they compile with the new xconnect. by Eric Andersen · 21 years ago
- f6067be Avoid conflicts with the 2.6 kernel headers, which define by Eric Andersen · 21 years ago
- e6dc439 Rework wget, the xconnect interface, and its various clients by Eric Andersen · 21 years ago
- 8179cf2 Put back the tar support stubs (and warnings) for now. by Eric Andersen · 21 years ago
- 252183e Try to make indent formatting less horrible by Eric Andersen · 21 years ago
- e64bf40 Patch from David Meggy to make the swap default to the new version if no by Glenn L McGrath · 21 years ago
- 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
- 0120be9 Fix stupid typo by Eric Andersen · 21 years ago
- 9716575 Remove config options for sort -u and sort -r, they are always enabled by Glenn L McGrath · 21 years ago
- 40c9489 Add a comment with link to the SUSv3 standard for xargs by Glenn L McGrath · 21 years ago
- 09c295a run through indent by Glenn L McGrath · 21 years ago
- 00ed36f Patch from Dmitry Zakharov, by Glenn L McGrath · 21 years ago
- b8b6816 make certain values specified in the environment always win by Eric Andersen · 21 years ago
- f4fd3a1 Accept the -c option and do nothing by Glenn L McGrath · 21 years ago
- 984b451 fix a bug where `which' doesn't check whether the file passed as an argument by Glenn L McGrath · 21 years ago
- 6530f0d make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch by Glenn L McGrath · 21 years ago
- 4636aa9 "A few references to sourcefiles and URLs in docs/contributing.txt had by Glenn L McGrath · 21 years ago
- f235d05 Use the return value from uncompress_bunzip, fix some typo by Glenn L McGrath · 21 years ago
- 1c83440 Add some error messages, use xmalloc instead of malloc by Glenn L McGrath · 21 years ago
- debb21e Fix a logic error, the old bunzip code returned non-zero for success, by Glenn L McGrath · 21 years ago
- e81fc5f Conditionally compile some files. by Glenn L McGrath · 21 years ago
- 5fa4db2 Another bzip2 update and speedup from Manuel Novoa III, with some by Eric Andersen · 21 years ago
- 2053a8c the dc applet now needs libm -Erik by Eric Andersen · 21 years ago
- e78fe24 sigh by Eric Andersen · 21 years ago
- a928774 Goetz Bock writes: by Eric Andersen · 21 years ago
- a48b0a3 last_patch116 from vodz: by Eric Andersen · 21 years ago
- 514633b Tomasz Motylewski reported that the 'which' applet does not find by Eric Andersen · 21 years ago
- 7f6295f Patch from Arthur Othieno for style-guide.txt conformance by Eric Andersen · 21 years ago
- 28672dd Patch from Arthur Othieno for docs/style-guide.txt conformance. by Eric Andersen · 21 years ago
- 9ef6c93 Patch from Arthur Othieno to fix a compiler warning by Eric Andersen · 21 years ago
- 976a55e make this a little bit less messy by Eric Andersen · 21 years ago
- f1d3ac4 Update mail location by Eric Andersen · 21 years ago
- 637d226 Disable any buffering to stdout by Eric Andersen · 21 years ago
- 5289969 Tito writes: by Eric Andersen · 21 years ago
- 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
- 951df20 Do a better job of dealing with screwy s390 abi changes by Eric Andersen · 21 years ago
- acf6c91 ccording to this: by Eric Andersen · 21 years ago
- 1acfb72 Manuel Novoa III writes: by Eric Andersen · 21 years ago
- 0d6d88a Rob Landley's new micro-bunzip version 3. Rob writes: by Eric Andersen · 21 years ago
- 6fe55ae old gcc by Tim Riker · 21 years ago
- 7857c03 Paul Mundt (lethal) writes: by Eric Andersen · 21 years ago