aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27wget: -O FILE is allowed to overwrite existing file (compat)Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-24wget: get rid of setitimerDenis Vlasenko
2007-09-24wget: reorder functions, no code changesDenis Vlasenko
2007-09-24wget: code shrink, move data out of bssDenis Vlasenko
2007-09-24wget: allow dots in header field names.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-06bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-06-27wget: fix bug in base64 encoding (bug 1404). +10 bytes.Denis Vlasenko
2007-06-26uuencode: shrinkDenis Vlasenko
2007-06-18ping: fix write-after-allocated-mem bugDenis Vlasenko
2007-06-17wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko
2007-06-17hwclock: size optimizationsDenis Vlasenko
2007-06-16pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer
2007-04-08getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko
2007-04-05- add -s|--spider which only checks if the file exists but does not download ...Bernhard Reutner-Fischer
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-02-01correct wget's commentDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-28work around gcc bugDenis Vlasenko
2007-01-22- sed -i -e "/\$Id:/d;"Bernhard Reutner-Fischer
2007-01-22comment out unused old networking API partsDenis Vlasenko
2007-01-22remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko
2007-01-12next part of ipv6-ization. mostly netcat.Denis Vlasenko
2007-01-12next part of ipv6-ization is here: wget & httpdDenis Vlasenko
2007-01-03wget: always print port# in 'Host' header (smaller code)Denis Vlasenko
2007-01-03wget: print port# in 'Host' header, if different from 80Denis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-12-16wget: smallish optimizationDenis Vlasenko
2006-11-28od: sometime ago I landed BIG od implementationDenis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-23wget: -O - still outputs progressbar (to stderr)Denis Vlasenko
2006-11-21wget: yet another contortion for proftpd's PASV response.Denis Vlasenko
2006-11-21wget: fix ftp PASV mode ("numeric" check was too strict)Denis Vlasenko
2006-11-21wget: reduce likelihood of ETA overflow (especially with !LFS)Denis Vlasenko
2006-11-10wget: fix error message.Denis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko