1. 24 Aug, 2021 8 commits
  2. 23 Aug, 2021 3 commits
  3. 21 Aug, 2021 4 commits
  4. 18 Aug, 2021 2 commits
  5. 17 Aug, 2021 2 commits
  6. 16 Aug, 2021 4 commits
  7. 15 Aug, 2021 5 commits
  8. 14 Aug, 2021 2 commits
  9. 10 Aug, 2021 5 commits
  10. 09 Aug, 2021 3 commits
  11. 08 Aug, 2021 1 commit
  12. 05 Aug, 2021 1 commit
    • http: don't require a password · 28841241
      Attempt authentication when a username is presented but a password is
      not; this can happen in particular when users are doing token
      authentication and specifying the token in the URL itself.  For example,
      `https://token@host/` is a valid URI and should be treated as a username
      of `token` with an empty password.
      Edward Thomson committed