Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-11-29 | two more | Daniel Stenberg | |
2006-11-29 | Is CURLOPT_FORBID_REUSE broken? | Daniel Stenberg | |
2006-11-27 | adding notes of what to work on and fix before next release | Daniel Stenberg | |
2006-10-12 | Jeff 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-06 | Bogdan Nicula's hanging test case was converted to test case 533 and the test | Daniel Stenberg | |
now runs fine. | |||
2006-10-05 | planned stuff to do before release | Daniel Stenberg | |
2006-07-08 | 7.15.5 is planned for August 2006 | Daniel Stenberg | |
2006-04-26 | David McCreedy brought line end conversions when doing FTP ASCII | Daniel Stenberg | |
transfers. They are done on non-windows systems and translate CRLF to LF. | |||
2006-04-10 | 65 - curl_multi_socket() added but not extensively tested nor particularly | Daniel Stenberg | |
documented or pushed for. | |||
2006-02-23 | the last planned fix is done | Daniel Stenberg | |
2006-02-16 | Shmulik 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-16 | two items before release | Daniel Stenberg | |
2005-10-11 | 7.15.0 in november? | Daniel Stenberg | |
2005-08-19 | The big POST to HTTPS is probably not a bug. | Daniel Stenberg | |
The CONNECT problem is now bug #25 planned to get fixed in next release. | |||
2005-08-18 | Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be | Daniel Stenberg | |
fixed after 7.14.1 | |||
2005-08-08 | mention two other bugs we should fix before release | Daniel Stenberg | |
2005-07-30 | Moved items from TODO-RELEASE to TODO since they're not really bound to happen | Daniel Stenberg | |
in any specific release. | |||
2005-05-04 | towards 7.14.0 - really | Daniel Stenberg | |
2005-04-12 | next release will be version 7.14.0 thanks to the added GnuTLS support | Daniel Stenberg | |
2005-03-31 | the cookie API is better and more likely to happen in a separate release | Daniel Stenberg | |
2005-03-29 | postpone these | Daniel Stenberg | |
2005-03-14 | two issues fixed | Daniel Stenberg | |
2005-03-04 | stand clear for release time | Daniel Stenberg | |
2005-02-09 | David Byron fixed his SSL problems, initially mentioned here: | Daniel Stenberg | |
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59. | |||
2005-02-09 | issue #54 done | Daniel Stenberg | |
2005-02-01 | 7.13 coming up | Daniel Stenberg | |
2005-01-30 | Let's add a cookie interface in 7.14 | Daniel Stenberg | |
2005-01-22 | added a few items I plan to do | Daniel Stenberg | |
2004-12-25 | issue 54 - this takes sweat | Daniel Stenberg | |
2004-12-22 | issue 47 in next release? | Daniel Stenberg | |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg | |
2004-11-24 | decided to skip the MSVC makefile fixes, nobody seems to really want them | Daniel Stenberg | |
and they are rather excessive | |||
2004-11-23 | cut out release with no issue to fix | Daniel Stenberg | |
2004-11-22 | issue 52 is fixed, I work on 51 | Daniel Stenberg | |
2004-11-21 | The FD_SETSIZE issue is already sorted, at least internally. We still need | Daniel Stenberg | |
to provide a better multi-API to allow apps to avoid select(). | |||
2004-11-11 | added some details on what to come | Daniel Stenberg | |
2004-10-19 | CURLINFO_NUM_CONNECTS and more | Daniel Stenberg | |