1. 04 Sep, 2018 5 commits
  2. 03 Sep, 2018 4 commits
  3. 02 Sep, 2018 2 commits
  4. 01 Sep, 2018 2 commits
  5. 31 Aug, 2018 3 commits
    • Jay Satiro's avatar
      705cc899
    • Daniel Gustafsson's avatar
      cookies: support creation-time attribute for cookies · e2ef8d6f
      Daniel Gustafsson authored
      According to RFC6265 section 5.4, cookies with equal path lengths
      SHOULD be sorted by creation-time (earlier first). This adds a
      creation-time record to the cookie struct in order to make cookie
      sorting more deterministic. The creation-time is defined as the
      order of the cookies in the jar, the first cookie read fro the
      jar being the oldest. The creation-time is thus not serialized
      into the jar. Also remove the strcmp() matching in the sorting as
      there is no lexicographic ordering in RFC6265. Existing tests are
      updated to match.
      
      Closes #2524
      e2ef8d6f
    • Marcel Raad's avatar
      Don't use Windows path %PWD for SSH tests · b842fa31
      Marcel Raad authored
      All these tests failed on Windows because something like
      sftp://%HOSTIP:%SSHPORT%PWD/
      expanded to
      sftp://127.0.0.1:1234c/msys64/home/bla/curl
      and then curl complained about the port number ending with a letter.
      
      Use the original POSIX path instead of the Windows path created in
      checksystem to fix this.
      
      Closes https://github.com/curl/curl/pull/2920
      b842fa31
  6. 29 Aug, 2018 1 commit
  7. 27 Aug, 2018 4 commits
  8. 25 Aug, 2018 2 commits
  9. 24 Aug, 2018 6 commits
  10. 23 Aug, 2018 2 commits
  11. 22 Aug, 2018 3 commits
  12. 21 Aug, 2018 6 commits