aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-12-11wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-10-05wget: fix for code 302; mount: support -o unionVladimir Dronnikov
2009-08-22wget: strip trailing whitespace from e.g. "Content-length: 120 "Matthijs van de Water
2009-06-30wget: remove IPv6 scope id in Host: field (apache compat)Denys Vlasenko
2009-06-28wget: fix redirection from HTTP to FTP serverDenys Vlasenko
2009-06-28wget: remove strange *&var construct.Denys Vlasenko
2009-06-28wget: code shrink by splitting main() into easier-to-optimize functionsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-04wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko
2009-03-02wget: fix --header handlingDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-29wget: "support" -t and -T by ignoring themDenis Vlasenko
2008-06-22wget: accept code 204.Denis Vlasenko
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko
2008-02-11- spelling fixesBernhard Reutner-Fischer
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
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