1. 16 Aug, 2012 3 commits
    • Gokhan Sengun's avatar
      ftp: active conn, place calling sockopt callback at the end of function · 82b0aebe
      Gokhan Sengun authored
      Commit b91d29a28e170c16d65d956db79f2cd3a82372d2 introduces a bug and breaks Curl_closesocket function. sock_accepted flag for the second socket should be tagged as TRUE before the sockopt callback is called because in case the callback returns an error, Curl_closesocket function is going to call the - fclosesocket - callback for the accept()ed socket
      82b0aebe
    • Gokhan Sengun's avatar
      ftp: active conn, allow application to set sockopt after accept() call · 23ef5e4b
      Gokhan Sengun authored
      For active FTP connections, applications may need setting the sockopt after accept() call returns successful. This fix gives a call to the callback registered with CURL_SOCKOPTFUNCTION option. Also a new sock type - CURLSOCKTYPE_ACCEPT - is added. This type is to be passed to application callbacks with - purpose - parameter. Applications may use this parameter to distinguish between socket types.
      23ef5e4b
    • Daniel Stenberg's avatar
      configure: remove the --enable/disable-nonblocking options · 44154e07
      Daniel Stenberg authored
      Removing this option as it currently only functions to lure people into
      wrongly using it and falsely believing that libcurl will work fine
      without using nonblocking sockets internally - which leads to hard to
      track or understand errors.
      44154e07
  2. 14 Aug, 2012 1 commit
  3. 10 Aug, 2012 4 commits
  4. 09 Aug, 2012 2 commits
  5. 08 Aug, 2012 11 commits
  6. 07 Aug, 2012 15 commits
  7. 06 Aug, 2012 4 commits