1. 23 Apr, 2014 3 commits
    • Daniel Stenberg's avatar
      handler: make 'protocol' always specified as a single bit · 710f14ed
      Daniel Stenberg authored
      This makes the findprotocol() function work as intended so that libcurl
      can properly be restricted to not support HTTP while still supporting
      HTTPS - since the HTTPS handler previously set both the HTTP and HTTPS
      bits in the protocol field.
      
      This fixes --proto and --proto-redir for most SSL protocols.
      
      This is done by adding a few new convenience defines that groups HTTP
      and HTTPS, FTP and FTPS etc that should then be used when the code wants
      to check for both protocols at once. PROTO_FAMILY_[protocol] style.
      
      Bug: https://github.com/bagder/curl/pull/97
      Reported-by: drizzt
      710f14ed
    • Steve Holme's avatar
      build: Added Visual Studio 2013 (VC12) project files · cf9342e2
      Steve Holme authored
      Carrying on from commit 11025613 added VC12 project files which are
      capable of supporting side-by-side compilation, 32-bit and 64-bit
      builds as well as support for some of the third-party libraries curl
      uses.
      cf9342e2
    • Dan Fandrich's avatar
      cyassl: Use error-ssl.h when available · 0204e17b
      Dan Fandrich authored
      Versions since at least 2.9.4 renamed error.h to error-ssl.h, so use
      whichever one is available.
      0204e17b
  2. 22 Apr, 2014 9 commits
  3. 21 Apr, 2014 3 commits
  4. 20 Apr, 2014 3 commits
  5. 19 Apr, 2014 7 commits
  6. 18 Apr, 2014 15 commits