summaryrefslogtreecommitdiff
path: root/src/stransport_stream.c
Commit message (Expand)AuthorAgeFilesLines
* stransport: do not use `git_stream_free` on uninitialized stransportPatrick Steinhardt2016-08-091-1/+3
* Merge pull request #3890 from pks-t/pks/stransport-static-linkageEdward Thomson2016-08-081-8/+8
|\
| * stransport: make internal functions staticPatrick Steinhardt2016-08-081-8/+8
* | SecureTransport: handle NULL trust on successcmn/copypeertrust-nullCarlos Martín Nieto2016-08-051-0/+3
|/
* Fix unused variable 'message' warningLucas Derraugh2016-05-051-0/+1
* stransport: pass proxy opts instead of char*Edward Thomson2016-04-211-2/+4
* git_cert: child types use proper base typeEdward Thomson2015-07-101-1/+1
* Fixed build failure if GIT_CURL is not definedPierre-Olivier Latour2015-06-261-1/+1
* SecureTransport: use the curl stream if availablecmn/curl-streamCarlos Martín Nieto2015-06-241-1/+17
* Fix in stransport_stream.c for usage of SecCopyErrorMessageString(), which is...Logan Collins2015-06-151-0/+5
* Fixed some Secure Transport issues on OS XPierre-Olivier Latour2015-06-111-20/+36
* SecureTransport: handle graceful closescmn/secure-transportCarlos Martín Nieto2015-04-231-2/+3
* SecureTransport: require TLS v1.xCarlos Martín Nieto2015-04-231-0/+2
* SecureTransport: allow overriding a bad certificateCarlos Martín Nieto2015-04-231-14/+41
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-0/+219