1. 16 Aug, 2012 2 commits
    • 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 5 commits