aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
AgeCommit message (Collapse)Author
2004-11-11added some details on what to comeDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-16today's changesDaniel Stenberg
2004-10-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-14let's fix this tooDaniel Stenberg
2004-10-12one item fixed, one added for 7.12.2 and two more for 7.12.3Daniel Stenberg
2004-10-04closing in on releaseDaniel Stenberg
2004-10-01- Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg
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.
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
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.
2004-09-3048 - Harshal Pradhan's isspace() fix for 8bit cookie contentDaniel Stenberg
2004-09-30issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layerDaniel Stenberg
2004-09-30fix the multi.h tooDaniel Stenberg
2004-09-30added issue 45 "Chris' suspected race condition in the windows threadedDaniel Stenberg
resolver"
2004-09-30added five things I want fixed before the next releaseDaniel Stenberg
2004-08-30removed issue 36 from this list, we don't know how to do it and no one hasDaniel Stenberg
stepped forward to help us. Let's postpone that fix.
2004-08-09adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOWDaniel Stenberg
2004-06-29multi interface connect fixDaniel Stenberg
2004-06-22Gisle Vanem improved the certificate wildcard checksDaniel Stenberg
2004-06-21recent eventsDaniel Stenberg
2004-06-18two issues to remember to fix before next releaseDaniel Stenberg
2004-06-08time schedule for this yearDaniel Stenberg
2004-06-043rd party transfers are in CVS nowDaniel Stenberg
2004-05-26the CONNECT issue seems fixed too nowDaniel Stenberg
2004-05-26curllib.dsp works in the latest snapshotsDaniel Stenberg
2004-05-26updated with recent stuffDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-04Gisle made item 38, now there's only one low-prio task left...Daniel Stenberg
2004-04-3025 and 37 are now done, only two low-prio tasks left for the 7.12 releaseDaniel Stenberg
2004-04-26some fixed, one removed, edited some. 7.12.0 in progress.Daniel Stenberg
2004-04-21Gisle's itemsDaniel Stenberg
2004-04-21test case 160 "should work" nowDaniel Stenberg
2004-04-16adding issue 36 to be fixed before releaseDaniel Stenberg
2004-04-15issue 31 - fix windows multi interface is now correctedDaniel Stenberg
2004-04-13move issue 35 (hostip.c cleanup) forward, I don't feel like doing that nowDaniel Stenberg
2004-04-06mention getting windows builds to work after rearrangementsDaniel Stenberg
2004-04-06Moved long-standing issues over from TODO-RELEASE to the more long-term TODODaniel Stenberg
file.
2004-04-06the memory leak on windows have been addressedDaniel Stenberg
2004-04-06two issues to fix before 7.11.2, one issue to fix befor 7.12.0Daniel Stenberg
2004-03-31issue 30, digest re-negotiate works now!Daniel Stenberg
2004-03-29issue 24 is fixed by making sure the time fields use a static widthDaniel Stenberg
2004-03-22vms fixes committedDaniel Stenberg
2004-03-22Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg
2004-03-22issue 27 fixed, moved libcurl version defines to its own header fileDaniel Stenberg
2004-03-19starting a new cycleDaniel Stenberg
2004-03-18Mitz Wark's reported Digest re-negotiate problem is issue 30.Daniel Stenberg
2004-03-16issue 29 has a bug report mentioning detailsDaniel Stenberg
2004-03-15provide URLs to two patches mentionedDaniel Stenberg
2004-03-15NTLM fixDaniel Stenberg
2004-03-11Optimize the way libcurl uses CWDDaniel Stenberg
2004-03-11added that header fiddling the msvc users will enjoyDaniel Stenberg