summaryrefslogtreecommitdiff
path: root/src/openssl_stream.c
Commit message (Expand)AuthorAgeFilesLines
* errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-201-0/+1
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Silence unused warnings when not using OpenSSLCarlos Martín Nieto2015-04-231-0/+4
* Include openssl headers lastAki Koskinen2015-03-021-4/+4
* Don't include headers on windows that aren't availableAki Koskinen2015-03-021-3/+6
* openssl: Add all required includes for AF_INET6 and in6_addr.Raphael Kubo da Costa2015-01-241-0/+3
* stream: constify the write bufferCarlos Martín Nieto2014-12-101-1/+1
* gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-101-1/+2
* Add an OpenSSL IO streamCarlos Martín Nieto2014-12-101-0/+374