1. 20 Feb, 2019 4 commits
    • 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
    • Daniel Stenberg's avatar
      http2: verify :athority in push promise requests · aa5a28bd
      Daniel Stenberg authored
      RFC 7540 says we should verify that the push is for an "authoritative"
      server. We make sure of this by only allowing push with an :athority
      header that matches the host that was asked for in the URL.
      
      Fixes #3577
      Reported-by: Nicolas Grekas
      Bug: https://curl.haxx.se/mail/lib-2019-02/0057.html
      Closes #3581
      aa5a28bd
    • Daniel Stenberg's avatar
      singlesocket: fix the 'sincebefore' placement · afc00e04
      Daniel Stenberg authored
      The variable wasn't properly reset within the loop and thus could remain
      set for sockets that hadn't been set before and miss notifying the app.
      
      This is a follow-up to 4c35574b (shipped in curl 7.64.0)
      
      Reported-by: buzo-ffm on github
      Detected-by: Jan Alexander Steffens
      Fixes #3585
      Closes #3589
      afc00e04
  2. 19 Feb, 2019 6 commits
  3. 18 Feb, 2019 4 commits
  4. 16 Feb, 2019 4 commits
  5. 15 Feb, 2019 4 commits
  6. 14 Feb, 2019 18 commits