summaryrefslogtreecommitdiff
path: root/src/streams
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style for pointerpunkymaniac2021-09-092-2/+2
* mbedTLS: Fix setting certificate directoryethomson/custom_cert_locationsZachary Michaels2021-08-292-11/+8
* openssl: lazily load libraries when dynamically loadingEdward Thomson2021-08-241-6/+53
* openssl: dynamically load on macOSEdward Thomson2021-08-241-0/+2
* openssl: dynamically load libssl and symbols (optionally)Edward Thomson2021-08-246-74/+787
* openssl: separate legacy apiEdward Thomson2021-08-243-188/+249
* openssl: don't fail when we can't customize allocatorsethomson/openssl_valgrindEdward Thomson2021-08-211-5/+10
* streams: use GIT_ASSERTEdward Thomson2020-11-276-18/+34
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-114-14/+8
* settings: localize global dataEdward Thomson2020-10-111-0/+1
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-1/+2
* tree-wide: add missing header includesPatrick Steinhardt2020-06-091-2/+3
* streams: openssl: fix memleak due to us not free'ing certsPatrick Steinhardt2020-05-151-6/+12
* Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-191-1/+1
|\
| * streams: openssl: ignore return value of `git_mutex_lock`Patrick Steinhardt2020-02-071-1/+1
* | streams: openssl: switch approach to silence Valgrind errorspks/valgrind-opensslPatrick Steinhardt2020-02-111-21/+53
|/
* valgrind: add valgrind hints in OpenSSLEdward Thomson2019-11-241-0/+16
* valgrind: add suppressions for undefined useEdward Thomson2019-11-241-0/+4
* errors: use lowercaseethomson/error_messagesEdward Thomson2019-06-231-2/+2
* mbedtls: fix potential size overflow when reading or writing dataethomson/stream-truncated-writesPatrick Steinhardt2019-01-311-2/+9
* mbedtls: make global variables staticPatrick Steinhardt2019-01-311-4/+2
* openssl: fix potential size overflow when writing dataPatrick Steinhardt2019-01-311-2/+1
* streams: handle short writes only in generic streamPatrick Steinhardt2019-01-312-20/+11
* streams: fix callers potentially only writing partial dataPatrick Steinhardt2019-01-311-2/+1
* streams: make file-local functions staticPatrick Steinhardt2019-01-313-19/+17
* streams: don't write more than SSIZE_MAXEdward Thomson2019-01-254-13/+13
* deprecation: don't use deprecated stream cbEdward Thomson2019-01-251-1/+3
* Don't use deprecated constantsSven Strickroth2019-01-241-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-226-74/+74
* Fix a bunch of warningslhchavez2019-01-051-1/+1
* stream registration: take an enum typeEdward Thomson2018-11-284-20/+37
* stream: provide generic registration APIEdward Thomson2018-11-285-71/+161
* http: remove cURLEdward Thomson2018-11-285-429/+2
* streams: remove unused tls functionsEdward Thomson2018-11-285-42/+12
* tls: introduce a wrap functionEdward Thomson2018-11-288-71/+259
* openssl: only say we're connected if the connection succeededEtienne Samson2018-11-011-2/+2
* openssl: set the error class to GITERR_SSLEtienne Samson2018-11-011-5/+5
* global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-181-1/+1
* stransport: fix a warning on iOSEtienne Samson2018-09-251-1/+1
* mbedtls: remove unused variable "cacert"Patrick Steinhardt2018-07-261-4/+0
* mbedtls: free stream on shutdownethomson/leaksEdward Thomson2018-07-201-0/+1
* mbedtls: make ciphers_list a static arrayEdward Thomson2018-07-201-10/+10
* mbedtls: free ciphers_listEdward Thomson2018-07-201-0/+2
* mbedtls: check allocationsEdward Thomson2018-07-201-1/+14
* mbedtls: fix `inline` being used in mbedtls headersPatrick Steinhardt2018-07-131-0/+11
* streams: report OpenSSL errors if global init failsPatrick Steinhardt2018-07-061-21/+16
* streams: openssl: Handle error in SSL_CTX_newNikita Leshenko2018-06-251-0/+4
* streams: openssl: add missing check on OPENSSL_LEGACY_APIQuentin Minster2018-05-301-1/+1
* streams: openssl: fix bogus warning on unused parameterPatrick Steinhardt2018-05-041-1/+2
* Merge pull request #4608 from pks-t/pks/openssl-api-cleanupCarlos Martín Nieto2018-04-302-121/+112
|\