aboutsummaryrefslogtreecommitdiff
path: root/networking/wget.c
AgeCommit message (Expand)Author
2018-07-02wget: fix fetching of https URLs without http proxyDenys Vlasenko
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko
2018-04-08wget: check chunk length for overflowing off_tDenys Vlasenko
2018-04-07wget,ftpd: shorten and reuse stringsDenys Vlasenko
2018-04-01libbb: new function bb_die_memory_exhaustedDenys Vlasenko
2018-03-05wget: fix fetching of https URLs with http proxyPeter Lloyd
2018-02-12wget: more thorough sanitization of other side's dataDenys Vlasenko
2018-02-08wget: do not ask for TLS-encrypted downloads on plain ftp:// URLsDenys Vlasenko
2018-02-06wget: attempt to negotiate encrypted data ftps stream ("PROT P")Denys Vlasenko
2018-02-06wget: add EPSV supportDenys Vlasenko
2018-02-06wget: initial support for ftps://Denys Vlasenko
2018-02-06wget: preparations for ftps:// support (block move, no code changes)Denys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko
2017-01-24wget: add support for -S --server-responseDenys Vlasenko
2017-01-23separate TLS code into a library, use in in wgetDenys Vlasenko
2017-01-20tls: decode alerts and in particular, EOF alert.Denys Vlasenko
2017-01-16Assorted warning fixes and added a comment, no code changesDenys Vlasenko
2017-01-11wget: fix for brain-damaged HTTP servers. Closes 9471Denys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-08-31wget: treat 201,202,203 as success codes too. Closes 9211Denys Vlasenko
2016-08-21wget/ssl_helper: update to wolfssl-3.9.8Denys Vlasenko
2016-07-25wget: run s_client helper with -servername HOSTDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-03-17wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko
2015-10-20wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko
2015-10-13wget: shrink code if https isn't supportedRon Yorston
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-02-18wget: fix --header to not append duplicate headersBernhard Reutner-Fischer
2014-03-27wget: fix a case where progress bar isn't updated if writes are very slowDenys Vlasenko
2014-02-24wget: fix commentDenys Vlasenko
2014-02-23wget: add commented-out code to use ssl_helper instead of opensslDenys Vlasenko
2014-02-22wget: add support for https using "openssl s_client" as a helperDenys Vlasenko
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-12wget: add support for connect timeoutLauri Kasanen
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko