]> sjero.net Git - wget/history - src/http.c
[svn] Fixes by Christian Biere:
[wget] / src / http.c
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...
2001-11-26 hniksic[svn] Declare ERR in gethttp.
2001-11-26 hniksic[svn] Allocate a timer directly in get_contents.
2001-11-26 hniksic[svn] A lot of host name changes.
2001-11-25 hniksic[svn] Recursion and progress bar tweaks.
2001-11-25 hniksic[svn] Remove host canonicalization code.
2001-11-25 hniksic[svn] Commit progress bar tweaks.
2001-11-25 hniksic[svn] Implemented breadth-first retrieval.
2001-11-22 hniksic[svn] Rewrite parsing and handling of URLs.
2001-11-19 hniksic[svn] Clean up handling of schemes.
2001-11-18 hniksic[svn] Use Solaris's libmd5 when available.
2001-11-18 hniksic[svn] Prettier printing of HTTP headers.
2001-11-16 hniksic[svn] Applied Christian Fraenkel's patch from <3BAF5B30...
2001-06-14 hniksic[svn] Search netrc with the proper host name, not the...
2001-05-27 hniksic[svn] Update copyright notices.
2001-05-14 hniksic[svn] Make sure cookie code works with the real URL...
2001-05-11 hniksic[svn] Before concluding that the file is already fully...
2001-05-08 hniksic[svn] Make sure hstat.no_truncate gets properly initial...
2001-05-07 hniksic[svn] Avoid useless file_exists_p. Published in
2001-04-28 hniksic[svn] Use alloca to allocate filename_plus_orig_suffix.
2001-04-28 hniksic[svn] Commit various HTTP fixes.
2001-04-27 hniksic[svn] Send the no-cache directive when required regardl...
2001-04-27 hniksic[svn] Improve documentation of mktime_from_utc.
2001-04-25 hniksic[svn] Fix loading of cookies.
2001-04-25 hniksic[svn] Applied Roger Beeman's mktime_from_utc fix publis...
2001-04-24 hniksic[svn] New timer functions. Published in <sxs8zkp28vk...
2001-04-14 hniksic[svn] Various url.c-related changes.
2001-04-10 hniksic[svn] Implement better sorting and matching of cookies.
2001-04-09 hniksic[svn] Rewrite SSL #ifdef for better indentation.
2001-04-08 hniksic[svn] Added support for cookies.
2001-04-06 hniksic[svn] Prepend literal newline with `\n\' inside quoted...
2001-04-03 hniksic[svn] Fix support for rfc850 time recognition on system...
2001-04-03 hniksic[svn] Make `-c' and `-O' work together.
2001-04-01 hniksic[svn] Make sure opt.dfp is rewound only on the first...
2001-04-01 hniksic[svn] Make sure -c doesn't truncate the file.
2001-03-31 hniksic[svn] Committed my patch that makes HTTP code close...
next