summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http: reset replay_count upon connectionethomson/proxyEdward Thomson2018-11-281-0/+1
* stream registration: take an enum typeEdward Thomson2018-11-286-27/+83
* http: don't allow SSL connections to a proxyEdward Thomson2018-11-281-1/+9
* http: only load proxy configuration during connectionEdward Thomson2018-11-281-2/+4
* stream: provide generic registration APIEdward Thomson2018-11-288-84/+262
* http: disallow repeated headers from serversEdward Thomson2018-11-281-9/+18
* CMake: disable deprecated documentation syncEdward Thomson2018-11-281-0/+1
* tests: optionally ignore https cert validationEdward Thomson2018-11-281-0/+18
* http: remove cURLEdward Thomson2018-11-2810-467/+2
* streams: remove unused tls functionsEdward Thomson2018-11-285-42/+12
* http: use CONNECT to talk to proxiesEdward Thomson2018-11-281-13/+224
* tls: introduce a wrap functionEdward Thomson2018-11-2812-96/+351
* proxy tests: rename credential callbackEdward Thomson2018-11-281-2/+2
* proxy tests: support self-signed proxy certEdward Thomson2018-11-281-0/+30
* http transport: reset error message on cert failureEdward Thomson2018-11-281-11/+11
* http transport: support cert check for proxiesEdward Thomson2018-11-281-39/+70
* http transport: provide proxy credentialsEdward Thomson2018-11-284-8/+19
* http transport: refactor storageEdward Thomson2018-11-281-120/+133
* http transport: cap number of authentication replaysEdward Thomson2018-11-283-9/+10
* http transport: prompt for proxy credentialsEdward Thomson2018-11-281-19/+37
* http transport: further refactor credential handlingEdward Thomson2018-11-281-17/+32
* http transport: refactor credential handlingEdward Thomson2018-11-281-47/+58
* http transport: use HTTP proxies when requestedEdward Thomson2018-11-281-33/+80
* http: rename http subtransport's `io` to `gitserver_stream`Edward Thomson2018-11-281-29/+38
* tests: support optional PROXY_SCHEMEEdward Thomson2018-11-281-3/+12
* tests: PROXY_URL is more accurately PROXY_HOSTEdward Thomson2018-11-283-12/+12
* http: rename `connection_data` -> `gitserver_data`Edward Thomson2018-11-281-20/+20
* proxy: propagate proxy configuration errorsEdward Thomson2018-11-281-1/+2
* Merge pull request #4879 from libgit2/ethomson/defer_cert_cred_cbPatrick Steinhardt2018-11-287-8/+35
|\
| * transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-215-6/+17
| * transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-152-2/+18
* | Merge pull request #4896 from csware/C4133Edward Thomson2018-11-251-2/+2
|\ \
| * | Fix warning C4133 incompatible types in MSVCSven Strickroth2018-11-251-2/+2
|/ /
* | Merge pull request #4884 from libgit2/ethomson/index_iteratorPatrick Steinhardt2018-11-215-3/+184
|\ \
| * | index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-145-3/+184
* | | Merge pull request #4894 from pks-t/pks/commit-author-oobEdward Thomson2018-11-211-1/+1
|\ \ \
| * | | commit: fix out-of-bound reads when parsing truncated author fieldsPatrick Steinhardt2018-11-211-1/+1
|/ / /
* | | Merge branch 'tiennou/fix/logallrefupdates-always'Edward Thomson2018-11-184-13/+52
|\ \ \
| * | | refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-184-13/+52
* | | | Merge pull request #4847 from noahp/noahp/null-arg-fixesEdward Thomson2018-11-182-2/+4
|\ \ \ \
| * | | | tests: address two null argument instancesNoah Pendleton2018-11-132-2/+4
* | | | | Merge pull request #4875 from tiennou/fix/openssl-errorsEdward Thomson2018-11-181-7/+7
|\ \ \ \ \
| * | | | | 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
* | | | | | Merge pull request #4892 from osener/patch-1Edward Thomson2018-11-181-1/+1
|\ \ \ \ \ \
| * | | | | | worktree: Expose git_worktree_add_init_optionsOzan Sener2018-11-181-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4882 from kc8apf/include_port_in_host_headerEdward Thomson2018-11-183-4/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | transport/http: Include non-default ports in Host headerRick Altherr2018-11-091-1/+5
| * | | | | netops: add method to return default http port for a connectionRick Altherr2018-11-092-3/+14
* | | | | | Merge pull request #4713 from libgit2/ethomson/win_symlinksEdward Thomson2018-11-159-198/+331
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |