Historique des commits

Auteur SHA1 Message Date
  Denys Vlasenko 386bc9fda3 unzip: more compat if DESKTOP=y il y a 15 ans
  Stefani Seibold f3b56b428f unzip: try lseek before resorting to reading il y a 15 ans
  Denis Vlasenko 9aa5c652e9 unzip: fix thinko with le/be conv and size (closes bug 129) il y a 15 ans
  Denis Vlasenko 006e8628fc unzip: handle "central directory" il y a 16 ans
  Denis Vlasenko 48a9971bd4 unzip: move check for unsupported zip features to better place il y a 16 ans
  Denis Vlasenko c2dcb7cf63 unzip: give better error message when presented with unsupported il y a 16 ans
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. il y a 16 ans
  Denis Vlasenko f5d8c90d73 style fixes, no code changes il y a 16 ans
  Denis Vlasenko f7be20e70c nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) il y a 16 ans
  Denis Vlasenko cd0fbb5e77 unzip: hmm... gcc doesn't like ATTRIBUTE_PACKED?? Document that... il y a 16 ans
  Denis Vlasenko 018b155ad9 telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) il y a 16 ans
  Paul Fox cb981638f5 change safety check on zip header to allow for extra length, and il y a 16 ans
  Denis Vlasenko fcc569637b unzip: add a comment explaining why we don't die il y a 16 ans
  Denis Vlasenko bc7c5d082e unzip: fix endianness bugs il y a 16 ans
  Denis Vlasenko 9b49a5ed85 add -fvisibility=hidden to CC flags, mark XXX_main functions il y a 16 ans
  Denis Vlasenko feb7ae7f01 printf("%s\n") -> puts() il y a 17 ans
  Paul Fox 9382b3809b overload the existing '-q' flag so that if '-l' and '-q' are used il y a 17 ans
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h il y a 17 ans
  Denis Vlasenko 666c40c9fc unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) il y a 17 ans
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having il y a 17 ans
  Denis Vlasenko cd42cb8df0 do not expose internal state of [g]zip unpacker. il y a 17 ans
  Denis Vlasenko bb3d0fab3b extern variable declaration in a .c file is heresy - fixing it il y a 17 ans
  Denis Vlasenko bf0a201008 style fixes il y a 17 ans
  Denis Vlasenko 714701c890 tar et al: die if bb_copyfd_size copies less than asked for. il y a 17 ans
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] il y a 17 ans
  Denis Vlasenko d3d004dd35 last nail into error_msg() (de)capitalization il y a 17 ans
  Denis Vlasenko 7039a66b58 correct largefile support, add comments about it. il y a 18 ans
  Denis Vlasenko 1385899416 attempt to regularize atoi mess. il y a 18 ans
  Denis Vlasenko c16bd212e3 silly switch style fix il y a 18 ans
  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). il y a 18 ans