aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major coreutils update.mjn32003-03-1930-248/+246
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Woops, my gunzip fix broke unzip, these cant be staticbug12003-02-092-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6548 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Moved to libunarchive/unzip.cbug12003-02-091-69/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix endian probelm on PPC, i had different types for an extern variable.bug12003-02-093-27/+80
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix long standing bug with old gnu tar files, add a check so tar willbug12003-01-283-19/+31
| | | | | | | | | complain "unknown file type" if it tries to extract an oldgnu tar file and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. Print a warning if unisupported gnu extensions are encountered. git-svn-id: svn://busybox.net/trunk/busybox@6488 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A cleaner cleanup that avoids passing an off_t to scanfandersen2002-12-111-5/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6179 69ca8d6d-28ef-0310-b511-8ec308f3f277
* squash a warningandersen2002-12-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use libbb/get_line_from_file instead of getlinebug12002-12-111-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* include busybox after libc includesbug12002-12-101-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6151 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm applet by Laurence Andersonbug12002-12-107-161/+547
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6150 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move add_to_list from libunarchive to libbb so it can be of more general use ↵bug12002-12-089-36/+20
| | | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). git-svn-id: svn://busybox.net/trunk/busybox@6132 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add some help descriptionsbug12002-12-061-10/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Kill the now obsolete docs/Configure.help file, and move all existingandersen2002-12-051-2/+22
| | | | | | | | help texts into their respective Config.in file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-052-45/+158
| | | | | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik git-svn-id: svn://busybox.net/trunk/busybox@6102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Unlink before mkdir, mknod, symlink to overwritebug12002-12-041-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6099 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move compare_string_array to libbbbug12002-12-021-13/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6073 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix warningbug12002-12-012-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6070 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change if(x)free(x); to free(x);aaronl2002-11-282-22/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6055 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use error_msg instead of printf(stderrbug12002-11-281-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6041 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stylebug12002-11-282-316/+298
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6040 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Check that one and only one of the [cxt] options is givenbug12002-11-271-6/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6027 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use vfork instead of fork, some more cleanup from Vladimir N. Oleynikbug12002-11-251-31/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add an input buffer (currently 32kB) to speed things up heaps, it still ↵bug12002-11-243-28/+77
| | | | | | requires 25% longer to decompress as compared to upstream. git-svn-id: svn://busybox.net/trunk/busybox@6009 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix long filename supportbug12002-11-231-10/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6006 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Speed and memory usage improvements from Laurence Adnersonbug12002-11-202-164/+190
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5975 69ca8d6d-28ef-0310-b511-8ec308f3f277
* read_gz patch 3 from Laurence Andersonbug12002-11-202-144/+188
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5972 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use read_gz, remove fork() woohoo!bug12002-11-191-44/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5966 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Laurence Anderson to provide a read_gz function, doesnt require ↵bug12002-11-172-56/+162
| | | | | | fork(), pipe(), consistent with read_bz2 and more flexible. git-svn-id: svn://busybox.net/trunk/busybox@5949 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove #defines around get_header_ptr, we allways need it.bug12002-11-161-2/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5948 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Allow short reads as we are looping anyway.bug12002-11-151-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5946 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Dont chdir untill after we open the archivebug12002-11-151-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5931 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanupsbug12002-11-135-33/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5915 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reduce block size to 512 to prevent short read's when reading from a pipebug12002-11-121-10/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5914 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #ifdef, not just #if... grrrbug12002-11-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5872 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix reading from stdin (me), Fix tar segfault when no arguments specified ↵bug12002-11-081-5/+5
| | | | | | (Geoffrey Lee) git-svn-id: svn://busybox.net/trunk/busybox@5871 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use a switch instead of successive if (strcmp()) statments.bug12002-11-061-31/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5833 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split deb_extract() into more generic functionsbug12002-11-061-43/+76
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5832 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Terminate the buffer with a '\0'bug12002-11-061-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5831 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallybug12002-11-051-16/+34
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5815 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ↵bug12002-11-056-5/+103
| | | | | | junk (not sure why), add some missing files git-svn-id: svn://busybox.net/trunk/busybox@5808 69ca8d6d-28ef-0310-b511-8ec308f3f277
* enable .tar.bz2 for dpkg-debbug12002-11-056-20/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5807 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change filter paramaters, filters can be more powefull nowbug12002-11-046-21/+78
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5806 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Call lseek directly rather than via data_align()bug12002-11-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5789 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Abstract read and seek in unarchiving code, convert bunzip to file ↵bug12002-11-0325-306/+442
| | | | | | descriptors, support tar -j git-svn-id: svn://busybox.net/trunk/busybox@5787 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix #define syntaxbug12002-11-032-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move data_extract_all_prefix to dpkg, its only used there.bug12002-11-033-38/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5783 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add copyright notice and license, use strcat+strcpy instead of sprintfbug12002-11-031-8/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5782 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use xread_char to save a few bytes, fix indenting of commentsbug12002-11-031-23/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5781 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move bunzip2 idecompression code to libunarchivebug12002-11-033-1787/+1812
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5780 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug12002-11-016-4/+143
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277