2010-11-03 |
Denys Vlasenko | rename archival/libunarchive -> archival/libarchive... |
blob | commitdiff | raw |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Denys Vlasenko | *: mass cosmetic removal of extra empty lines. no code... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Denys Vlasenko | Merge branch 'master' of git+ssh://vda@busybox.net... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Fandrich | Improve unzip's handling of stream ZIP files |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Denys Vlasenko | unzip: another small code shrink |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Denys Vlasenko | unzip: tiny code shrink -2 bytes |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Denys Vlasenko | unzip: restore unix file mode if possible. closes bug... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Denys Vlasenko | Merge branch 'master' of git+ssh://vda@busybox.net... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Denys Vlasenko | unzip: more compat if DESKTOP=y |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Stefani Seibold | unzip: try lseek before resorting to reading |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Denis Vlasenko | unzip: fix thinko with le/be conv and size (closes... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Denis Vlasenko | unzip: handle "central directory" |
blob | commitdiff | raw | diff to current |
2008-07-26 |
Denis Vlasenko | unzip: move check for unsupported zip features to bette... |
blob | commitdiff | raw | diff to current |
2008-07-26 |
Denis Vlasenko | unzip: give better error message when presented with... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-26 |
Denis Vlasenko | style fixes, no code changes |
blob | commitdiff | raw | diff to current |
2007-12-24 |
Denis Vlasenko | nameif: extended matching (Nico Erfurth <masta@perlgolf... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Denis Vlasenko | unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Docum... |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Denis Vlasenko | telnetd: fix problem with zombies (by Paul Fox <pgf... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Paul Fox | change safety check on zip header to allow for extra... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Denis Vlasenko | unzip: add a comment explaining why we don't die |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Denis Vlasenko | unzip: fix endianness bugs |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Denis Vlasenko | printf("%s\n") -> puts() |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Paul Fox | overload the existing '-q' flag so that if '-l' and... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Denis Vlasenko | unzip: fix xstrndup bug (xstrndup(s,n) can allocate... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Denis Vlasenko | do not expose internal state of [g]zip unpacker. |
blob | commitdiff | raw | diff to current |
2007-01-03 |
Denis Vlasenko | extern variable declaration in a .c file is heresy... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Denis Vlasenko | style fixes |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Denis Vlasenko | tar et al: die if bb_copyfd_size copies less than asked... |
blob | commitdiff | raw | diff to current |
2006-12-16 |
Denis Vlasenko | inline strcmp(s, "-") [actually macro-ize it for now... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Denis Vlasenko | last nail into error_msg() (de)capitalization |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | correct largefile support, add comments about it. |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Denis Vlasenko | silly switch style fix |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Bernhard Reutner... | - convert a few xopen3(,,0) into xopen(,). Also peruse... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Denis Vlasenko | archival: added O_TRUNC so that when we overwrite files... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Rob Landley | Ok, that's not a typo, that's just me not thinking. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Rob Landley | Typo. |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Rob Landley | Now that we have xopen3(), it's just plain unclean... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
"Robert P. J. Day" | "formated" -> "formatted" throughout the code base. |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Rob Landley | Cleaup read() and write() variants, plus a couple of... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Bernhard Reutner... | - reuse strings and messages. Saves about 600B |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Rob Landley | More size shrinkage. |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xchdir() |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Paul Fox | ensure that corrupted file extraction causes both a... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Rob Landley | Patch from Robert P. Day, moving byte order checks... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Rob Landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Bernhard Reutner... | - add platform.h. |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Rob Landley | Cleanup patch by Bernhard Fischer, removing unnecessary... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Mike Frysinger | rename the accept/reject names since accept overrides... |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Paul Fox | applying fixes from: |
blob | commitdiff | raw | diff to current |
2004-06-06 |
Glenn L McGrath | Update reference for zip format |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Eric Andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
blob | commitdiff | raw | diff to current |
2003-11-15 |
Glenn L McGrath | Move from read_gz to the pipe()+fork() method. |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Glenn L McGrath | Move add_to_list from libunarchive to libbb so it can... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Glenn L McGrath | Abstract read and seek in unarchiving code, convert... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Glenn L McGrath | New common unarchive code. |
blob | commitdiff | raw | diff to current |
2002-01-02 |
Glenn L McGrath | unzip applet by Laurence Anderson |
blob | commitdiff | raw | diff to current |
|