Test the N command
[oweals/busybox.git] / archival /
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
2002-11-08 Glenn L McGrathFix reading from stdin (me), Fix tar segfault when...
2002-11-06 Glenn L McGrathUse a switch instead of successive if (strcmp()) statments.
2002-11-06 Glenn L McGrathSplit deb_extract() into more generic functions
2002-11-06 Glenn L McGrathTerminate the buffer with a '\0'
2002-11-05 Glenn L McGrathSupport for bziped debs, i.e. use .tar.bz2 instead...
2002-11-05 Glenn L McGrathFail silently if a partial tar header is read as tar...
2002-11-05 Glenn L McGrathenable .tar.bz2 for dpkg-deb
2002-11-04 Glenn L McGrathChange filter paramaters, filters can be more powefull now
2002-11-03 Glenn L McGrathCall lseek directly rather than via data_align()
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-11-03 Glenn L McGrathFix #define syntax
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-11-03 Glenn L McGrathAdd copyright notice and license, use strcat+strcpy...
2002-11-03 Glenn L McGrathUse xread_char to save a few bytes, fix indenting of...
2002-11-03 Glenn L McGrathMove bunzip2 idecompression code to libunarchive
2002-11-01 Glenn L McGrathMake uncompress a seperate applet so it doesnt pull...
2002-11-01 Glenn L McGrathAllow short reads when filling compress buffer
2002-11-01 Glenn L McGrathAllow the .Z prefix if compress support enabled
2002-11-01 Glenn L McGrathMake it a fatal error if bad chksum or crc, if not...
2002-11-01 Glenn L McGrathReport errror if the first magic character doesnt match
2002-10-26 Eric AndersenA bugfix from Danny Lepage:
2002-10-22 Glenn L McGrathMove unzip.c uncompress.c from libbb to archiveal/libun...
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-10-19 Glenn L McGrathFix exclude/include problem
2002-10-19 Glenn L McGrathFind a string in a list
2002-10-19 Glenn L McGrathRemove entries from the accept list as they are matched...
2002-10-19 Glenn L McGrathDont use absolute pathname (dunno why i did that),...
2002-10-18 Glenn L McGrathPut bac kthe code that handles cases where a '-' wasnt...
2002-10-18 Eric AndersenFix an obvious thinko
2002-10-10 Eric Andersenlast_patch61 from vodz:
2002-10-06 Glenn L McGrathFix segfault when testing if reaidng from stdin "-"
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-30 Eric AndersenPatch from Konstantin Isakov <ikm@pisem.net>:
2002-09-30 Glenn L McGrathSave status so we know if to delete compressed file
2002-09-28 Glenn L McGrathFix for using '-' as the filename when reading from...
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-26 Glenn L McGrathFix simple define problem
2002-09-25 Glenn L McGrathRemove files made obsolete by new unarchiving code
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-09-17 Manuel Novoa III Modified so that it "works" for archs other than i386...
2002-09-16 Eric AndersenPatch from Matthias Lang <matthias@corelatus.se> to...
2002-09-15 Glenn L McGrathSupport for GNU style long filename and linknames
2002-08-26 Glenn L McGrathchmod on the NEW file
next