]> sjero.net Git - wget/history - src/http.c
[svn] Fix K&R incompatibilities reported by `gcc -Wtraditional'.
[wget] / src / http.c
2005-05-03 hniksic[svn] Fix K&R incompatibilities reported by `gcc -Wtrad...
2005-04-28 hniksic[svn] Remove unreached (and useless) break statements.
2005-04-28 hniksic[svn] Remove unreachable "break" statements.
2005-04-27 hniksic[svn] Set the CONNECT user-agent in the correct request...
2005-04-27 mtortonesi[svn] Add the --user, --password, --ftp-user and -...
2005-04-27 hniksic[svn] Add --random-file option. Bail out in case of...
2005-04-27 hniksic[svn] Allow separate specification of certificate type...
2005-04-26 hniksic[svn] Renamed src/gen_sslfunc.c to src/openssl.c and...
2005-04-26 hniksic[svn] Renamed the SSL switches and commands.
2005-04-26 hniksic[svn] Fix various cookie-related problems.
2005-04-23 hniksic[svn] Remember that the NTLM-authorized TCP connections...
2005-04-22 hniksic[svn] Fix bugs in NTML handling.
2005-04-20 hniksic[svn] Fix the check whether a new header needs to be...
2005-04-18 hniksic[svn] Change orders of parameters of base64_encode...
2005-04-17 hniksic[svn] Fix potential memory leak in request_set_header.
2005-04-16 hniksic[svn] Really disable persistent connections over proxy.
2005-04-14 hniksic[svn] Report an error in skip_short_body to the caller.
2005-04-12 hniksic[svn] Open the output file in binary mode.
2005-04-11 hniksic[svn] Doc fix.
2005-04-06 hniksic[svn] Added NTLM support.
2005-04-01 hniksic[svn] Avoid explicit 64-bit constants; construct them...
2005-03-22 hniksic[svn] Support human-readable file size printing.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2005-03-19 hniksic[svn] Limit the maximum amount of memory allocated...
2005-03-19 hniksic[svn] Concatenate strings using concat_strings.
2005-03-06 hniksic[svn] Handle multiple Set-Cookie headers sent by the...
2005-03-06 hniksic[svn] Remove warnings under Borland C.
2005-03-04 hniksic[svn] Fix escape chars in server response vulnerability...
2005-03-04 hniksic[svn] Fix a possible race condition when opening files.
2005-02-23 hniksic[svn] Large file support added. Published in <87psyr6j...
2004-11-19 mtortonesi[svn] Fixed -k when using -O.
2004-03-31 hniksic[svn] Fix typo.
2004-03-30 hniksic[svn] Send the Proxy-Authorization header over non...
2004-02-25 hniksic[svn] Revamped MS console logic. Submitted by David...
2004-02-07 hniksic[svn] Respect --ignore-length.
2004-01-28 hniksic[svn] Fixes by Christian Biere:
2003-12-16 hniksic[svn] Fix generation of `Content-Length'.
2003-12-12 hniksic[svn] retr.c (fd_read_body): Pass total size to progres...
2003-12-06 hniksic[svn] Correctly calculate bandwidth as total data read...
2003-12-05 hniksic[svn] Support the 303 See Other response.
2003-11-30 hniksic[svn] * retr.c (fd_read_body): Report the amount of...
2003-11-30 hniksic[svn] Read the data in skip_short_body directly.
2003-11-30 hniksic[svn] Better documentation for fd_read_body args.
2003-11-30 hniksic[svn] Try to reuse connections that return error codes.
2003-11-29 hniksic[svn] Initialize SSL only the first time when an SSL...
2003-11-29 hniksic[svn] Docfix.
2003-11-29 hniksic[svn] Restructure generation of HTTP requests. Allow...
2003-11-28 hniksic[svn] Don't include the Proxy-Authorization header...
2003-11-28 hniksic[svn] Use the CONNECT method to establish passthrough...
2003-11-27 hniksic[svn] Use fd_read_hunk for reading HTTP response head...
2003-11-21 hniksic[svn] Remove headers.c and headers.h.
2003-11-21 hniksic[svn] Remove the "rbuf" buffering layer. Provide peeki...
2003-11-20 hniksic[svn] Renamed xread/xwrite/xclose to fd_read/fd_write...
2003-11-18 hniksic[svn] Renamed address_list_find to address_list_contains.
2003-11-15 hniksic[svn] Fix call to socket_ip_address.
2003-11-13 hniksic[svn] Don't attempt to talk to two different SSL sites...
2003-11-13 hniksic[svn] Use the new function retryable_socket_connect_err...
2003-11-09 hniksic[svn] Mark clearly where the response begins and ends...
2003-11-08 hniksic[svn] Replace conaddr with socket_ip_address.
2003-11-08 hniksic[svn] Don't force silent lookup.
2003-11-06 hniksic[svn] Improve SSL code. Only initialize PRNG when...
2003-11-06 hniksic[svn] Get rid of ssl_iread/ssl_iwrite. Have the SSL...
2003-11-05 hniksic[svn] New option --keep-session-cookies.
2003-11-02 hniksic[svn] Retired the `boolean' type. Renamed FREE_MAYBE...
2003-10-31 hniksic[svn] Moved malloc-related code to xmalloc.c. Defined...
2003-10-31 hniksic[svn] Networking improvements: get rid of the MSOCK...
2003-10-29 hniksic[svn] Updated IPv6 code.
2003-10-29 hniksic[svn] Imported Mauro's IPv6 changes.
2003-10-14 hniksic[svn] Accept HTTP status 307 as redirect.
2003-10-11 hniksic[svn] Remove VERY_LONG_TYPE; use LARGE_INT instead...
2003-10-08 hniksic[svn] Renamed DEBUG to ENABLE_DEBUG.
2003-10-07 hniksic[svn] Move fnmatch() to cmpt.c and don't use it under...
2003-10-04 hniksic[svn] Fix crash when post-file is missing.
2003-09-21 hniksic[svn] Split off non-URL related stuff from url.c to...
2003-09-21 hniksic[svn] Treat xhtml files just like regular html.
2003-09-19 hniksic[svn] Renamed wget.h XDIGIT-related macros to (hopefull...
2003-09-15 hniksic[svn] Don't pad shrunk POST'ed files.
2003-09-15 hniksic[svn] Update progress code to use higher timer resolution.
2003-09-14 hniksic[svn] New mechanism for quoting file names.
2003-09-04 hniksic[svn] New option --retry-connrefused from Ahmod Dancy.
2002-05-18 hniksic[svn] Update the license to include the OpenSSL exception.
2002-05-14 abbotti[svn] Don't ftruncate standard output.
2002-04-20 hniksic[svn] Cookie interface and implementation changes
2002-04-16 hniksic[svn] If content-type is not given, assume text/html.
2002-04-14 hniksic[svn] Minor cleanup of iread/iwrite.
2002-04-14 hniksic[svn] Add the POST method.
2002-04-12 abbotti[svn] Compensate for MS Windows two-second granularity...
2002-04-12 abbotti[svn] Use new function to test filename for common...
2002-04-11 hniksic[svn] Allow Wget to be compiled with a K&R compiler.
2002-02-19 hniksic[svn] when -c used, mark already fully retrieved file...
2002-01-26 hniksic[svn] Wrap numeric IPv6 addresses in square brackets...
2002-01-14 hniksic[svn] Invalidate socket if get_contents encountered...
2001-12-13 hniksic[svn] Check for conn->ssl before using ssl_iwrite.
2001-12-09 hniksic[svn] Minor fixes prompted by `lint'.
2001-12-03 hniksic[svn] Declare h_errno in host.c, but not elsewhere.
2001-12-01 hniksic[svn] Use the full path when building the authorization...
2001-11-30 hniksic[svn] Don't forget to shutdown the SSL structure if...
2001-11-29 hniksic[svn] Remove char/unsigned char warnings emitted by...
2001-11-29 hniksic[svn] Make the MD5 references even more generic.
2001-11-29 hniksic[svn] Accept the broken Content-Range format emitted...
next