dont use the -i option of xargs
[oweals/busybox.git] / archival /
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
2002-08-24 Glenn L McGrathReorganise, make it just one function, remove -v option...
2002-08-24 Glenn L McGrathRun through indent, use braces
2002-08-22 Glenn L McGrathreplace some global const ints with defines
2002-08-22 Glenn L McGrathSpecify cast
2002-08-22 Glenn L McGrathRemove duplicate variable definition
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-08-22 Glenn L McGrathRun through ident, fix comments
2002-08-22 Glenn L McGrathRun through indent, use /* */ style comments, change...
2002-08-22 Glenn L McGrathRun through indent
2002-08-22 Glenn L McGrathHonour the USTAR prefix field, this enables a 155 byte...
2002-08-21 Aaron LehmannTar inlining, #if 0 out unused function
2002-08-13 Glenn L McGrathEnable support for the old tar header format, enable...
2002-07-23 Robert GrieblAdded tar -cz support (creating gzipped tar files witho...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-06-23 Aaron Lehmanninline many functions that are only called once. saves...
2002-06-23 Aaron Lehmannremove cleanUpAndFail, and replace it with exit()....
2002-06-22 Aaron LehmannMajor revamp. I've been trying to clean up the code...
2002-05-29 Glenn L McGrathPatch from Randolfe Averty to fixup package conflict...
2002-05-19 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-05-15 Robert GrieblSupport old-style compress (.Z) files via libbb / unzip...
2002-05-15 Robert Grieblgunzip'ing many files to stdout works now
2002-05-15 Robert GrieblDon't delete source file when decompressing to stdout
2002-04-29 Matt Kraai* archival/gunzip.c (gunzip_file): New.
2002-04-15 Matt Kraai* archival/bunzip2.c (bunzip2_main): Do not remove...
2002-04-13 Eric AndersenRework per how I did things in version in 0.60.3 so...
2002-04-13 Eric AndersenPatch from Laurence Anderson <L.D.Anderson@warwick...
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-06 Eric AndersenFix email addr
2002-03-27 Matt Kraai* archival/bunzip2.c (bunzip2_main): Remove compressed...
2002-03-27 Matt Kraai* archival/bunzip2.c: Include <unistd.h>.
2002-03-22 Matt Kraai* archival/gzip.c (gzip_main): Ensure that the output...
2002-03-20 Eric AndersenReinitialize initial shift register value for on each...
2002-02-15 Glenn L McGrathParse the include list to writeTarFile rather than...
2002-02-13 Glenn L McGrathFix condition that prevented creation of compressed...
2002-02-05 Matt Kraai* archival/gzip.c (ifname, ofname): Delete.
2002-02-05 Matt Kraai* archival/gzip.c (gzip_main): Display usage if given...
2002-01-08 Matt Kraai* archival/tar.c (tar_main): Remove unused variable.
2002-01-02 Matt Kraai* archival/dpkg.c (create_list): Use chomp.
2002-01-02 Glenn L McGrathunzip applet by Laurence Anderson
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-20 Matt KraaiPerform clean up only if CONFIG_FEATURE_CLEAN_UP is...
2001-12-20 Matt KraaiWrite files when extracting an archive from standard...
2001-12-18 Eric AndersenThings like 'tar -c /tmp/*' and 'tar -cO /tmp/*' where...
2001-12-06 Eric AndersenMore copyright and email addr cleanups
2001-12-06 Aaron LehmannCommit my improvement on Rodney Brown's patch to g...
2001-12-05 Glenn L McGrathSimplify unzip(), remove unused checks and unneccessary...
2001-12-05 Glenn L McGrathSimplify CRC table generation
next