Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-14 | five current issues we should deal with somehow before the next release | Daniel Stenberg | |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg | |
previously had a number of flaws, perhaps most notably when an application fired up N transfers at once as then they wouldn't pipeline at all that nicely as anyone would think... Test case 530 was also updated to take the improved functionality into account. | |||
2008-01-14 | #115 is done | Yang Tse | |
2008-01-12 | Eric Landes provided the patch (edited by me) that introduces the | Daniel Stenberg | |
--keepalive-time to curl to set the keepalive probe interval. I also took the opportunity to rename the recently added no-keep-alive option to no-keepalive to keep a consistent naming and to avoid getting two dashes in these option names. Eric also provided an update to the man page for the new option. | |||
2008-01-11 | "114 - Ranged downloads on file:// URLs" done | Daniel Stenberg | |
2008-01-10 | Two more items done: | Daniel Stenberg | |
109 - curl_easy_pause 110 - seekfunction | |||
2008-01-08 | removed 113, both bugs #1850730 and #1854175 are fixed in CVS | Daniel Stenberg | |
2008-01-06 | updated URLs and moved down two issues to the new "less likely" section | Daniel Stenberg | |
2008-01-06 | fixed: 116 - bug #1863171, curl_getdate() bug | Daniel Stenberg | |
added: 117 - Eric Landes patch for introducing the --tcp-keep* options | |||
2008-01-04 | 111 - DNS resolve over socks5 is done | Daniel Stenberg | |
added 116 - bug #1863171, curl_getdate() bug | |||
2008-01-03 | Modify test harness so that the minimum SSH version required to run | Yang Tse | |
SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0 | |||
2008-01-02 | one gone, one added | Daniel Stenberg | |
2008-01-02 | updated | Daniel Stenberg | |
2007-12-26 | what we're having atm | Daniel Stenberg | |
2007-12-12 | Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections and | Daniel Stenberg | |
added the --no-keep-alive option that can disable that on demand. | |||
2007-12-02 | 107 - resolve the type= thing for FTP URLs over HTTP proxies, is solved | Daniel Stenberg | |
2007-11-20 | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel 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-20 | 107 - resolve the type= thing for FTP URLs over HTTP proxies | Daniel Stenberg | |
2007-11-19 | 106 - Share interface force-enable the cookie parser | Daniel Stenberg | |
2007-10-23 | Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out | Daniel Stenberg | |
that libcurl tried to re-use connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy. | |||
2007-10-22 | removed 105, it is now assumed to be fixed! | Daniel Stenberg | |
105 - "invalid free after an http redirect to ftp" | |||
2007-10-22 | Removed 93 and 100, there's no work on these and they're not critical in any | Daniel Stenberg | |
way: 93 - Digest for IIS fix (subject for removal) 100 - icc segmentation faults (subject for removal) | |||
2007-10-22 | #103 is fixed | Daniel Stenberg | |
2007-10-12 | added three serious bugs to fix before release, and marked the previous two | Daniel Stenberg | |
as subject for removal from this list (without any fix) | |||
2007-10-07 | Known bug #47, which confused libcurl if doing NTLM auth over a proxy with | Daniel 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", check | Daniel Stenberg | |
2007-10-02 | "99 - curl_easy_close()" seems to have gone uninteresting | Daniel Stenberg | |
2007-10-02 | 102, check | Daniel Stenberg | |
2007-09-21 | the NSS patch has been committed | Daniel Stenberg | |
2007-09-15 | three done, seven to go | Daniel Stenberg | |
2007-09-15 | I want these CONNECT problems fixed too | Daniel Stenberg | |
2007-09-15 | 7.17.1 planned release in November 2007, and a bunch of things to deal with | Daniel Stenberg | |
2007-04-11 | 7.16.2 | Daniel Stenberg | |
2007-04-03 | Only one issue left to deal with. Most of the others cut due to lack of | Daniel Stenberg | |
response and/or my personal lack of time to deal further with them at this point. | |||
2007-03-25 | #92 is fixed | Daniel Stenberg | |
2007-03-25 | addressed (replied to with comments) most out-stading release issues and moved | Daniel Stenberg | |
one over to KNOWN_BUGS | |||
2007-03-19 | committed | Daniel Stenberg | |
2007-03-18 | Removed: yassl build breaks | Daniel Stenberg | |
Added: Frequent calling of user progress callback | |||
2007-03-15 | Sebastien Trottier's issue | Daniel Stenberg | |
2007-03-15 | eight fresh issues to keep track of | Daniel Stenberg | |
2007-01-27 | - David McCreedy fixed the Curl command line tool for HTTP on non-ASCII | Daniel Stenberg | |
platforms. | |||
2007-01-25 | Fixed a dangling pointer problem that prevented the http_proxy environment | Dan 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-17 | two other still outstanding issues | Daniel Stenberg | |
2007-01-17 | more reported bugs we need to address at some point, possibly before a release | Daniel Stenberg | |
2007-01-03 | one issue less before release | Daniel Stenberg | |
2006-12-06 | Sebastien Willemijns reported bug #1603712 | Daniel 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-05 | update after today's work | Daniel Stenberg | |
2006-12-01 | CURLOPT_CLOSEPOLICY can't be set | Daniel Stenberg | |
2006-11-30 | the extra copy of downloads should be fixed too | Daniel Stenberg | |