- 1f60d88 *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- 6b6826f *: --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- cca4c9f unzip: add -t by Denys Vlasenko · 3 years, 8 months ago
- afc766f unzip: fix for .zip archives with >4GB file by Denys Vlasenko · 3 years, 8 months ago
- b994374 unzip: -d should create the dir by Lauri Kasanen · 4 years, 8 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 349d72c unzip: use printable_string() for printing filenames by Denys Vlasenko · 6 years ago
- 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
- a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
- 5cdd120 unzip: do not set directory mode to 0777 by Denys Vlasenko · 7 years ago
- 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
- c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
- bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
- 46f3f16 unzip: fix regression on big-endian machines by Natanael Copa · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- ad37abf unzip: sanitize filename length: malloc(1234mb) is not funny by Denys Vlasenko · 7 years ago
- 997ad2c unzip: implement -j, closes 9126 by Denys Vlasenko · 7 years ago
- bff9bbc unzip: robustify overwrite checks by Denys Vlasenko · 7 years ago
- 13ae85e unzip: support symlinks. Closes 10031 by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 38d9669 unzip: TODO for symlink support by Denys Vlasenko · 7 years ago
- 876c121 whitespace fix by Denys Vlasenko · 8 years ago
- 8c1d857 unzip: match "Defl:?" display with info-zip; cosmetic code shuffling by Denys Vlasenko · 8 years ago
- 6b4f4b5 unzip: optional support for xz by Denys Vlasenko · 8 years ago
- 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
- 0ffac1c unzip: do not use CDF.extra_len, read local file header. Closes 9536 by Denys Vlasenko · 8 years ago
- e6add21 unzip: remove now-pointless lseek which returns current position by Cristian Ionescu-Idbohrn · 8 years ago
- ecba294 typo fix in config help text by Denys Vlasenko · 8 years ago
- e3c4db8 unzip: properly use CDF to find compressed files. Closes 9536 by Denys Vlasenko · 8 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 5598bdf unzip: shorter code for date/time generation by Denys Vlasenko · 9 years ago
- 07bd979 unzip: better match for "standard" unzip's output; string shrinkage by Denys Vlasenko · 9 years ago
- bca4dee unzip: fix percent overflow; show "stored" files properly by Denys Vlasenko · 9 years ago
- 0ccf52a unzip: fix a case where we find wrong CDE. Closes 8821 by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
- 8c06bc6 unzip: prevent attacks via malicious filenames by Denys Vlasenko · 10 years ago
- b4c11c1 libarchive: add capability to unpack to mem.buffer by Denys Vlasenko · 10 years ago
- e7800f3 Rename transformer_aux_data_t -> transformer_state_t by Denys Vlasenko · 10 years ago
- f6beef6 archival/*: move "config:" snippets into .c files by Denys Vlasenko · 11 years ago
- ac21687 archival/*: move "applet:" snippets into .c files, part 2 by Denys Vlasenko · 11 years ago
- 66620fa archival/*: move "kbuild:" snippets into .c files by Denys Vlasenko · 11 years ago
- 26cd90c unzip: survive lack of CDF on non-streaming zip files by Denys Vlasenko · 11 years ago
- 5e87e8a unzip: increase PEEK_FROM_END from 16k to 64k by Denys Vlasenko · 11 years ago
- bf99807 unzip: add missing fflush; code shrink by Denys Vlasenko · 12 years ago
- 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
- e3e0d2b tweak help text by Denys Vlasenko · 12 years ago
- c5b0101 unzip: make options parsing more robust on getopt w/o gnu extensions by Denys Vlasenko · 12 years ago
- 02112d8 unzip: ignore chmod errors by Natanael Copa · 13 years ago
- 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
- d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
- 831756b unzip: fflush stdout before reading interative y/n answer from stdin by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 1f4447b move help text from include/usage.src.h to archival/*.c by Pere Orga · 14 years ago
- 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- b76f18d Improve unzip's handling of stream ZIP files by Dan Fandrich · 14 years ago
- fc2bb8f unzip: another small code shrink by Denys Vlasenko · 15 years ago
- e98884b unzip: tiny code shrink -2 bytes by Denys Vlasenko · 15 years ago
- 4e8ff73 unzip: restore unix file mode if possible. closes bug 1045 by Denys Vlasenko · 15 years ago
- 386bc9f unzip: more compat if DESKTOP=y by Denys Vlasenko · 15 years ago
- f3b56b4 unzip: try lseek before resorting to reading by Stefani Seibold · 15 years ago
- 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
- 006e862 unzip: handle "central directory" by Denis Vlasenko · 16 years ago
- 48a9971 unzip: move check for unsupported zip features to better place by Denis Vlasenko · 16 years ago
- c2dcb7c unzip: give better error message when presented with unsupported by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- cd0fbb5 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... by Denis Vlasenko · 17 years ago
- 018b155 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
- cb98163 change safety check on zip header to allow for extra length, and by Paul Fox · 17 years ago
- fcc5696 unzip: add a comment explaining why we don't die by Denis Vlasenko · 17 years ago
- bc7c5d0 unzip: fix endianness bugs by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 666c40c unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 18 years ago
- bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
- 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
- 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
- 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
- 3629d95 Typo. by Rob Landley · 18 years ago
- 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago