Commit b28f3d43 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

item 19 is considered fixed until we get to hear differently

item 25 is now dealt with using the curlx_ prefix, mentioned in detail here:
http://curl.haxx.se/mail/lib-2004-02/0215.html
parent edd467a1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -18,22 +18,12 @@ To get fixed in 7.11.1 (planned release in March 2004)

14. Evaluate/apply Gertjan van Wingerde's SSL patches, UNASSIGNED

19. Resolve Giuseppe Attardi's "elusive cache bug" FIXED?

21. Send QUIT before closing an FTP connection. Joe Halpin works on this.

23. Peter Sylvester's "Most Significant Common Name" patch. Feedback welcome.
    At least the UTF8 conversion and comparison should be done. Patch?
    UNASSIGNED

25. Curl_strtoll() is not part of the libcurl API, yet 'curl' needs a function
    like this. We need to sort out how to deal with it. I really don't like
    adding non-transfer related functions to the API. Is there a downside with
    putting such files in a common dir for functions/code that can be used by
    both the lib and the client code? Other functions that could be treated
    the same way include the *printf and the string comparison functions etc.
    Daniel's task. Comments welcome!

26. Make it possible to share the ares channel with the share interface.
    UNASSIGNED