Skip to content
  1. Dec 05, 2011
    • Daniel Stenberg's avatar
      c-ares: return proxy failure for all proxy types · 0cf05af7
      Daniel Stenberg authored
      When making a distinction which return code to return, the code previously
      only regarded HTTP proxies to be proxies and thus return host-related errors
      for failures on other proxy types than HTTP. Now all proxy types will be
      considered proxies...
      0cf05af7
    • Daniel Stenberg's avatar
      FTP: close callback fix · d5b5f64b
      Daniel Stenberg authored
      Keep track of which sockets that are the result of accept() calls and
      refuse to call the closesocket callback for those sockets. Test case 596
      now verifies that the open socket callback is called the same number of
      times as the closed socket callback for active FTP connections.
      
      Bug: http://curl.haxx.se/mail/lib-2011-12/0018.html
      Reported by: Gokhan Sengun
      d5b5f64b
    • Daniel Stenberg's avatar
      FTP: call opensocket callback properly · 088ba97a
      Daniel Stenberg authored
      When the new socket is created for an active connection, it is now done
      using the open socket callback.
      
      Test case 596 was modified to run fine, although it hides the fact that
      the close callback is still called too many times, as it also gets
      called for closing sockets that were created with accept().
      088ba97a
    • Daniel Stenberg's avatar
      Curl_socket: internal replacement for socket() · 9109cdec
      Daniel Stenberg authored
      Moved out into a separate function to work as a "generic" socket()
      replacement.
      9109cdec
  2. Dec 04, 2011
  3. Dec 02, 2011
  4. Dec 01, 2011
  5. Nov 30, 2011
  6. Nov 29, 2011
  7. Nov 28, 2011
  8. Nov 27, 2011
  9. Nov 25, 2011
  10. Nov 24, 2011
  11. Nov 23, 2011
  12. Nov 21, 2011
  13. Nov 20, 2011
  14. Nov 19, 2011