aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
* style cleanup: return(a) -> return a, part 2vda2006-11-272-3/+3
* style cleanup: return(a) -> return a, part 1vda2006-11-276-20/+16
* tar: refuse to untar files with "/../" componentsvda2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.vda2006-11-261-19/+34
* tar: small fix and small optimizationvda2006-11-251-2/+4
* tar: buglet fixvda2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-242-21/+46
* header_verbose_list: stop truncating file size in listingvda2006-11-242-25/+23
* tar:vda2006-11-241-74/+93
* insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close().vda2006-11-211-7/+6
* cpio: (allegedly) fix bug 0001095:vda2006-11-212-40/+55
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-209-9/+9
* add open_read_close() and similar stuffvda2006-10-142-9/+9
* od: provide full-blown od from coreutils if CONFIG_DESKTOPvda2006-10-101-2/+0
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-104-53/+70
* attempt to regularize atoi mess.vda2006-10-088-46/+40
* build system overhaulvda2006-10-053-119/+59
* g[un]zip: add support for -v (verbose).vda2006-10-016-28/+51
* vconfig: fix bug 701 (I be damned if I understand it)vda2006-09-301-6/+6
* silly switch style fixvda2006-09-271-1/+1
* whitespace cleanupvda2006-09-171-2/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-062-2/+2
* - strip 399424 off the bss by making decompress_uncompress buffers config buf...aldot2006-09-061-12/+10
* tar: revert older fix (non-portable), added new one.vda2006-09-032-6/+38
* tar: tar xf foo.tar dir/dir did not extract all subdirs.vda2006-09-021-1/+1
* Use xopen3() instead of an after-the-fact chown.landley2006-08-041-6/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-036-46/+13
* "formated" -> "formatted" throughout the code base.rpjday2006-07-203-39/+39
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-1612-50/+24
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-1215-143/+24
* Fix tar so it can extract git-generated tarballs, based on a suggestionlandley2006-07-061-5/+4
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0225-5/+25
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-63/+24
* Since rangecoder is just a bunch of C functions, move it into the one userlandley2006-06-202-167/+144
* More size shrinkage.landley2006-05-296-52/+14
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-4/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-262-3/+2
* - use ATTRIBUTE_ALWAYS_INLINE if requestedaldot2006-05-261-37/+6
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* Patch from Vladamir Oleynik, reducing memory consumption.landley2006-05-111-1/+1
* Patch from Dennis Vlasenko to add the option to compress help text.landley2006-04-271-0/+1
* Busybox is under the GPL.landley2006-04-141-7/+6
* - remove unneeded include, use shorter boilerplate while at it and alsoaldot2006-04-134-63/+17
* Patch from Rob Sullivan to consolidate crc32 table generation.landley2006-04-102-45/+12
* - include proper headers.aldot2006-04-052-28/+8
* - include proper prototypes in libunarchive.aldot2006-04-023-14/+8
* - janitorial: huft_build is never used outside of decompress_unzip.c and has noaldot2006-04-021-0/+1
* - typos: s/compatability/compatibility/g;s/compatable/compatible/g;aldot2006-04-021-2/+2
* - revert back to r14406aldot2006-03-131-47/+53