Age | Commit message (Expand) | Author |
2011-09-22 | rename archive.h to bb_archive.h. no code changes | Denys Vlasenko |
2011-09-09 | unzip: fflush stdout before reading interative y/n answer from stdin | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-03-27 | move help text from include/usage.src.h to archival/*.c | Pere Orga |
2010-11-03 | rename archival/libunarchive -> archival/libarchive; move bz/ into it | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-26 | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko |
2010-06-18 | Improve unzip's handling of stream ZIP files | Dan Fandrich |
2010-05-24 | unzip: another small code shrink | Denys Vlasenko |
2010-05-24 | unzip: tiny code shrink -2 bytes | Denys Vlasenko |
2010-05-24 | unzip: restore unix file mode if possible. closes bug 1045 | Denys Vlasenko |
2009-09-06 | unzip: more compat if DESKTOP=y | Denys Vlasenko |
2009-07-25 | unzip: try lseek before resorting to reading | Stefani Seibold |
2009-02-26 | unzip: fix thinko with le/be conv and size (closes bug 129) | Denis Vlasenko |
2008-09-21 | unzip: handle "central directory" | Denis Vlasenko |
2008-07-26 | unzip: move check for unsupported zip features to better place | Denis Vlasenko |
2008-07-26 | unzip: give better error message when presented with unsupported | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-26 | style fixes, no code changes | Denis Vlasenko |
2007-12-24 | nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) | Denis Vlasenko |
2007-11-06 | unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... | Denis Vlasenko |
2007-11-06 | telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) | Denis Vlasenko |
2007-11-05 | change safety check on zip header to allow for extra length, and | Paul Fox |
2007-10-19 | unzip: add a comment explaining why we don't die | Denis Vlasenko |
2007-10-18 | unzip: fix endianness bugs | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko |
2007-09-07 | overload the existing '-q' flag so that if '-l' and '-q' are used | Paul Fox |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-31 | unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-05 | do not expose internal state of [g]zip unpacker. | Denis Vlasenko |
2007-01-03 | extern variable declaration in a .c file is heresy - fixing it | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-27 | silly switch style fix | Denis Vlasenko |
2006-09-11 | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer |
2006-09-03 | archival: added O_TRUNC so that when we overwrite files on unpack, | Denis Vlasenko |
2006-08-04 | Ok, that's not a typo, that's just me not thinking. | Rob Landley |
2006-08-04 | Typo. | Rob Landley |
2006-08-04 | Now that we have xopen3(), it's just plain unclean to have xopen() with | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-05-29 | More size shrinkage. | Rob Landley |