Skip to content
  1. Mar 01, 2019
  2. Feb 28, 2019
  3. Feb 27, 2019
  4. Feb 26, 2019
  5. Feb 25, 2019
  6. Feb 24, 2019
    • Daniel Stenberg's avatar
      multi: call multi_done on connect timeouts · aa7b813a
      Daniel Stenberg authored
      Failing to do so would make the CURLINFO_TOTAL_TIME timeout to not get
      updated correctly and could end up getting reported to the application
      completely wrong (way too small).
      
      Reported-by: accountantM on github
      Fixes #3602
      Closes #3605
      aa7b813a
  7. Feb 23, 2019
  8. Feb 22, 2019
  9. Feb 21, 2019
  10. Feb 20, 2019
    • Daniel Stenberg's avatar
      TODO: Allow SAN names in HTTP/2 server push · 8bc5ceb2
      Daniel Stenberg authored
      Suggested-by: Nicolas Grekas
      8bc5ceb2
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced · 86cd0cfb
      Daniel Stenberg authored
      86cd0cfb
    • Daniel Stenberg's avatar
      curl: remove MANUAL from -M output · c543da9a
      Daniel Stenberg authored
      ... and remove it from the dist tarball. It has served its time, it
      barely gets updated anymore and "everything curl" is now convering all
      this document once tried to include, and does it more and better.
      
      In the compressed scenario, this removes ~15K data from the binary,
      which is 25% of the -M output.
      
      It remains in the git repo for now for as long as the web site builds a
      page using that as source. It renders poorly on the site (especially for
      mobile users) so its not even good there.
      
      Closes #3587
      c543da9a