Commit Graph

103 Commits (67a83c1b3465c44b249eaa44fdc492952e59b31f)

Author SHA1 Message Date
Daniel Stenberg 20f1966c0e 7.15.0 in november? 18 years ago
Daniel Stenberg d5baaf7756 The big POST to HTTPS is probably not a bug.
The CONNECT problem is now bug #25 planned to get fixed in next release.
18 years ago
Daniel Stenberg 34cadb1e54 Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be
fixed after 7.14.1
18 years ago
Daniel Stenberg 4f8a49143d mention two other bugs we should fix before release 18 years ago
Daniel Stenberg 57007e80a9 Moved items from TODO-RELEASE to TODO since they're not really bound to happen
in any specific release.
18 years ago
Daniel Stenberg 0cc8b57d4f towards 7.14.0 - really 18 years ago
Daniel Stenberg e01e364c37 next release will be version 7.14.0 thanks to the added GnuTLS support 18 years ago
Daniel Stenberg d8e7f2b2c7 the cookie API is better and more likely to happen in a separate release 18 years ago
Daniel Stenberg c4f34c60a5 postpone these 18 years ago
Daniel Stenberg d2b4dedbe4 two issues fixed 18 years ago
Daniel Stenberg 874fc8228a stand clear for release time 19 years ago
Daniel Stenberg 74068a6d1b David Byron fixed his SSL problems, initially mentioned here:
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.
19 years ago
Daniel Stenberg e649a40f5d issue #54 done 19 years ago
Daniel Stenberg 4a9e12542d 7.13 coming up 19 years ago
Daniel Stenberg ed3176dd6b Let's add a cookie interface in 7.14 19 years ago
Daniel Stenberg 51da8552c3 added a few items I plan to do 19 years ago
Daniel Stenberg 35ba5c826d issue 54 - this takes sweat 19 years ago
Daniel Stenberg 4b3fb5a01c issue 47 in next release? 19 years ago
Daniel Stenberg 3e1caa6185 HTTP "auth done right". See lib/README.httpauth 19 years ago
Daniel Stenberg 50eafb7668 decided to skip the MSVC makefile fixes, nobody seems to really want them
and they are rather excessive
19 years ago
Daniel Stenberg de3f22b288 cut out release with no issue to fix 19 years ago
Daniel Stenberg b4c7876e4b issue 52 is fixed, I work on 51 19 years ago
Daniel Stenberg 5ec4501b9d The FD_SETSIZE issue is already sorted, at least internally. We still need
to provide a better multi-API to allow apps to avoid select().
19 years ago
Daniel Stenberg f68950db67 added some details on what to come 19 years ago
Daniel Stenberg f4bef25b5e CURLINFO_NUM_CONNECTS and more 19 years ago
Daniel Stenberg 2baf22e184 today's changes 19 years ago
Daniel Stenberg e8f85cba0f Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user name
and password fields properly in URLs, like
ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
19 years ago
Daniel Stenberg 12815d7cd6 let's fix this too 19 years ago
Daniel Stenberg d30cf22c12 one item fixed, one added for 7.12.2 and two more for 7.12.3 19 years ago
Daniel Stenberg 6eb58549a9 closing in on release 19 years ago
Daniel Stenberg 8e87223195 - Based on Fedor Karpelevitch's formpost path basename patch, file parts in
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.
19 years ago
Daniel Stenberg be1cece69b - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows an
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.
19 years ago
Daniel Stenberg c2043a7f94 48 - Harshal Pradhan's isspace() fix for 8bit cookie content 19 years ago
Daniel Stenberg e752588e8d issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layer 19 years ago
Daniel Stenberg 8f30dbd4f0 fix the multi.h too 19 years ago
Daniel Stenberg 29eb80dbd1 added issue 45 "Chris' suspected race condition in the windows threaded
resolver"
19 years ago
Daniel Stenberg 6cf6f9a21e added five things I want fixed before the next release 19 years ago
Daniel Stenberg 5eb3102cd1 removed issue 36 from this list, we don't know how to do it and no one has
stepped forward to help us. Let's postpone that fix.
19 years ago
Daniel Stenberg c50ced6cc2 adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOW 19 years ago
Daniel Stenberg 03f8ec89db multi interface connect fix 19 years ago
Daniel Stenberg 0051d5ac88 Gisle Vanem improved the certificate wildcard checks 19 years ago
Daniel Stenberg f8188ddfee recent events 19 years ago
Daniel Stenberg c68a6805b3 two issues to remember to fix before next release 19 years ago
Daniel Stenberg 59695c05b1 time schedule for this year 19 years ago
Daniel Stenberg 8383945acc 3rd party transfers are in CVS now 19 years ago
Daniel Stenberg 46cdc83b81 the CONNECT issue seems fixed too now 19 years ago
Daniel Stenberg 17a5b44205 curllib.dsp works in the latest snapshots 19 years ago
Daniel Stenberg f5a0c17322 updated with recent stuff 19 years ago
Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
19 years ago
Daniel Stenberg c63af5fc01 Gisle made item 38, now there's only one low-prio task left... 19 years ago