1. 29 May, 2015 1 commit
    • git__tolower: a tolower() that isn't dumb · 75a4636f
      Some brain damaged tolower() implementations appear to want to
      take the locale into account, and this may require taking some
      insanely aggressive lock on the locale and slowing down what should
      be the most trivial of trivial calls for people who just want to
      downcase ASCII.
      Edward Thomson committed
  2. 10 Dec, 2014 2 commits
  3. 02 Nov, 2014 1 commit
  4. 24 Sep, 2014 1 commit
  5. 16 Sep, 2014 2 commits
    • net: remove support for outright ignoring certificates · 41698f22
      This option make it easy to ignore anything about the server we're
      connecting to, which is bad security practice. This was necessary as we
      didn't use to expose detailed information about the certificate, but now
      that we do, we should get rid of this.
      
      If the user wants to ignore everything, they can still provide a
      callback which ignores all the information passed.
      Carlos Martín Nieto committed
    • Provide a callback for certificate validation · 9b940586
      If the certificate validation fails (or always in the case of ssh),
      let the user decide whether to allow the connection.
      
      The data structure passed to the user is the native certificate
      information from the underlying implementation, namely OpenSSL or
      WinHTTP.
      Carlos Martín Nieto committed
  6. 06 Jul, 2014 1 commit
  7. 03 Jul, 2014 1 commit
  8. 12 Jun, 2014 2 commits
  9. 11 Jun, 2014 2 commits
  10. 13 May, 2014 1 commit
  11. 26 Apr, 2014 3 commits
  12. 18 Nov, 2013 1 commit
  13. 13 Nov, 2013 1 commit
  14. 12 Nov, 2013 1 commit
  15. 05 Nov, 2013 3 commits
  16. 04 Nov, 2013 2 commits
  17. 02 Nov, 2013 1 commit
  18. 01 Nov, 2013 1 commit
  19. 31 Oct, 2013 2 commits
  20. 02 Oct, 2013 1 commit
  21. 26 Sep, 2013 3 commits
  22. 24 Sep, 2013 2 commits
  23. 24 Aug, 2013 1 commit
  24. 01 Feb, 2013 4 commits