]> sjero.net Git - wget/history - src/http.c
[svn] Rewrite with_thousand_seps to be size-agnostic. Remove printing of separators
[wget] / src / http.c
2005-06-25 hniksic[svn] Rewrite with_thousand_seps to be size-agnostic...
2005-06-25 hniksic[svn] Don't pattern-match server redirects.
2005-06-25 hniksic[svn] Rename LARGE_INT to SUM_SIZE_INT, and simplify...
2005-06-24 hniksic[svn] Consistently prepend / to path when entering...
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Fix crash with --no-cookies.
2005-06-19 hniksic[svn] Don't cast return type of malloc/realloc. Assume...
2005-06-19 hniksic[svn] Remove K&R support.
2005-06-18 hniksic[svn] Fix broken --save-headers.
2005-06-17 hniksic[svn] When -E is in use, check for file existence after...
2005-06-15 hniksic[svn] Gettext-ize previously missed messages.
2005-05-30 hniksic[svn] Don't attempt to "skip short body" if we're issui...
2005-05-24 hniksic[svn] Document the origin of the "cookie date" format.
2005-05-17 hniksic[svn] Don't clobber the file when -c fails in the first...
2005-05-16 hniksic[svn] Clarify the logic of persistent_available_p.
2005-05-14 hniksic[svn] Would forget to close the connection when keep_al...
2005-05-11 hniksic[svn] Tell the user about --no-check-certificate.
2005-05-10 hniksic[svn] Check for the server's identity after the SSL...
2005-05-08 hniksic[svn] Check for wildcards in unescaped URL path.
2005-05-08 hniksic[svn] Fix warnings reported by gcc -Wstrict-prototypes...
2005-05-07 hniksic[svn] Doc fix.
2005-05-07 hniksic[svn] Doc fix.
2005-05-06 hniksic[svn] Fix request-line argument when talking to SSL...
2005-05-06 hniksic[svn] Don't complain about "unknown authentication...
2005-05-06 hniksic[svn] Minor doc fix.
2005-05-05 hniksic[svn] Comment doc fix.
2005-05-05 hniksic[svn] Zero out all of struct tm before passing it to...
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.
next