1. 12 Feb, 2023 1 commit
  2. 25 Nov, 2022 1 commit
  3. 04 Nov, 2022 1 commit
  4. 02 Nov, 2022 1 commit
  5. 20 Oct, 2022 1 commit
    • http: Update httpclient options when reusing an existing connection. · f8683b7a
      Httpclient internally stores a copy of the certificate_check callback and
      payload. When connecting via HTTPS, and if the server sends back
      "Connection: close" after the first request, the following request would
      attempt to re-use the httpclient and call the (now outdated) callback. In
      particular for pygit2 this is a problem, since callbacks / payloads are only
      valid for the duration of a libgit2 call, leading to a ffi.from_handle()
      error and crashing the Python interpreter.
      Sebastian Lackner committed
  6. 22 Jul, 2022 1 commit
  7. 14 Jul, 2022 1 commit
  8. 20 Jun, 2022 1 commit
  9. 15 Jun, 2022 1 commit
  10. 11 Jun, 2022 1 commit
  11. 16 Apr, 2022 1 commit
  12. 27 Feb, 2022 1 commit
  13. 23 Feb, 2022 1 commit