Skip to content
  1. Sep 14, 2018
  2. Sep 13, 2018
  3. Sep 12, 2018
  4. Sep 10, 2018
  5. Sep 09, 2018
  6. Sep 08, 2018
  7. Sep 07, 2018
    • Daniel Stenberg's avatar
      curl_easy_upkeep: removed 'conn' from the name · 17ca0ccf
      Daniel Stenberg authored
      ... including the associated option.
      
      Fixes #2951
      Closes #2952
      17ca0ccf
    • Max Dymond's avatar
      upkeep: add a connection upkeep API: curl_easy_conn_upkeep() · 7b655fcb
      Max Dymond authored
      Add functionality so that protocols can do custom keepalive on their
      connections, when an external API function is called.
      
      Add docs for the new options in 7.62.0
      
      Closes #1641
      7b655fcb
    • Philipp Waehnert's avatar
      configure: add option to disable automatic OpenSSL config loading · 6684653b
      Philipp Waehnert authored
      Sometimes it may be considered a security risk to load an external
      OpenSSL configuration automatically inside curl_global_init(). The
      configuration option --disable-ssl-auto-load-config disables this
      automatism. The Windows build scripts winbuild/Makefile.vs provide a
      corresponding option ENABLE_SSL_AUTO_LOAD_CONFIG accepting a boolean
      value.
      
      Setting neither of these options corresponds to the previous behavior
      loading the external OpenSSL configuration automatically.
      
      Fixes #2724
      Closes #2791
      6684653b
    • Daniel Stenberg's avatar
      doh: minor edits to please Coverity · c515294c
      Daniel Stenberg authored
      The gcc typecheck macros and coverity combined made it warn on the 2nd
      argument for ERROR_CHECK_SETOPT(). Here's minor rearrange to please it.
      
      Coverity CID 1439115 and CID 1439114.
      c515294c