aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move compare_string_array to libbbbug12002-12-021-13/+0
* fix warningbug12002-12-012-2/+2
* Change if(x)free(x); to free(x);aaronl2002-11-282-22/+8
* Use error_msg instead of printf(stderrbug12002-11-281-7/+6
* Stylebug12002-11-282-316/+298
* Check that one and only one of the [cxt] options is givenbug12002-11-271-6/+14
* Use vfork instead of fork, some more cleanup from Vladimir N. Oleynikbug12002-11-251-31/+31
* Add an input buffer (currently 32kB) to speed things up heaps, it still requi...bug12002-11-243-28/+77
* Fix long filename supportbug12002-11-231-10/+17
* Speed and memory usage improvements from Laurence Adnersonbug12002-11-202-164/+190
* read_gz patch 3 from Laurence Andersonbug12002-11-202-144/+188
* Use read_gz, remove fork() woohoo!bug12002-11-191-44/+9
* Patch from Laurence Anderson to provide a read_gz function, doesnt require fo...bug12002-11-172-56/+162
* Remove #defines around get_header_ptr, we allways need it.bug12002-11-161-2/+0
* Allow short reads as we are looping anyway.bug12002-11-151-1/+2
* Dont chdir untill after we open the archivebug12002-11-151-4/+5
* Minor cleanupsbug12002-11-135-33/+7
* Reduce block size to 512 to prevent short read's when reading from a pipebug12002-11-121-10/+5
* #ifdef, not just #if... grrrbug12002-11-081-1/+1
* Fix reading from stdin (me), Fix tar segfault when no arguments specified (Ge...bug12002-11-081-5/+5
* Use a switch instead of successive if (strcmp()) statments.bug12002-11-061-31/+50
* Split deb_extract() into more generic functionsbug12002-11-061-43/+76
* Terminate the buffer with a '\0'bug12002-11-061-3/+5
* Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internallybug12002-11-051-16/+34
* Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...bug12002-11-056-5/+103
* enable .tar.bz2 for dpkg-debbug12002-11-056-20/+38
* Change filter paramaters, filters can be more powefull nowbug12002-11-046-21/+78
* Call lseek directly rather than via data_align()bug12002-11-031-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-0325-306/+442
* Fix #define syntaxbug12002-11-032-2/+2
* Move data_extract_all_prefix to dpkg, its only used there.bug12002-11-033-38/+15
* Add copyright notice and license, use strcat+strcpy instead of sprintfbug12002-11-031-8/+21
* Use xread_char to save a few bytes, fix indenting of commentsbug12002-11-031-23/+12
* Move bunzip2 idecompression code to libunarchivebug12002-11-033-1787/+1812
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codebug12002-11-016-4/+143
* Allow short reads when filling compress bufferbug12002-11-012-2/+2
* Allow the .Z prefix if compress support enabledbug12002-11-011-5/+9
* Make it a fatal error if bad chksum or crc, if not we should return an error ...bug12002-11-011-2/+2
* Report errror if the first magic character doesnt matchbug12002-11-011-0/+3
* A bugfix from Danny Lepage:andersen2002-10-261-1/+1
* Move unzip.c uncompress.c from libbb to archiveal/libunarchivebug12002-10-221-1/+3
* Update dpkg to use new unarchive codebug12002-10-194-6/+80
* Fix exclude/include problembug12002-10-195-47/+34
* Find a string in a listbug12002-10-191-0/+30
* Remove entries from the accept list as they are matched so we can determine i...bug12002-10-192-0/+14
* Dont use absolute pathname (dunno why i did that), fix tar filename/stdin pro...bug12002-10-191-16/+25
* Put bac kthe code that handles cases where a '-' wasnt specified prior to the...bug12002-10-181-0/+8
* Fix an obvious thinkoandersen2002-10-181-1/+1
* last_patch61 from vodz:andersen2002-10-102-7/+7
* Fix segfault when testing if reaidng from stdin "-"bug12002-10-061-1/+3