Age | Commit message (Expand) | Author |
2003-11-15 | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath |
2003-11-15 | Fix memory leaks | Glenn L McGrath |
2003-11-14 | Keep trying to find a good header, if we exit it will cause .tar.gz | Glenn L McGrath |
2003-11-14 | Fix build error with tar -j | Glenn L McGrath |
2003-11-14 | Remove some tar_gz stuff that get dragged in | Glenn L McGrath |
2003-11-14 | Remove debugging noise. | Glenn L McGrath |
2003-11-14 | Read in blocks rather than one char at a time, greatly improves speed | Glenn L McGrath |
2003-11-07 | This appears to be the correct fix to make CONFIG_FEATURE_DEB_TAR_BZ2 | Eric Andersen |
2003-11-07 | fix comment | Eric Andersen |
2003-11-05 | Fix tar -j support | Glenn L McGrath |
2003-10-31 | Put back the tar support stubs (and warnings) for now. | Eric Andersen |
2003-10-31 | Fix stupid typo | Eric Andersen |
2003-10-28 | Add some error messages, use xmalloc instead of malloc | Glenn L McGrath |
2003-10-28 | Conditionally compile some files. | Glenn L McGrath |
2003-10-23 | Another bzip2 update and speedup from Manuel Novoa III, with some | Eric Andersen |
2003-10-18 | Manuel Novoa III writes: | Eric Andersen |
2003-10-18 | Rob Landley's new micro-bunzip version 3. Rob writes: | Eric Andersen |
2003-09-12 | Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. | Glenn L McGrath |
2003-09-12 | Use the typeflag to identify if its a hardlink on OLD and GNU posix | Glenn L McGrath |
2003-09-11 | Marc A. Lehmann writes: | Eric Andersen |
2003-09-09 | If a tar entry is a regualr file ending in a '/' then its really a | Glenn L McGrath |
2003-08-28 | Dont unlink when testing ! | Glenn L McGrath |
2003-08-14 | Change hardlink handling for tar to work the same way as cpio | Glenn L McGrath |
2003-07-31 | Fix bug when handling debian packages. | Glenn L McGrath |
2003-07-16 | Fixup problem unconditionally converting all hard links to symlinks. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-07-05 | Be certain to not abort prematurely when reading stuff from pipes. | Eric Andersen |
2003-06-12 | Handle hard links by converting them to symlinks | Glenn L McGrath |
2003-04-21 | unlink a previous file before its extracted | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-02-09 | Woops, my gunzip fix broke unzip, these cant be static | Glenn L McGrath |
2003-02-09 | Moved to libunarchive/unzip.c | Glenn L McGrath |
2003-02-09 | Fix endian probelm on PPC, i had different types for an extern variable. | Glenn L McGrath |
2003-01-28 | Fix long standing bug with old gnu tar files, add a check so tar will | Glenn L McGrath |
2002-12-11 | A cleaner cleanup that avoids passing an off_t to scanf | Eric Andersen |
2002-12-11 | squash a warning | Eric Andersen |
2002-12-10 | rpm applet by Laurence Anderson | Glenn L McGrath |
2002-12-08 | Move add_to_list from libunarchive to libbb so it can be of more general use ... | Glenn L McGrath |
2002-12-04 | Unlink before mkdir, mknod, symlink to overwrite | Glenn L McGrath |
2002-12-01 | fix warning | Glenn L McGrath |
2002-11-28 | Style | Glenn L McGrath |
2002-11-24 | Add an input buffer (currently 32kB) to speed things up heaps, it still requi... | Glenn L McGrath |
2002-11-23 | Fix long filename support | Glenn L McGrath |
2002-11-20 | Speed and memory usage improvements from Laurence Adnerson | Glenn L McGrath |
2002-11-20 | read_gz patch 3 from Laurence Anderson | Glenn L McGrath |
2002-11-19 | Use read_gz, remove fork() woohoo! | Glenn L McGrath |
2002-11-17 | Patch from Laurence Anderson to provide a read_gz function, doesnt require fo... | Glenn L McGrath |
2002-11-15 | Allow short reads as we are looping anyway. | Glenn L McGrath |
2002-11-13 | Minor cleanups | Glenn L McGrath |
2002-11-12 | Reduce block size to 512 to prevent short read's when reading from a pipe | Glenn L McGrath |