Replace index_in_[sub]str_array with index_in_[sub]strings,
[platform/upstream/busybox.git] / networking / wget.c
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-06-27 Denis Vlasenkowget: fix bug in base64 encoding (bug 1404). +10 bytes.
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-02-01 Denis Vlasenkocorrect wget's comment
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-28 Denis Vlasenkowork around gcc bug
2007-01-22 Bernhard Reutner... - sed -i -e "/\$Id:/d;"
2007-01-22 Denis Vlasenkocomment out unused old networking API parts
2007-01-22 Denis Vlasenkoremove obsolete FEATURE_WGET_IP6_LITERAL
2007-01-12 Denis Vlasenkonext part of ipv6-ization. mostly netcat.
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-03 Denis Vlasenkowget: always print port# in 'Host' header (smaller...
2007-01-03 Denis Vlasenkowget: print port# in 'Host' header, if different from 80
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-16 Denis Vlasenkowget: smallish optimization
2006-11-28 Denis Vlasenkood: sometime ago I landed BIG od implementation
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-23 Denis Vlasenkowget: -O - still outputs progressbar (to stderr)
2006-11-21 Denis Vlasenkowget: yet another contortion for proftpd's PASV response.
2006-11-21 Denis Vlasenkowget: fix ftp PASV mode ("numeric" check was too strict)
2006-11-21 Denis Vlasenkowget: reduce likelihood of ETA overflow (especially...
2006-11-10 Denis Vlasenkowget: fix error message.
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-25 Denis Vlasenkowget: wget $'-\207' ... should not be allowed to work...
2006-10-23 Denis Vlasenkowget: -100 bytes, reduce stack usage, remove --header...
2006-10-15 Denis Vlasenkowget: xatoi's were oversealous ("200 OK" isn't a number)
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-10 Denis Vlasenkofixes from Vladimir Dronnikov <dronnikov@gmail.ru>
2006-10-08 Denis Vlasenkocorrect largefile support, add comments about it.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-07 Denis Vlasenkodd: make it recognize not only 'k' but 'K' too;
2006-10-07 Denis Vlasenkowget: don't be careless with xstrdup'ing
2006-10-07 Denis Vlasenkowget: fix download of URLs like:
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-01 Denis Vlasenkowget: make progress bar and ETA work correctly with -c
2006-09-27 Denis Vlasenkosilly switch style fix
2006-09-26 Denis Vlasenkowget: add (configurable) large file support. Run tested.
2006-09-23 Denis Vlasenkowget: fix bug where wget creates null file if there...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-15 Rob LandleySo, in the cornucopia of superfulous warning directives...
2006-09-09 Denis Vlasenkowget: wrap one atrociously long line (around 200 chars...
2006-09-03 Denis Vlasenkouuencode: common implementation for wget and uuencode...
2006-09-02 Bernhard Reutner... - patch from Csaba Henk to make the "User-Agent" header...
2006-08-20 Bernhard Reutner... - typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_L...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-06-27 Rob LandleyPatch from Geoff Baker to fix bug bugs.busybox.net...
2006-06-13 Rob LandleyPatch from Denis Vlasenko:
2006-06-13 Rob LandleyWhitespace cleanup from Denis Vlasenko.
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-05-31 Bernhard Reutner... - add CONFIG_FEATURE_WGET_LONG_OPTIONS
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - include strings.h
2006-02-21 Rob LandleySmall tweak cherry-picked from Devin Bayer's monster...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2005-12-02 Rob LandleyIf we really _need_ an #ifdef like this, then we should...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-10-08 Eric AndersenPatch from Denis Vlasenko to fix a problem where
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-08 Glenn L McGrathFix ftp resume
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-02-22 Glenn L McGrathNo need to check proxy env variable twice, ignore proxy...
2004-01-31 Glenn L McGrathFix http proxy use, bytes were swapped 1_00_pre6
2004-01-26 Eric AndersenPascal Brisset writes:
2004-01-17 Glenn L McGrathPatch from Leif Lindholm (slightly modified by me)...
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2003-12-27 Glenn L McGrathFix a bug of mine, identified by Stephane Billiart
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Glenn L McGrathUse getopt_ulflags
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-11 Eric AndersenPatch from Philip Blundell:
2003-09-10 Glenn L McGrathadd ipv6 literal support to wget
2003-08-29 Glenn L McGrathCorrect logic in determining size of block to download...
2003-08-28 Glenn L McGrath"When the initial request by wget is responded by a...
2003-08-28 Glenn L McGrath"When the filesize is known from content-length header...
2003-07-22 Eric AndersenRemove remaining libc5 support code
next