Commit History

Author SHA1 Message Date
  Denis Vlasenko 4daad9004d introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). 17 years ago
  Denis Vlasenko 818322b9b1 *: kill bb_get_last_path_component, replace with two functions 17 years ago
  Denis Vlasenko a7ce207bd8 wget: get rid of setitimer 17 years ago
  Denis Vlasenko 47ddd01b3c wget: reorder functions, no code changes 17 years ago
  Denis Vlasenko 7710563858 wget: code shrink, move data out of bss 17 years ago
  Denis Vlasenko 06783a5140 wget: allow dots in header field names. 17 years ago
  Denis Vlasenko fe7cd642b0 don't pass argc in getopt32, it's superfluous 17 years ago
  Denis Vlasenko a27a11bb2c introduce and use xdup2(int, int) 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 4661117911 bb_uuencode: fix obscure case where we were using data past last byte of source 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko bdc88fdc68 rework long option handling. saves ~1.2k 17 years ago
  Denis Vlasenko 12d2129d50 wget: fix bug in base64 encoding (bug 1404). +10 bytes. 17 years ago
  Denis Vlasenko e8240f19bd uuencode: shrink 17 years ago
  Denis Vlasenko 7679145cfa ping: fix write-after-allocated-mem bug 17 years ago
  Denis Vlasenko bd7bb299c0 wget: use monotonic_sec instead of gettimeofday 17 years ago
  Denis Vlasenko 459be35234 hwclock: size optimizations 17 years ago
  Denis Vlasenko 7b72fc1200 pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> 17 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Bernhard Reutner-Fischer 7e8a53a335 - add libbb function str_tolower to convert a string to lowercase. 17 years ago
  Denis Vlasenko 8d9f495d68 getopt32: fix llist_t options ordering. llist_rev is not unused. 17 years ago
  Bernhard Reutner-Fischer 2e75dcc80d - add -s|--spider which only checks if the file exists but does not download it's content. 17 years ago
  Denis Vlasenko 54cf511ce1 sort: fix multiple -k (was ignoring all except last) 17 years ago
  Denis Vlasenko 42823d597a add x to IPv6 functions which can die 17 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 17 years ago
  Denis Vlasenko de55b5d014 correct wget's comment 17 years ago
  Denis Vlasenko b6aae0f381 preparatory patch for -Wwrite-strings #2 17 years ago
  Denis Vlasenko afe488d4bc work around gcc bug 17 years ago
  Bernhard Reutner-Fischer bb8c7c041c - sed -i -e "/\$Id:/d;" 17 years ago
  Denis Vlasenko 85629f08bc comment out unused old networking API parts 17 years ago