Commit History

Author SHA1 Message Date
  Denis Vlasenko 48a9971bd4 unzip: move check for unsupported zip features to better place 16 years ago
  Denis Vlasenko c2dcb7cf63 unzip: give better error message when presented with unsupported 16 years ago
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
  Denis Vlasenko f5d8c90d73 style fixes, no code changes 16 years ago
  Denis Vlasenko f7be20e70c nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) 17 years ago
  Denis Vlasenko cd0fbb5e77 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... 17 years ago
  Denis Vlasenko 018b155ad9 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) 17 years ago
  Paul Fox cb981638f5 change safety check on zip header to allow for extra length, and 17 years ago
  Denis Vlasenko fcc569637b unzip: add a comment explaining why we don't die 17 years ago
  Denis Vlasenko bc7c5d082e unzip: fix endianness bugs 17 years ago
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions 17 years ago
  Denis Vlasenko feb7ae7f01 printf("%s\n") -> puts() 17 years ago
  Paul Fox 9382b3809b overload the existing '-q' flag so that if '-l' and '-q' are used 17 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko 666c40c9fc unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) 18 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko cd42cb8df0 do not expose internal state of [g]zip unpacker. 18 years ago
  Denis Vlasenko bb3d0fab3b extern variable declaration in a .c file is heresy - fixing it 18 years ago
  Denis Vlasenko bf0a201008 style fixes 18 years ago
  Denis Vlasenko 714701c890 tar et al: die if bb_copyfd_size copies less than asked for. 18 years ago
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 18 years ago
  Denis Vlasenko d3d004dd35 last nail into error_msg() (de)capitalization 18 years ago
  Denis Vlasenko 7039a66b58 correct largefile support, add comments about it. 18 years ago
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. 18 years ago
  Denis Vlasenko c16bd212e3 silly switch style fix 18 years ago
  Bernhard Reutner-Fischer 64d7e93081 - 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). 18 years ago
  Denis Vlasenko 22dca23d52 archival: added O_TRUNC so that when we overwrite files on unpack, 18 years ago
  Rob Landley 74bb70cf54 Ok, that's not a typo, that's just me not thinking. 18 years ago
  Rob Landley 3629d95a24 Typo. 18 years ago
  Rob Landley 27d07c9ce2 Now that we have xopen3(), it's just plain unclean to have xopen() with 18 years ago