aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* make tar restore mode againDenis Vlasenko2007-02-121-0/+8
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* missed a few #undefs (no real impact I think)Denis Vlasenko2007-01-101-0/+2
* fix bug 1146 (gunzip breakage introduced by me --vda)Denis Vlasenko2007-01-101-17/+19
* move [g]zip decompressor state into malloc'ed buffer. size:Denis Vlasenko2007-01-061-88/+192
* split inflate_xx_setup() subroutines from inflate_xx()Denis Vlasenko2007-01-051-119/+146
* do not expose internal state of [g]zip unpacker.Denis Vlasenko2007-01-051-34/+39
* Stopped doing assignments inside expressions.Denis Vlasenko2007-01-052-58/+110
* decompress_unzip: preparatory patchDenis Vlasenko2007-01-051-56/+56
* Stop tracking buffer size - it is a constant.Denis Vlasenko2007-01-051-25/+34
* simplify access to buffer, making code a bit smallerDenis Vlasenko2007-01-051-80/+90
* extern variable declaration in a .c file is heresy - fixing itDenis Vlasenko2007-01-031-2/+4
* merge post-1.3.0 fixesDenis Vlasenko2006-12-262-8/+19
* style fixesDenis Vlasenko2006-12-263-38/+38
* remove useless casts (type*) xzalloc(...)Denis Vlasenko2006-12-221-1/+1
* removal of commented-out cruftDenis Vlasenko2006-12-223-15/+3
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-226-11/+12
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-272-3/+3
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-276-20/+16
* tar: refuse to untar files with "/../" componentsDenis Vlasenko2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.Denis Vlasenko2006-11-261-19/+34
* tar: small fix and small optimizationDenis Vlasenko2006-11-251-2/+4
* tar: buglet fixDenis Vlasenko2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko2006-11-242-21/+46
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-242-25/+23
* tar:Denis Vlasenko2006-11-241-74/+93
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().Denis Vlasenko2006-11-211-7/+6
* cpio: (allegedly) fix bug 0001095:Denis Vlasenko2006-11-212-40/+55
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-209-9/+9
* add open_read_close() and similar stuffDenis Vlasenko2006-10-142-9/+9
* od: provide full-blown od from coreutils if CONFIG_DESKTOPDenis Vlasenko2006-10-101-2/+0
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-104-53/+70
* attempt to regularize atoi mess.Denis Vlasenko2006-10-088-46/+40
* build system overhaulDenis Vlasenko2006-10-053-119/+59
* g[un]zip: add support for -v (verbose).Denis Vlasenko2006-10-016-28/+51
* vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko2006-09-301-6/+6
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-062-2/+2
* - strip 399424 off the bss by making decompress_uncompress buffers config buf...Bernhard Reutner-Fischer2006-09-061-12/+10
* tar: revert older fix (non-portable), added new one.Denis Vlasenko2006-09-032-6/+38
* tar: tar xf foo.tar dir/dir did not extract all subdirs.Denis Vlasenko2006-09-021-1/+1
* Use xopen3() instead of an after-the-fact chown.Rob Landley2006-08-041-6/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-036-46/+13
* "formated" -> "formatted" throughout the code base."Robert P. J. Day"2006-07-203-39/+39
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-1612-50/+24
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-1215-143/+24
* Fix tar so it can extract git-generated tarballs, based on a suggestionRob Landley2006-07-061-5/+4
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0225-5/+25
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1