config: add size information for udhcpc
[oweals/busybox.git] / networking / wget.c
2018-12-28 Denys Vlasenkoconfig: update size information
2018-11-24 Denys Vlasenkowget: code shrink
2018-11-23 Denys Vlasenkowget: print the final newline only for non-tty output
2018-11-14 Denys Vlasenkotls: code shrink
2018-11-13 Denys Vlasenkowget: print "TLS certificate validation not implemented...
2018-07-02 Denys Vlasenkowget: fix fetching of https URLs without http proxy
2018-05-28 Denys Vlasenkowget: emit a message that certificate verification...
2018-04-24 Denys Vlasenkowget: handle URLs with @ or hash differently
2018-04-17 Denys Vlasenkolibbb: new option FEATURE_ETC_SERVICES: if off, /etc...
2018-04-08 Denys Vlasenkowget: check chunk length for overflowing off_t
2018-04-07 Denys Vlasenkowget,ftpd: shorten and reuse strings
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-03-04 Peter Lloydwget: fix fetching of https URLs with http proxy
2018-02-12 Denys Vlasenkowget: more thorough sanitization of other side's data
2018-02-07 Denys Vlasenkowget: do not ask for TLS-encrypted downloads on plain...
2018-02-06 Denys Vlasenkowget: attempt to negotiate encrypted data ftps stream...
2018-02-06 Denys Vlasenkowget: add EPSV support
2018-02-06 Denys Vlasenkowget: initial support for ftps://
2018-02-06 Denys Vlasenkowget: preparations for ftps:// support (block move...
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-30 Denys Vlasenkowget: add a big explanation what TLS code implements...
2017-01-24 Denys Vlasenkowget: add support for -S --server-response
2017-01-23 Denys Vlasenkoseparate TLS code into a library, use in in wget
2017-01-20 Denys Vlasenkotls: decode alerts and in particular, EOF alert.
2017-01-16 Denys VlasenkoAssorted warning fixes and added a comment, no code...
2017-01-11 Denys Vlasenkowget: fix for brain-damaged HTTP servers. Closes 9471
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-10-04 Denys Vlasenkowget: there is no -s option in GNU Wget 1.18, we should...
2016-09-01 Denys Vlasenko*: placate some compile warnings on OSX
2016-08-31 Denys Vlasenkowget: treat 201,202,203 as success codes too. Closes...
2016-08-21 Denys Vlasenkowget/ssl_helper: update to wolfssl-3.9.8
2016-07-25 Denys Vlasenkowget: run s_client helper with -servername HOST
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-03-17 Denys Vlasenkowget: make -T timeout work on header reads too. Closes...
2015-10-20 Denys Vlasenkowget: make Bartosz's "wget --passive-ftp -nd -t 3"...
2015-10-13 Ron Yorstonwget: shrink code if https isn't supported
2015-10-07 Denys Vlasenkowget: make it possible to have both SSL helpers configured
2015-10-06 Denys Vlasenkowget: make openssl/ssl_helper choice configurable
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-02-18 Bernhard Reutner... wget: fix --header to not append duplicate headers
2014-03-27 Denys Vlasenkowget: fix a case where progress bar isn't updated if...
2014-02-24 Denys Vlasenkowget: fix comment
2014-02-23 Denys Vlasenkowget: add commented-out code to use ssl_helper instead...
2014-02-22 Denys Vlasenkowget: add support for https using "openssl s_client...
2014-02-03 Denys Vlasenkowget: fix use-after-free of ->user. Closes 6836
2013-12-17 Lauri Kasanenwget: user-friendly fallback to http
2013-10-16 Guilherme Maciel... wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)
2013-10-12 Lauri Kasanenwget: add support for connect timeout
2013-07-30 Denys VlasenkoWhitespace fixes
2013-07-01 Denys Vlasenkowget: do not abort if "_" is encountered in a HTTP...
2012-09-03 Denys Vlasenkowget: reorder fread and poll: poll only if fread return...
2012-08-16 Denys Vlasenkowget: try reading after poll timeout - stdio may have...
2012-06-17 Denys Vlasenkowget: fix wget-supports--P testsuite failure. Closes...
2012-06-17 Denys Vlasenkowget: make -c _not_ truncate the file
2012-06-14 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2012-06-13 Denys Vlasenkowget: correctly handle failure to -c (continue)
2012-06-13 Vladimir Dronnikovwget: add dummy --no-cache
2011-12-18 Denys Vlasenkowget: fix use-after-free on redirect
2011-09-11 Denys Vlasenkowget: URL-decode user:password before base64-encoding...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-16 Denys Vlasenkowget: add a note about bug 3625
2011-04-07 Denys Vlasenkolibbb: make set_nport accept pointer to sockaddr, not...
2011-03-27 Vitaly Mageryawget: --post-data=STR should not encode STR, should...
2011-03-20 Denys Vlasenkowget: move help text to .c file
2011-03-20 Denys Vlasenkowget: fix fname_out usage wrt redirects
2011-02-19 Pere Orgawget: reduce bloat
2011-02-15 Denys Vlasenkowget: check for final write errors for -O FILE too
2011-02-14 Denys Vlasenkowget: make "wget -O FILE URL1 URL2" concatenate output
2011-02-14 Pere Orgawget: fix SEGV with multiple urls and redirection
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line even withou...
2011-02-13 Denys Vlasenkowget: support multiple URLs on command line
2011-02-12 Denys Vlasenkotypo fix in comment
2011-02-11 Denys Vlasenkowget: display 100% at the _end_ of chunked download
2011-02-11 Denys Vlasenkowget: chunked mode fix. Closes bug 3229
2011-02-11 Denys Vlasenkowget: explain clearerr more clearly
2011-02-11 Denys Vlasenkowget: correctly handle rare case when we get EAGAIN...
2011-02-11 Denys Vlasenkoprogress meter: move file name to bb_progress_t. +20...
2011-02-10 Denys Vlasenkowget: shrink progress meter code; strink wget and add...
2011-02-10 Denys Vlasenkowget: use closed HTTP/1.1 connection, stop when we...
2011-02-10 Denys Vlasenkosave 10 bytes on strings
2011-02-10 Denys Vlasenkowget: remove functions which retry on EINTR
2011-02-10 Denys Vlasenkowget: use FEATURE_COPYBUF_KB-sized buffer. Much faster...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-09-23 Nguyễn Thái Ngọc Duywget: flush output to network before receving reply
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-08-08 Denys Vlasenkowget: fix ndelay_on call; progress bar: small shrink
2010-08-08 Bradley M. Kuhnwget: implement -T SEC; rework progress meter to not...
2010-07-12 Denys Vlasenkowget: fix progress display
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-04-04 Denys Vlasenkolibbb: factor out hex2bin() for infiniband address...
2010-02-11 Denys Vlasenkowget: fix bug 1057 "busybox wget segfaults with http_pr...
2010-02-10 Bernhard Reutner... wget: ignore --no-check-certificate
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-12-11 Denys Vlasenkowget: fix signedness in the compare (paranoia only...
next