| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a bug where cpio wouldnt work unless -u was specified | Glenn L McGrath | 2003-11-15 | 1 | -10/+8 |
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 15 | -272/+150 |
* | Fix memory leaks | Glenn L McGrath | 2003-11-15 | 1 | -0/+3 |
* | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Catch unsupported features | Glenn L McGrath | 2003-11-14 | 1 | -7/+15 |
* | Fix build error with tar -j | Glenn L McGrath | 2003-11-14 | 1 | -1/+1 |
* | Remove some tar_gz stuff that get dragged in | Glenn L McGrath | 2003-11-14 | 1 | -3/+4 |
* | Remove debugging noise. | Glenn L McGrath | 2003-11-14 | 1 | -1/+0 |
* | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath | 2003-11-14 | 1 | -4/+23 |
* | Vladimir N. Oleynik (vodz) writes: | Eric Andersen | 2003-11-14 | 1 | -4/+1 |
* | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen | 2003-11-07 | 1 | -3/+2 |
* | fix comment | Eric Andersen | 2003-11-07 | 1 | -1/+1 |
* | Fix tar -j support | Glenn L McGrath | 2003-11-05 | 3 | -23/+43 |
* | Put back the tar support stubs (and warnings) for now. | Eric Andersen | 2003-10-31 | 1 | -0/+16 |
* | Fix stupid typo | Eric Andersen | 2003-10-31 | 1 | -1/+1 |
* | make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patch | Glenn L McGrath | 2003-10-29 | 1 | -7/+10 |
* | Use the return value from uncompress_bunzip, fix some typo | Glenn L McGrath | 2003-10-29 | 1 | -8/+5 |
* | Add some error messages, use xmalloc instead of malloc | Glenn L McGrath | 2003-10-28 | 1 | -5/+18 |
* | Fix a logic error, the old bunzip code returned non-zero for success, | Glenn L McGrath | 2003-10-28 | 1 | -1/+1 |
* | Conditionally compile some files. | Glenn L McGrath | 2003-10-28 | 1 | -20/+23 |
* | Another bzip2 update and speedup from Manuel Novoa III, with some | Eric Andersen | 2003-10-23 | 1 | -223/+267 |
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -10/+10 |
* | Manuel Novoa III writes: | Eric Andersen | 2003-10-18 | 1 | -22/+43 |
* | Rob Landley's new micro-bunzip version 3. Rob writes: | Eric Andersen | 2003-10-18 | 1 | -1592/+465 |
* | Fix -C option when creating tar files. | Glenn L McGrath | 2003-10-02 | 1 | -30/+37 |
* | Do not shadow the global name 'accept' | Eric Andersen | 2003-09-15 | 1 | -2/+2 |
* | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | Glenn L McGrath | 2003-09-12 | 1 | -3/+0 |
* | Use the typeflag to identify if its a hardlink on OLD and GNU posix | Glenn L McGrath | 2003-09-12 | 1 | -6/+6 |
* | Marc A. Lehmann writes: | Eric Andersen | 2003-09-11 | 1 | -1/+1 |
* | If a tar entry is a regualr file ending in a '/' then its really a | Glenn L McGrath | 2003-09-09 | 1 | -5/+5 |
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 3 | -43/+44 |
* | trivial doc fix | Eric Andersen | 2003-08-22 | 1 | -2/+3 |
* | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath | 2003-08-14 | 2 | -44/+46 |
* | Fix bug when handling debian packages. | Glenn L McGrath | 2003-07-31 | 1 | -3/+5 |
* | Fixup problem unconditionally converting all hard links to symlinks. | Eric Andersen | 2003-07-16 | 1 | -6/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 9 | -11/+10 |
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -28/+28 |
* | Be certain to not abort prematurely when reading stuff from pipes. | Eric Andersen | 2003-07-05 | 3 | -3/+3 |
* | As noted by Thomas Eckert: | Eric Andersen | 2003-07-05 | 1 | -2/+9 |
* | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | 2003-07-05 | 1 | -2/+2 |
* | Glenn McGrath (bug1) isaway from my email till the 17th, but caught me on IRC. | Eric Andersen | 2003-07-05 | 1 | -1/+1 |
* | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | 2003-07-03 | 1 | -12/+27 |
* | last_patch91 from vodz to convert tar to use bb_getopt_ulflags | Eric Andersen | 2003-06-26 | 1 | -60/+56 |
* | Save a few bytes by using bb_getopt_ulflags and a few other minor | Glenn L McGrath | 2003-06-22 | 1 | -49/+31 |
* | Handle hard links by converting them to symlinks | Glenn L McGrath | 2003-06-12 | 1 | -1/+5 |
* | Handle -O preceding -x. | Matt Kraai | 2003-05-18 | 1 | -1/+3 |
* | Always preserve date | Glenn L McGrath | 2003-04-26 | 1 | -2/+1 |
* | unlink a previous file before its extracted | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 |
* | unlink() an existing file, before opening it, simply truncating can | Glenn L McGrath | 2003-04-21 | 1 | -1/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 30 | -248/+246 |