1. 26 Oct, 2014 1 commit
  2. 25 Oct, 2014 6 commits
  3. 24 Oct, 2014 16 commits
  4. 23 Oct, 2014 7 commits
  5. 21 Oct, 2014 8 commits
  6. 20 Oct, 2014 2 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