aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)vda2007-03-311-2/+3
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* do not expose internal state of [g]zip unpacker.vda2007-01-051-5/+5
* extern variable declaration in a .c file is heresy - fixing itvda2007-01-031-3/+0
* style fixesvda2006-12-261-2/+2
* tar et al: die if bb_copyfd_size copies less than asked for.vda2006-12-221-15/+8
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-2/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-8/+8
* correct largefile support, add comments about it.vda2006-10-081-3/+2
* attempt to regularize atoi mess.vda2006-10-081-5/+6
* silly switch style fixvda2006-09-271-2/+2
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* archival: added O_TRUNC so that when we overwrite files on unpack,vda2006-09-031-1/+1
* Ok, that's not a typo, that's just me not thinking.landley2006-08-041-1/+1
* Typo.landley2006-08-041-1/+1
* Now that we have xopen3(), it's just plain unclean to have xopen() withlandley2006-08-041-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-11/+6
* "formated" -> "formatted" throughout the code base.rpjday2006-07-201-26/+26
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-44/+17
* - reuse strings and messages. Saves about 600Baldot2006-06-071-5/+5
* More size shrinkage.landley2006-05-291-2/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-9/+0
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-3/+2
* ensure that corrupted file extraction causes both a message andpgf2006-03-271-4/+11
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Patch from Robert P. Day, moving byte order checks to use platform.h macros.landley2006-03-041-7/+7
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-011-3/+3
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-1/+1
* just whitespacetimr2006-01-251-2/+2
* - add platform.h.aldot2006-01-221-18/+5
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* rename the accept/reject names since accept overrides the accept() socket fun...vapier2005-07-301-6/+6
* applying fixes from: pgf2005-07-201-144/+333
* Update reference for zip formatbug12004-06-061-1/+4
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Move from read_gz to the pipe()+fork() method.bug12003-11-151-5/+4
* Major coreutils update.mjn32003-03-191-9/+9
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-081-1/+1
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-031-7/+8
* New common unarchive code.bug12002-09-251-39/+189
* unzip applet by Laurence Andersonbug12002-01-021-0/+94