]> sjero.net Git - wget/history - src/http.c
Ugly fix to make -nc without --content-disposition go back to not fetching files.
[wget] / src / http.c
2008-02-03 Micah CowanUgly fix to make -nc without --content-disposition...
2008-01-31 Micah CowanProperly handle missing Content-Length for partial...
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
2007-10-13 Micah CowanAutomated merge with file:/home/micah/devel/wget/mailin...
2007-10-09 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-09 Micah CowanAutomated merge with file:/home/micah/devel/wget/fix...
2007-10-09 Micah CowanPut send_head_first check where it needs to be.
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/timest...
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-05 Micah CowanHack to make -c work again without HEAD.
2007-10-03 Micah CowanFix silly scoping bug.
2007-10-03 Micah CowanWarn about host resolution failure.
2007-10-03 Micah CowanMerge with mainline
2007-10-03 Micah CowanDates as well as times in output timestamps
2007-09-29 Micah CowanFix gethttp returning RETROK, which caused abortion.
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-09-25 micah[svn] Apply Jochen's patch to stop local size always...
2007-09-25 Micah CowanApply patch to fix always reporting local size of zero.
2007-09-12 Micah CowanTimestamp files, regardless of HEAD
2007-08-30 micah[svn] Fix #20747: Wget was returning error for non...
2007-08-30 micah[svn] Fix #20323 - Adjustments and tests for when HEAD...
2007-08-30 micah[svn] Fix #20322 - Use timestamp from most recent response.
2007-07-31 micah[svn] Fix for bug #20512: Don't abort for negative...
2007-07-30 micah[svn] Fix for bug #20296: User:pass@ given in Referer...
2007-07-30 micah[svn] Fix for bug #20299: Basic auth creds sent before...
2007-07-11 micah[svn] Backing out incomplete changes for bug 20323...
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
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.
next