X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=d505b4c5bafd8e10bb072d599d84635f124b7447;hb=07f60f19a4ee99ddc343bb51568b0c474e9b853d;hp=b1f049de4bfbf79464e6df4adc8e0f77dd8284ec;hpb=17e21ff7ddcf82a897277ae1d89ae59de482d730;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index b1f049de..d505b4c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,35 @@ +2001-02-08 Christian Fraenkel + + * gen_sslfunc.c: verify_callback is now static + + * gen_sslfunc.c (init_ssl): load certificate if specified + + * gen_sslfunc.c (ssl_printerr): new function + + * init.c: added new --sslcertfile and --sslcertkey switches + + * main.c: ditto + + * options.h: ditto + + * http.c (gethttp): abort when init_ssl fails + +2001-01-23 Herold Heiko + + * mswindows.h: Include ; it's needed for alloca(). + +2001-01-10 Dan Harkless + + * url.c (str_url): Clarified this function's comment header after + Hrvoje answered my question on the list as to when hide != 1. + Also Hrvoje pointed out I need to use xstrdup() on the string literal. + +2001-01-06 Hrvoje Niksic + + * connect.c (bindport): Declare addrlen as int. Diagnosed by + Drazen Kacar . + (conaddr): Ditto. + 2001-01-09 Dan Harkless * html-url.c: A bunch of fixup of `--page-requisites'-related