X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=12931071c3cb2eedaa1b49d1368777f97950eea5;hp=0140bbd4b077429a145f4ae97e7eba41dc9c2abf;hb=0ff9eb47276f0485e7c2e1ed1c014c7c82758ef7;hpb=83b0e389400b03110402d1408fd9610988ba3419 diff --git a/src/ChangeLog b/src/ChangeLog index 0140bbd4..12931071 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2003-11-29 Hrvoje Niksic + + * cookies.c (cookie_header): Only generate the contents of the + header, not the leading "Cookie: " or the trailing "\r\n". + + * http.c (gethttp): When adding headers specified with `--header', + allow them to override the headers generated by Wget. + + * init.c (cmd_spec_header): Made opt.user_headers a vector. + + * http.c (request_new): New function. Returns a request structure + which can be modified in various ways, most notably by adding HTTP + headers to the request. + (request_set_header): New function for adding the header to the + request. If the header is already available, it gets replaced. + (request_send): Construct and send the request. + (gethttp): Use the request_* functions to generate the request. + 2003-11-28 Hrvoje Niksic * http.c (gethttp): Don't include the Proxy-Authorization header