move debugging to safe place (before vfork)
[oweals/busybox.git] / archival /
2003-12-22 Glenn L McGrathFix a bug of mine where extracting files to stdout...
2003-12-21 Eric AndersenDon't hose up perms for files that happen to have symlinks
2003-12-05 Glenn L McGrathFix a compile error when only using ar, patch by Paul...
2003-11-28 Glenn L McGrathPatch from Ian Campbell, fix or'ed dependencies and...
2003-11-27 Glenn L McGrathFix tar hard links
2003-11-26 Glenn L McGrathImportant bugfixes from Ian Campbell.
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-21 Glenn L McGrathUse safe read
2003-11-20 Glenn L McGrathRemove unused function
2003-11-20 Glenn L McGrathFix tar-handles-nested-exclude testcase
2003-11-20 Glenn L McGrathCheck at least one context is specified
2003-11-20 Glenn L McGrathCheck there are files to add the archive before removin...
2003-11-20 Glenn L McGrathDont attempt to unlink directories
2003-11-18 Glenn L McGrathtar -Z, uncompress support
2003-11-18 Glenn L McGrathDont close original file handle, we may need it later.
2003-11-18 Glenn L McGrathMake unlink old files default behaviour and add a new...
2003-11-17 Glenn L McGrathDont free filename, its needed in the extracted files...
2003-11-15 Glenn L McGrathFix a bug where cpio wouldnt work unless -u was specified
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-11-15 Glenn L McGrathFix memory leaks
2003-11-14 Glenn L McGrathKeep trying to find a good header, if we exit it will...
2003-11-14 Glenn L McGrathCatch unsupported features
2003-11-14 Glenn L McGrathFix build error with tar -j
2003-11-14 Glenn L McGrathRemove some tar_gz stuff that get dragged in
2003-11-14 Glenn L McGrathRemove debugging noise.
2003-11-14 Glenn L McGrathRead in blocks rather than one char at a time, greatly...
2003-11-14 Eric AndersenVladimir N. Oleynik (vodz) writes:
2003-11-07 Eric AndersenThis appears to be the correct fix to make CONFIG_FEATU...
2003-11-07 Eric Andersenfix comment
2003-11-05 Glenn L McGrathFix tar -j support
2003-10-31 Eric AndersenPut back the tar support stubs (and warnings) for now.
2003-10-31 Eric AndersenFix stupid typo
2003-10-29 Glenn L McGrathmake CONFIG_FEATURE_UNARCHIVE_TAPE common between itar...
2003-10-29 Glenn L McGrathUse the return value from uncompress_bunzip, fix some...
2003-10-28 Glenn L McGrathAdd some error messages, use xmalloc instead of malloc
2003-10-28 Glenn L McGrathFix a logic error, the old bunzip code returned non...
2003-10-28 Glenn L McGrathConditionally compile some files.
2003-10-23 Eric AndersenAnother bzip2 update and speedup from Manuel Novoa...
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-18 Eric AndersenManuel Novoa III writes:
2003-10-18 Eric AndersenRob Landley's new micro-bunzip version 3. Rob writes:
2003-10-02 Glenn L McGrathFix -C option when creating tar files.
2003-09-15 Eric AndersenDo not shadow the global name 'accept'
2003-09-12 Glenn L McGrathFix handling of hardlinks when OLDGNU and GNU extension...
2003-09-12 Glenn L McGrathUse the typeflag to identify if its a hardlink on OLD...
2003-09-11 Eric AndersenMarc A. Lehmann writes:
2003-09-09 Glenn L McGrathIf a tar entry is a regualr file ending in a '/' then...
2003-08-28 Glenn L McGrathDont unlink when testing !
2003-08-22 Eric Andersentrivial doc fix
2003-08-14 Glenn L McGrathChange hardlink handling for tar to work the same way...
2003-07-31 Glenn L McGrathFix bug when handling debian packages.
2003-07-16 Eric AndersenFixup problem unconditionally converting all hard links...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-05 Eric AndersenBe certain to not abort prematurely when reading stuff...
2003-07-05 Eric AndersenAs noted by Thomas Eckert:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-07-05 Eric AndersenGlenn McGrath (bug1) isaway from my email till the...
2003-07-03 Eric AndersenPatch from Kent Robotti adding a bunch of menuconfig...
2003-06-26 Eric Andersenlast_patch91 from vodz to convert tar to use bb_getopt_...
2003-06-22 Glenn L McGrathSave a few bytes by using bb_getopt_ulflags and a few...
2003-06-12 Glenn L McGrathHandle hard links by converting them to symlinks
2003-05-18 Matt KraaiHandle -O preceding -x.
2003-04-26 Glenn L McGrathAlways preserve date
2003-04-21 Glenn L McGrathunlink a previous file before its extracted
2003-04-21 Glenn L McGrathunlink() an existing file, before opening it, simply...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathWoops, my gunzip fix broke unzip, these cant be static
2003-02-09 Glenn L McGrathMoved to libunarchive/unzip.c
2003-02-09 Glenn L McGrathFix endian probelm on PPC, i had different types for...
2003-01-28 Glenn L McGrathFix long standing bug with old gnu tar files, add a...
2002-12-11 Eric AndersenA cleaner cleanup that avoids passing an off_t to scanf
2002-12-11 Eric Andersensquash a warning
2002-12-11 Glenn L McGrathUse libbb/get_line_from_file instead of getline
2002-12-10 Glenn L McGrathinclude busybox after libc includes
2002-12-10 Glenn L McGrathrpm applet by Laurence Anderson
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-12-06 Glenn L McGrathAdd some help descriptions
2002-12-05 Eric AndersenKill the now obsolete docs/Configure.help file, and...
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-04 Glenn L McGrathUnlink before mkdir, mknod, symlink to overwrite
2002-12-02 Glenn L McGrathMove compare_string_array to libbb
2002-12-01 Glenn L McGrathfix warning
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse error_msg instead of printf(stderr
2002-11-28 Glenn L McGrathStyle
2002-11-27 Glenn L McGrathCheck that one and only one of the [cxt] options is...
2002-11-25 Glenn L McGrathUse vfork instead of fork, some more cleanup from Vladi...
2002-11-24 Glenn L McGrathAdd an input buffer (currently 32kB) to speed things...
2002-11-23 Glenn L McGrathFix long filename support
2002-11-20 Glenn L McGrathSpeed and memory usage improvements from Laurence Adnerson
2002-11-20 Glenn L McGrathread_gz patch 3 from Laurence Anderson
2002-11-19 Glenn L McGrathUse read_gz, remove fork() woohoo!
2002-11-17 Glenn L McGrathPatch from Laurence Anderson to provide a read_gz funct...
2002-11-16 Glenn L McGrathRemove #defines around get_header_ptr, we allways need it.
2002-11-15 Glenn L McGrathAllow short reads as we are looping anyway.
2002-11-15 Glenn L McGrathDont chdir untill after we open the archive
2002-11-13 Glenn L McGrathMinor cleanups
2002-11-12 Glenn L McGrathReduce block size to 512 to prevent short read's when...
2002-11-08 Glenn L McGrath#ifdef, not just #if... grrr
next