summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* Jeff Pohlmeyer has been working with the hiperfifo.c example source code,Daniel Stenberg2006-10-121-4/+2
| | | | | | | | | | | | 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.
* Bogdan Nicula's hanging test case was converted to test case 533 and the testDaniel Stenberg2006-10-061-2/+0
| | | | now runs fine.
* planned stuff to do before releaseDaniel Stenberg2006-10-051-2/+7
|
* 7.15.5 is planned for August 2006Daniel Stenberg2006-07-081-1/+1
|
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-2/+1
| | | | transfers. They are done on non-windows systems and translate CRLF to LF.
* 65 - curl_multi_socket() added but not extensively tested nor particularlyDaniel Stenberg2006-04-101-2/+4
| | | | documented or pushed for.
* the last planned fix is doneDaniel Stenberg2006-02-231-2/+0
|
* Shmulik Regev provided a fix for the DNS cache when using short life times,Daniel Stenberg2006-02-161-2/+0
| | | | | as previously it could be holding on to old cached entries longer than requested.
* two items before releaseDaniel Stenberg2006-02-161-3/+4
|
* 7.15.0 in november?Daniel Stenberg2005-10-111-7/+2
|
* The big POST to HTTPS is probably not a bug.Daniel Stenberg2005-08-191-2/+3
| | | | The CONNECT problem is now bug #25 planned to get fixed in next release.
* Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg2005-08-181-2/+0
| | | | fixed after 7.14.1
* mention two other bugs we should fix before releaseDaniel Stenberg2005-08-081-1/+6
|
* Moved items from TODO-RELEASE to TODO since they're not really bound to happenDaniel Stenberg2005-07-301-35/+3
| | | | in any specific release.
* towards 7.14.0 - reallyDaniel Stenberg2005-05-041-0/+5
|
* next release will be version 7.14.0 thanks to the added GnuTLS supportDaniel Stenberg2005-04-121-3/+3
|
* the cookie API is better and more likely to happen in a separate releaseDaniel Stenberg2005-03-311-0/+3
|
* postpone theseDaniel Stenberg2005-03-291-1/+1
|
* two issues fixedDaniel Stenberg2005-03-141-4/+2
|
* stand clear for release timecurl-7_13_1Daniel Stenberg2005-03-041-1/+5
|
* David Byron fixed his SSL problems, initially mentioned here:Daniel Stenberg2005-02-091-3/+0
| | | | | | | 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.
* issue #54 doneDaniel Stenberg2005-02-091-3/+0
|
* 7.13 coming upcurl-7_13_0Daniel Stenberg2005-02-011-3/+5
|
* Let's add a cookie interface in 7.14Daniel Stenberg2005-01-301-0/+5
|
* added a few items I plan to doDaniel Stenberg2005-01-221-4/+19
|
* issue 54 - this takes sweatDaniel Stenberg2004-12-251-1/+7
|
* issue 47 in next release?Daniel Stenberg2004-12-221-1/+1
|
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-4/+0
|
* decided to skip the MSVC makefile fixes, nobody seems to really want themDaniel Stenberg2004-11-241-3/+0
| | | | and they are rather excessive
* cut out release with no issue to fixDaniel Stenberg2004-11-231-2/+0
|
* issue 52 is fixed, I work on 51Daniel Stenberg2004-11-221-4/+2
|
* The FD_SETSIZE issue is already sorted, at least internally. We still needDaniel Stenberg2004-11-211-3/+0
| | | | to provide a better multi-API to allow apps to avoid select().
* added some details on what to comeDaniel Stenberg2004-11-111-0/+13
|
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-3/+1
|
* today's changesDaniel Stenberg2004-10-161-5/+0
|
* Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg2004-10-141-2/+0
| | | | | and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
* let's fix this tooDaniel Stenberg2004-10-141-0/+2
|
* one item fixed, one added for 7.12.2 and two more for 7.12.3Daniel Stenberg2004-10-121-1/+5
|
* closing in on releaseDaniel Stenberg2004-10-041-13/+3
|
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-011-1/+1
| | | | | | | | | | | formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-2/+2
| | | | | | app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this.
* 48 - Harshal Pradhan's isspace() fix for 8bit cookie contentDaniel Stenberg2004-09-301-0/+2
|
* issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layerDaniel Stenberg2004-09-301-1/+1
|
* fix the multi.h tooDaniel Stenberg2004-09-301-0/+2
|
* added issue 45 "Chris' suspected race condition in the windows threadedDaniel Stenberg2004-09-301-0/+2
| | | | resolver"
* added five things I want fixed before the next releaseDaniel Stenberg2004-09-301-1/+11
|
* removed issue 36 from this list, we don't know how to do it and no one hasDaniel Stenberg2004-08-301-3/+0
| | | | stepped forward to help us. Let's postpone that fix.
* adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOWDaniel Stenberg2004-08-091-6/+3
|
* multi interface connect fixDaniel Stenberg2004-06-291-7/+2
|
* Gisle Vanem improved the certificate wildcard checksDaniel Stenberg2004-06-221-4/+0
|