1. 24 Oct, 2014 13 commits
  2. 23 Oct, 2014 7 commits
  3. 21 Oct, 2014 8 commits
  4. 20 Oct, 2014 4 commits
    • Kamil Dudka's avatar
      nss: reset SSL handshake state machine · 0aecdf68
      Kamil Dudka authored
      ... when the handshake succeeds
      
      This fixes a connection failure when FTPS handle is reused.
      0aecdf68
    • Peter Wu's avatar
      cmake: generate pkg-config and curl-config · 8ed66f98
      Peter Wu authored
      
      
      Initial work to generate a pkg-config and curl-config script. Static
      linking (`curl-config --static-libs` and `pkg-config --shared --libs
      libcurl`) is broken and therefore disabled.
      
      CONFIGURE_OPTIONS does not make sense for CMake, use an empty string
      for now.
      
      At least `curl-config --features` and `curl-config --protocols` work
      which is needed by runtests.pl.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      8ed66f98
    • Peter Wu's avatar
      cmake: use LIBCURL_VERSION from curlver.h · 8478b403
      Peter Wu authored
      
      
      This matches the behavior from autotools. The auxiliary major, minor
      and patch components are not needed anymore and therefore removed.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      8478b403
    • Peter Wu's avatar
      cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS · 2a2bb78c
      Peter Wu authored
      
      
      For compatibility with autoconf, it will be used later for curl-config
      and pkg-config. Not all features and or protocols can be enabled as
      these are missing additional checks (see new TODOs).
      
      SUPPORT_PROTOCOLS is partially scripted (grep for SUPPORT_PROTOCOLS=)
      and manually verified/modified. SUPPORT_FEATURES is manually added.
      
      Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
      2a2bb78c
  5. 17 Oct, 2014 1 commit
  6. 16 Oct, 2014 5 commits
  7. 15 Oct, 2014 2 commits