aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix #define syntaxGlenn L McGrath2002-11-032-2/+2
* Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath2002-11-033-38/+15
* Add copyright notice and license, use strcat+strcpy instead of sprintfGlenn L McGrath2002-11-031-8/+21
* Use xread_char to save a few bytes, fix indenting of commentsGlenn L McGrath2002-11-031-23/+12
* Move bunzip2 idecompression code to libunarchiveGlenn L McGrath2002-11-033-1787/+1812
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-016-4/+143
* Allow short reads when filling compress bufferGlenn L McGrath2002-11-012-2/+2
* Allow the .Z prefix if compress support enabledGlenn L McGrath2002-11-011-5/+9
* Make it a fatal error if bad chksum or crc, if not we should return an error ...Glenn L McGrath2002-11-011-2/+2
* Report errror if the first magic character doesnt matchGlenn L McGrath2002-11-011-0/+3
* A bugfix from Danny Lepage:Eric Andersen2002-10-261-1/+1
* Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath2002-10-221-1/+3
* Update dpkg to use new unarchive codeGlenn L McGrath2002-10-194-6/+80
* Fix exclude/include problemGlenn L McGrath2002-10-195-47/+34
* Find a string in a listGlenn L McGrath2002-10-191-0/+30
* Remove entries from the accept list as they are matched so we can determine i...Glenn L McGrath2002-10-192-0/+14
* Dont use absolute pathname (dunno why i did that), fix tar filename/stdin pro...Glenn L McGrath2002-10-191-16/+25
* Put bac kthe code that handles cases where a '-' wasnt specified prior to the...Glenn L McGrath2002-10-181-0/+8
* Fix an obvious thinkoEric Andersen2002-10-181-1/+1
* last_patch61 from vodz:Eric Andersen2002-10-102-7/+7
* Fix segfault when testing if reaidng from stdin "-"Glenn L McGrath2002-10-061-1/+3
* Vodz' last_patch57:Eric Andersen2002-09-301-5/+3
* Patch from Konstantin Isakov <ikm@pisem.net>:Eric Andersen2002-09-301-3/+4
* Save status so we know if to delete compressed fileGlenn L McGrath2002-09-301-1/+2
* Fix for using '-' as the filename when reading from stdinGlenn L McGrath2002-09-281-9/+7
* Fix compress support and prevent a segfaultGlenn L McGrath2002-09-279-49/+59
* Fix simple define problemGlenn L McGrath2002-09-261-2/+3
* Remove files made obsolete by new unarchiving codeGlenn L McGrath2002-09-254-655/+0
* New common unarchive code.Glenn L McGrath2002-09-2531-1386/+1969
* Modified so that it "works" for archs other than i386... arm in particular.Manuel Novoa III2002-09-171-47/+108
* Patch from Matthias Lang <matthias@corelatus.se> to fix gunzipEric Andersen2002-09-162-52/+126
* Support for GNU style long filename and linknamesGlenn L McGrath2002-09-152-10/+40
* chmod on the NEW fileGlenn L McGrath2002-08-261-1/+1
* Reorganise, make it just one function, remove -v option it didnt work properl...Glenn L McGrath2002-08-241-114/+87
* Run through indent, use bracesGlenn L McGrath2002-08-241-82/+90
* replace some global const ints with definesGlenn L McGrath2002-08-222-8/+8
* Specify castGlenn L McGrath2002-08-221-2/+2
* Remove duplicate variable definitionGlenn L McGrath2002-08-221-1/+0
* Run through indent, fix commentsGlenn L McGrath2002-08-222-746/+764
* Run through ident, fix commentsGlenn L McGrath2002-08-221-49/+49
* Run through indent, use /* */ style comments, change extern to staticGlenn L McGrath2002-08-221-286/+260
* Run through indentGlenn L McGrath2002-08-221-241/+238
* Honour the USTAR prefix field, this enables a 155 byte path length plus the n...Glenn L McGrath2002-08-221-2/+6
* Tar inlining, #if 0 out unused functionAaron Lehmann2002-08-211-5/+7
* Enable support for the old tar header format, enable via menu'sGlenn L McGrath2002-08-132-5/+38
* Added tar -cz support (creating gzipped tar files without a gzip pipe)Robert Griebl2002-07-232-26/+95
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-193-7/+3
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-115-5/+10
* inline many functions that are only called once. saves about 300 bytesAaron Lehmann2002-06-231-10/+10
* remove cleanUpAndFail, and replace it with exit(). because that's whatAaron Lehmann2002-06-231-22/+3