summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* http: reset replay_count upon connectionethomson/proxyEdward Thomson2018-11-281-0/+1
* stream registration: take an enum typeEdward Thomson2018-11-284-20/+37
* 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-286-73/+163
* http: disallow repeated headers from serversEdward Thomson2018-11-281-9/+18
* http: remove cURLEdward Thomson2018-11-289-466/+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-2810-88/+297
* 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
* 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-284-5/+23
|\
| * transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-213-5/+13
| * transport: see if cert/cred callbacks exist before calling themEdward Thomson2018-11-151-0/+10
* | Fix warning C4133 incompatible types in MSVCSven Strickroth2018-11-251-2/+2
* | Merge pull request #4884 from libgit2/ethomson/index_iteratorPatrick Steinhardt2018-11-212-0/+51
|\ \
| * | index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-142-0/+51
* | | 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-183-13/+30
|\ \ \
| * | | refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-183-13/+30
* | | | Merge pull request #4847 from noahp/noahp/null-arg-fixesEdward Thomson2018-11-181-1/+2
|\ \ \ \
| * | | | tests: address two null argument instancesNoah Pendleton2018-11-131-1/+2
* | | | | 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 #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-153-53/+69
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | repository: load_config for non-repo configsEdward Thomson2018-10-201-6/+8
| * | | | | win32: emulate Git for Windows in symlink supportEdward Thomson2018-10-201-10/+42
| * | | | | win32: add symbolic link supportEdward Thomson2018-10-201-5/+17
| * | | | | win32: use GetFinalPathNameByHandle directlyEdward Thomson2018-10-201-31/+1
| * | | | | cmake: increase WIN32_WINNT to VistaEdward Thomson2018-10-201-1/+1
* | | | | | patch_parse: remove unused function `parse_number`Patrick Steinhardt2018-11-141-20/+0
* | | | | | strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2018-11-141-2/+8
* | | | | | Merge pull request #4883 from pks-t/pks/signature-tz-oobPatrick Steinhardt2018-11-131-1/+1
|\ \ \ \ \ \
| * | | | | | signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2018-11-091-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4667 from tiennou/feature/remote-create-apiPatrick Steinhardt2018-11-132-64/+113
|\ \ \ \ \ \