Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-28 | I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simply | Daniel Stenberg | |
because at the current point in time I think the benefit of adding that new return code is very slim and it is a lot of work to introduce new return codes (for docs and maintenance etc) I added "145 - Phil Blundell's CURLOPT_SCOPE patch/work" since I want it sorted/committed. | |||
2008-06-08 | the next release is now called 7.19.0 | Daniel Stenberg | |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg | |
OpenSSL, NSS and GnuTLS-built libcurls. | |||
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg | |
OpenSSL, NSS and GnuTLS-built libcurls. | |||
2008-06-05 | 7.18.2 is done now | Daniel Stenberg | |
2008-05-28 | Fixed 142 and 143 | Daniel Stenberg | |
Moved 144 to 7.18.3 instead | |||
2008-05-26 | I'd like to see this fixed for the 7.18,2: | Daniel Stenberg | |
144 - Help apps use 64bit/LFS libcurl | |||
2008-05-24 | summary of the current outstanding issues for upcoming and the subsequent | Daniel Stenberg | |
releases | |||
2008-05-15 | ten days with no further response or feedback, removing: | Daniel Stenberg | |
136 - adding easy handles when using curl_multi_socket* by Markus Koetter | |||
2008-05-13 | Three out of the four issues are now extinct. | Daniel Stenberg | |
2008-05-07 | -135 - Busy looping bug in multi_socket interface by | Daniel Stenberg | |
- Christopher Palow | |||
2008-05-05 | mention four outstanding issues we should deal with before release | Daniel Stenberg | |
2008-04-16 | Removed 129 and 130 due to lack of response on those issues | Daniel Stenberg | |
2008-04-03 | - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to | Daniel Stenberg | |
GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc. | |||
2008-04-03 | Scott Barrett added support for CURLOPT_NOBODY over SFTP | Daniel Stenberg | |
2008-04-01 | 128 - Phil Blundell's ares and ipv6 fix (feedback lacking) | Daniel Stenberg | |
removed 133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a content-length header is read added | |||
2008-03-31 | 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() | Daniel Stenberg | |
done | |||
2008-03-30 | 132 - Xponaut's CURLFORM_STREAM option to curl_formadd() | Daniel Stenberg | |
2008-03-30 | I'm officially pushing the two remaining issues to the next release instead, | Daniel Stenberg | |
since they're still not clear enough to be to sort about before 7.18.1 | |||
2008-03-27 | - As found out and reported by Dan Petitt, libcurl didn't show progress/call | Daniel Stenberg | |
the progress callback for the first (potentially huge) piece of body data sent together with the POST request headers in the initial send(). | |||
2008-03-22 | - Fixed the problem with doing a zero byte SCP transfer, verified with test | Daniel Stenberg | |
case 617 (which was added by Daniel Fandrich 5 Mar 2008). | |||
2008-03-21 | roadmap ahead | Daniel Stenberg | |
2008-03-12 | Done: 125 - Michal Marek's typechecker-gcc work | Daniel Stenberg | |
2008-03-08 | Done: 123 - Mike Protts' SFTP resume download | Daniel Stenberg | |
2008-03-01 | - Anatoli Tubman found and fixed a crash with Negotiate authentication used on | Daniel Stenberg | |
a re-used connection where both requests used Negotiate. | |||
2008-02-28 | Removed: | Daniel Stenberg | |
121 - Kaspar Brand's and Guenter Knauf's work on the TLS extension Server Name Indication is now committed 122 - Progress callback not called during failed socket connect with the multi interface, is now simply pending a closure since no feedback has been received lately. Added: 123 - Mike Protts' SFTP resume download 124 - Anatoli Tubman's fix for a Negotiate: crash 125 - Michal Marek's typechecker-gcc work | |||
2008-02-20 | "118 - Gautam Kachroo's issue with proxies and ssl" is now in CVS | Daniel Stenberg | |
2008-02-18 | the ca-bundle is now removed | Daniel Stenberg | |
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) |