1. 28 Apr, 2011 3 commits
    • Zmey Petroff's avatar
      CMake: improve library search, implement install. · 2cbe885c
      Zmey Petroff authored
      Improved library search by check_function_exists_concat() macro:
      it does not revert the list of libraries any more.
      
      Improved OpenSSL library search: first find zlib, then search for
      openssl libraries that may depend on zlib.
      
      For Unix: openssl libraries can now be detected in nonstandard
      locations. Supply CMAKE_LIBRARY_PATH to CMake on command line.
      
      Added installation capability (very basic one yet).
      2cbe885c
    • Daniel Stenberg's avatar
      multi-socks: fix connect to proxy · 4a42e5cd
      Daniel Stenberg authored
      When connecting to a socks or similar proxy we do the proxy handshake at
      once when we know the TCP connect is completed and we only consider the
      "connection" complete after the proxy handshake. This fixes test 564
      which is now no longer considered disabled.
      
      Reported by: Dmitri Shubin
      Bug: http://curl.haxx.se/mail/lib-2011-04/0127.html
      4a42e5cd
    • Daniel Stenberg's avatar
      cleanup: remove old unused debug code · 53ef3493
      Daniel Stenberg authored
      53ef3493
  2. 27 Apr, 2011 13 commits
  3. 26 Apr, 2011 3 commits
  4. 25 Apr, 2011 4 commits
  5. 24 Apr, 2011 1 commit
  6. 22 Apr, 2011 4 commits
  7. 21 Apr, 2011 8 commits
  8. 20 Apr, 2011 4 commits