• Show log

    Commit

  • Hash : 66024c7c
    Author : Carlos Martín Nieto
    Date : 2012-05-01T00:05:25

    http: add https support when GnuTLS is available
    
    If it's not available, an error saying so will be returned when trying
    to use a https:// URL.
    
    This also unifies a lot of the network code to use git_transport in
    many places instead of an socket descriptor.