summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* recent eventsDaniel Stenberg2004-06-211-2/+2
|
* two issues to remember to fix before next releaseDaniel Stenberg2004-06-181-1/+8
|
* time schedule for this yearDaniel Stenberg2004-06-081-2/+6
|
* 3rd party transfers are in CVS nowDaniel Stenberg2004-06-041-3/+0
|
* the CONNECT issue seems fixed too nowDaniel Stenberg2004-05-261-1/+0
|
* curllib.dsp works in the latest snapshotsDaniel Stenberg2004-05-261-2/+0
|
* updated with recent stuffDaniel Stenberg2004-05-261-0/+9
|
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-3/+0
| | | | memory.h is included everywhere for this.
* Gisle made item 38, now there's only one low-prio task left...Daniel Stenberg2004-05-041-5/+0
|
* 25 and 37 are now done, only two low-prio tasks left for the 7.12 releaseDaniel Stenberg2004-04-301-8/+2
|
* some fixed, one removed, edited some. 7.12.0 in progress.Daniel Stenberg2004-04-261-21/+5
|
* Gisle's itemsDaniel Stenberg2004-04-211-1/+13
|
* test case 160 "should work" nowDaniel Stenberg2004-04-211-14/+1
|
* adding issue 36 to be fixed before releaseDaniel Stenberg2004-04-161-0/+14
|
* issue 31 - fix windows multi interface is now correctedDaniel Stenberg2004-04-151-7/+3
|
* move issue 35 (hostip.c cleanup) forward, I don't feel like doing that nowDaniel Stenberg2004-04-131-6/+4
|
* mention getting windows builds to work after rearrangementsDaniel Stenberg2004-04-061-0/+2
|
* Moved long-standing issues over from TODO-RELEASE to the more long-term TODODaniel Stenberg2004-04-061-19/+11
| | | | file.