Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-11 | 152 + 153 are fixed! | Daniel Stenberg | |
2008-08-11 | added two known topics for 7.19.1 | Daniel Stenberg | |
2008-08-11 | five more bugs I'd like to get fixed or at least considered before 7.19.0 | Daniel Stenberg | |
2008-08-11 | Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG, | Yang Tse | |
has to be revisited and adjusted as appropriate. Enabling and disabling of large file support needs further inspection. | |||
2008-08-07 | sync with reality | Yang Tse | |
2008-08-05 | #148 Removed. | Yang Tse | |
Rebooting the problematic system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully since then. | |||
2008-08-04 | - Yehoshua Hershberg found a problem that would make libcurl re-use a | Daniel Stenberg | |
connection with the multi interface even if a previous use of it caused a CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed SSL connections properly close the connections. | |||
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg | |
proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled. | |||
2008-08-04 | Update #144 | Yang Tse | |
Third version of the patch fixing a failure to chose a proper data type submitted to the mailing list 2008-08-04. | |||
2008-08-03 | - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT | Daniel Stenberg | |
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled. | |||
2008-08-03 | Update #148 | Yang Tse | |
Rebooting the Solaris system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully. Further tests on the system might allow determination of the problem origin. Solaris AutoBuilds suceeded on August 2 and 3. | |||
2008-07-31 | Second version of the patch addressing building outside of CVS tree | Yang Tse | |
submitted to the mailing list 2008-07-31. Awaiting Ok to commit. | |||
2008-07-31 | #149 fully done and verified. Removed from here now. | Yang Tse | |
2008-07-30 | Committed just now and thus removed from here: | Daniel Stenberg | |
145 - Phil Blundell's CURLOPT_SCOPE patch/work | |||
2008-07-30 | Fixed: | Daniel Stenberg | |
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL. | |||
2008-07-30 | Added the problems with test cases 1041 and 1051 | Dan Fandrich | |
2008-07-30 | #149 done. Awaiting autobuild verification before removing. | Yang Tse | |
2008-07-30 | #148 no longer blocks #144 | Yang Tse | |
2008-07-30 | updated #148 | Yang Tse | |
2008-07-29 | Updtae #148 with link to start of thread | Yang Tse | |
2008-07-29 | Updated #144 | Yang Tse | |
Added #148 and # 149 | |||
2008-07-29 | Added: | Daniel Stenberg | |
146 - Yehoshua Hershberg's re-using of connections that failed with CURLE_PEER_FAILED_VERIFICATION 147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL. | |||
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 | |