1. 27 Mar, 2019 1 commit
  2. 25 Mar, 2019 2 commits
  3. 22 Mar, 2019 1 commit
  4. 14 Mar, 2019 3 commits
  5. 12 Mar, 2019 1 commit
  6. 08 Mar, 2019 1 commit
  7. 07 Mar, 2019 1 commit
  8. 06 Mar, 2019 1 commit
  9. 05 Mar, 2019 1 commit
  10. 03 Mar, 2019 3 commits
  11. 01 Mar, 2019 5 commits
  12. 28 Feb, 2019 4 commits
  13. 27 Feb, 2019 1 commit
  14. 25 Feb, 2019 1 commit
  15. 23 Feb, 2019 1 commit
  16. 20 Feb, 2019 2 commits
    • 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
      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
  17. 19 Feb, 2019 2 commits
  18. 18 Feb, 2019 1 commit
  19. 16 Feb, 2019 1 commit
    • Daniel Gustafsson's avatar
      cookie: Add support for cookie prefixes · e6522522
      Daniel Gustafsson authored
      
      
      The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes
      and how they should affect cookie initialization, which has been
      adopted by the major browsers. This adds support for the two prefixes
      defined, __Host- and __Secure, and updates the testcase with the
      supplied examples from the draft.
      
      Closes #3554
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      e6522522
  20. 14 Feb, 2019 7 commits