aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
AgeCommit message (Collapse)Author
2007-12-26what we're having atmDaniel Stenberg
2007-12-12Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections andDaniel Stenberg
added the --no-keep-alive option that can disable that on demand.
2007-12-02107 - resolve the type= thing for FTP URLs over HTTP proxies, is solvedDaniel Stenberg
2007-11-20While inspecting the Negotiate code, I noticed how the proxy auth was usingDaniel Stenberg
the same state struct as the host auth, so both could never be used at the same time! I fixed it (without being able to check) to use two separate structs to allow authentication using Negotiate on host and proxy simultanouesly.
2007-11-20107 - resolve the type= thing for FTP URLs over HTTP proxiesDaniel Stenberg
2007-11-19106 - Share interface force-enable the cookie parserDaniel Stenberg
2007-10-23Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points outDaniel Stenberg
that libcurl tried to re-use connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy.
2007-10-22removed 105, it is now assumed to be fixed!Daniel Stenberg
105 - "invalid free after an http redirect to ftp"
2007-10-22Removed 93 and 100, there's no work on these and they're not critical in anyDaniel Stenberg
way: 93 - Digest for IIS fix (subject for removal) 100 - icc segmentation faults (subject for removal)
2007-10-22#103 is fixedDaniel Stenberg
2007-10-12added three serious bugs to fix before release, and marked the previous twoDaniel Stenberg
as subject for removal from this list (without any fix)
2007-10-07Known bug #47, which confused libcurl if doing NTLM auth over a proxy withDaniel Stenberg
a response that was larger than 16KB is now improved slightly so that now the restriction at 16KB is for the headers only and it should be a rare situation where the response-headers exceed 16KB. Thus, I consider #47 fixed and the header limitation is now known as known bug #48.
2007-10-03"97 - check ip callback", checkDaniel Stenberg
2007-10-02"99 - curl_easy_close()" seems to have gone uninterestingDaniel Stenberg
2007-10-02102, checkDaniel Stenberg
2007-09-21the NSS patch has been committedDaniel Stenberg
2007-09-15three done, seven to goDaniel Stenberg
2007-09-15I want these CONNECT problems fixed tooDaniel Stenberg
2007-09-157.17.1 planned release in November 2007, and a bunch of things to deal withDaniel Stenberg
2007-04-117.16.2Daniel Stenberg
2007-04-03Only one issue left to deal with. Most of the others cut due to lack ofDaniel Stenberg
response and/or my personal lack of time to deal further with them at this point.
2007-03-25#92 is fixedDaniel Stenberg
2007-03-25addressed (replied to with comments) most out-stading release issues and movedDaniel Stenberg
one over to KNOWN_BUGS
2007-03-19committedDaniel Stenberg
2007-03-18Removed: yassl build breaksDaniel Stenberg
Added: Frequent calling of user progress callback
2007-03-15Sebastien Trottier's issueDaniel Stenberg
2007-03-15eight fresh issues to keep track ofDaniel Stenberg
2007-01-27- David McCreedy fixed the Curl command line tool for HTTP on non-ASCIIDaniel Stenberg
platforms.
2007-01-25Fixed a dangling pointer problem that prevented the http_proxy environmentDan Fandrich
variable from being properly used in many cases (and caused test case 63 to fail).
2007-01-23#79 is no problem to me (and no response on my mail)Daniel Stenberg
2007-01-17two other still outstanding issuesDaniel Stenberg
2007-01-17more reported bugs we need to address at some point, possibly before a releaseDaniel Stenberg
2007-01-03one issue less before releaseDaniel Stenberg
2006-12-06Sebastien Willemijns reported bug #1603712Daniel Stenberg
(http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections getting cut off prematurely when --limit-rate is used. While I found no such problems in my tests nor in my reading of the code, I found that the --limit-rate code was severly flawed (since it was moved into the lib, since 7.15.5) when used with the easy interface and it didn't work as documented so I reworked it somewhat and now it works for my tests.
2006-12-05update after today's workDaniel Stenberg
2006-12-01CURLOPT_CLOSEPOLICY can't be setDaniel Stenberg
2006-11-30the extra copy of downloads should be fixed tooDaniel Stenberg
2006-11-29two moreDaniel Stenberg
2006-11-29Is CURLOPT_FORBID_REUSE broken?Daniel Stenberg
2006-11-27adding notes of what to work on and fix before next releaseDaniel Stenberg
2006-10-12Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg
and while doing so it became apparent that the current timeout system for the socket API really was a bit awkward since it become quite some work to be sure we have the correct timeout set. Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another callback the app can set to get to know when the general timeout time changes and thus for an application like hiperfifo.c it makes everything a lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in good old libcurl tradition.
2006-10-06Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg
now runs fine.
2006-10-05planned stuff to do before releaseDaniel Stenberg
2006-07-087.15.5 is planned for August 2006Daniel Stenberg
2006-04-26David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg
transfers. They are done on non-windows systems and translate CRLF to LF.
2006-04-1065 - curl_multi_socket() added but not extensively tested nor particularlyDaniel Stenberg
documented or pushed for.
2006-02-23the last planned fix is doneDaniel Stenberg
2006-02-16Shmulik Regev provided a fix for the DNS cache when using short life times,Daniel Stenberg
as previously it could be holding on to old cached entries longer than requested.
2006-02-16two items before releaseDaniel Stenberg
2005-10-117.15.0 in november?Daniel Stenberg