1. 30 Jul, 2014 5 commits
  2. 29 Jul, 2014 1 commit
    • Daniel Stenberg's avatar
      vtls: make the random function mandatory in the TLS backend · 8dfd2208
      Daniel Stenberg authored
      To force each backend implementation to really attempt to provide proper
      random. If a proper random function is missing, then we can explicitly
      make use of the default one we use when TLS support is missing.
      
      This commit makes sure it works for darwinssl, gnutls, nss and openssl.
      8dfd2208
  3. 28 Jul, 2014 3 commits
  4. 26 Jul, 2014 4 commits
  5. 25 Jul, 2014 3 commits
  6. 24 Jul, 2014 4 commits
  7. 23 Jul, 2014 6 commits
  8. 22 Jul, 2014 11 commits
  9. 19 Jul, 2014 1 commit
  10. 18 Jul, 2014 1 commit
  11. 17 Jul, 2014 1 commit
    • Steve Holme's avatar
      build: Removed unnecessary XML Documentation file directive from VC8 to VC12 · 12bf451c
      Steve Holme authored
      The curl tool project files for VC8 to VC12 would set this setting to
      $(IntDir) which is the Visual Studio default value. To avoid confusion
      when viewing settings from within Visual Studio and for consistency
      with the libcurl project files removed this setting.
      
      Conflicts:
      	projects/Windows/VC10/src/curlsrc.tmpl
      	projects/Windows/VC11/src/curlsrc.tmpl
      	projects/Windows/VC12/src/curlsrc.tmpl
      	projects/Windows/VC8/src/curlsrc.tmpl
      	projects/Windows/VC9/src/curlsrc.tmpl
      12bf451c