]> sjero.net Git - wget/history - src/http.c
Automated merge.
[wget] / src / http.c
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanMinor tweaks to Henri's patch.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-05-14 Joao FerreiraChanged some comments related with bug fix #23238,...
2008-05-14 Joao FerreiraFixed bug #23238: --no-clobber doesn't work with -O...
2008-04-27 Micah CowanParse html from files when -r -nc is active.
2008-04-27 Micah CowanAdd fix from eleven, for doing HTTPS auth over a proxy...
2008-04-26 Steven SchubigerFurther quote*()-related integrations in http.c.
2008-04-23 Micah CowanMake http.c's handling of --quiet --server-response...
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-14 Micah CowanApplied Steven Schubiger's patch to use Gnulib's quote...
2008-02-11 Micah CowanBetter messages for --spider without -r.
2008-02-11 Micah CowanFix #22242: Option to allow auths before challenged.
2008-02-10 Micah CowanFixed #22251: Terminated download gets new filename.
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.
next