summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 #4898 from pks-t/pks/config-parent-is-fileEdward Thomson2018-11-282-1/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | config: fix adding files if their parent directory is a filePatrick Steinhardt2018-11-282-1/+21
| |/ / /
* | | | 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
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | symlink tests: test symbolic links on windowsethomson/win_symlinksEdward Thomson2018-10-204-66/+151
| * | | | | repo::init tests: refactor global config path overrideEdward Thomson2018-10-201-9/+14
| * | | | | 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
| * | | | | tests: provide symlink support helper functionEdward Thomson2018-10-204-30/+17
| * | | | | checkout tests: ensure readlink succeedsEdward Thomson2018-10-201-1/+3
| * | | | | repo tests: ensure core.symlinks is set correctlyEdward Thomson2018-10-201-0/+13
| * | | | | win32: add symbolic link supportEdward Thomson2018-10-201-5/+17
| * | | | | checkout tests: test symlinks based on support, not platformEdward Thomson2018-10-203-72/+121
| * | | | | checkout tests: don't use GetFinalPathNameByHandleEdward Thomson2018-10-201-24/+0
| * | | | | win32: use GetFinalPathNameByHandle directlyEdward Thomson2018-10-201-31/+1
| * | | | | cmake: increase WIN32_WINNT to VistaEdward Thomson2018-10-201-1/+1
* | | | | | Merge pull request #4886 from pks-t/pks/strntol-truncate-leading-signEdward Thomson2018-11-143-22/+18
|\ \ \ \ \ \
| * | | | | | patch_parse: remove unused function `parse_number`Patrick Steinhardt2018-11-141-20/+0