1. 04 Oct, 2017 3 commits
  2. 03 Oct, 2017 5 commits
  3. 02 Oct, 2017 3 commits
  4. 01 Oct, 2017 3 commits
  5. 30 Sep, 2017 3 commits
    • Daniel Stenberg's avatar
      cookie: fix memory leak if path was set twice in header · 8392a0cf
      Daniel Stenberg authored
      ... this will let the second occurance override the first.
      
      Added test 1161 to verify.
      
      Reported-by: Max Dymond
      Fixes #1932
      Closes #1933
      8392a0cf
    • Dan Fandrich's avatar
      test650: Use variable replacement to set the host address and port · cecffff5
      Dan Fandrich authored
      Otherwise, the test fails when the -b test option is used to set a
      different test port range.
      cecffff5
    • Dan Fandrich's avatar
      Set and use more necessary options when some protocols are disabled · df7839b6
      Dan Fandrich authored
      When curl and libcurl are built with some protocols disabled, they stop
      setting and receiving some options that don't make sense with those
      protocols.  In particular, when HTTP is disabled many options aren't set
      that are used only by HTTP.  However, some options that appear to be
      HTTP-only are actually used by other protocols as well (some despite
      having HTTP in the name) and should be set, but weren't. This change now
      causes some of these options to be set and used for more (or for all)
      protocols. In particular, this fixes tests 646 through 649 in an
      HTTP-disabled build, which use the MIME API in the mail protocols.
      df7839b6
  6. 29 Sep, 2017 3 commits
  7. 28 Sep, 2017 4 commits
  8. 27 Sep, 2017 1 commit
    • Daniel Stenberg's avatar
      curl.h: include <sys/select.h> on cygwin too · 6aa86c49
      Daniel Stenberg authored
      When building with -std=c++14 on cygwin, this header won't be
      automatically included as it otherwise is.
      
      The <sys/select.h> include decision should ideally be reversed and be
      avoided where that header file doesn't exist.
      
      Reported-by: Ian Fette
      Fixes #1925
      6aa86c49
  9. 25 Sep, 2017 1 commit
  10. 24 Sep, 2017 1 commit
  11. 23 Sep, 2017 4 commits
  12. 22 Sep, 2017 7 commits
  13. 21 Sep, 2017 2 commits