]> sjero.net Git - wget/history - src/http.c
Rename --html-extension to --adjust-extension.
[wget] / src / http.c
2007-07-03 mtortonesi[svn] Skip HEAD request and start immediately with...
2007-02-02 hniksic[svn] Escape non-printable characters in server response.
2006-12-27 mtortonesi[svn] Fix -P in case HTTP Content-Disposition header...
2006-08-28 mtortonesi[svn] #include'd spider.h to get rid of compiler warnings.
2006-08-24 mtortonesi[svn] Several fixes for recursive spider mode.
2006-08-21 mtortonesi[svn] Fixed a timestamping related bug in HTTP downloads.
2006-08-17 mtortonesi[svn] Fix broken -c in new HTTP code.
2006-08-08 hniksic[svn] Avoid code repetition between time_str and dateti...
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2006-05-25 mtortonesi[svn] Fixed recursive spider mode.
2006-04-28 mtortonesi[svn] Improvements/fixes to HTTP Content-Disposition...
2006-04-08 hniksic[svn] Document parse_content_disposition.
2006-03-15 mtortonesi[svn] Restricted operational semantics of frontcmp...
2006-03-02 mtortonesi[svn] Fixed recursive HTTP retrieval
2006-02-28 hniksic[svn] Use the extract_param function for parsing the...
2006-02-28 hniksic[svn] Use extract_params to parse the Set-Cookies header.
2006-02-28 hniksic[svn] Deleted extract_param_value_delim.
2006-02-28 hniksic[svn] Parse Content-Disposition better. Implement...
2006-02-25 hniksic[svn] Only use FILE.N.html if FILE.html exists.
2006-02-03 mtortonesi[svn] Implement correct parsing of HTTP Content-Disposi...
2006-01-30 mtortonesi[svn] Removed empty lines in output format.
2006-01-30 mtortonesi[svn] Commited new HTTP output format.
2005-12-07 mtortonesi[svn] Fixed pre-download verbose output which was broke...
2005-12-05 mtortonesi[svn] Removed C++ style comments from http.c and test...
2005-11-23 mtortonesi[svn] Major refactoring of HTTP code. Added support...
2005-08-26 hniksic[svn] Tell OpenSSL to renegotiate automatically (mode...
2005-08-08 hniksic[svn] Don't read more than the amount of data specified...
2005-07-06 hniksic[svn] Allow null MESSAGE.
2005-07-04 hniksic[svn] Don't print write error message twice.
2005-07-04 hniksic[svn] Only allocate an error string on actual error.
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-02 hniksic[svn] Document reasoning behind CLOSE_INVALIDATED more...
2005-07-02 hniksic[svn] Document the side effect of test_socket_open.
2005-07-02 hniksic[svn] Correctly skip error message body for keep-alive...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-07-01 hniksic[svn] Minor improvements to fd_read_hunk.
2005-06-30 hniksic[svn] Explicitly document all cases when generating...
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-27 hniksic[svn] Check for timegm and use it where available.
2005-06-27 hniksic[svn] Remove obsolete comment.
2005-06-27 hniksic[svn] Correctly query the old locale value.
2005-06-27 hniksic[svn] Set all locale categories.
2005-06-27 hniksic[svn] Improve "POST data file missing" error message.
2005-06-26 hniksic[svn] When the download is finished, print the time...
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.
next