summaryrefslogtreecommitdiff
path: root/src/libgit2/transports
Commit message (Expand)AuthorAgeFilesLines
* ssh: give a realistic error messageEdward Thomson2023-02-091-2/+2
* ssh: support windows `known_hosts` filesEdward Thomson2023-02-091-8/+8
* Merge pull request #6435 from russell/capabilities-typoEdward Thomson2023-01-201-2/+2
|\
| * transport: fix capabilities calculationRussell Sim2022-11-251-2/+2
* | Merge commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-201-91/+326
|\ \ | |/ |/|
| * ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2022-11-041-53/+153
| * ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2022-11-021-87/+222
* | http: Update httpclient options when reusing an existing connection.Sebastian Lackner2022-10-203-7/+27
|/
* winhttp: handle long custom headersKevin Saul2022-07-221-4/+9
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-2/+3
* oid: give oids a typeEdward Thomson2022-06-201-2/+4
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-142-15/+15
* Apply suggestions from code reviewlhchavez2022-06-111-1/+1
* transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-0/+12
* http: skip processing when body is null or 0 lengthEdward Thomson2022-02-271-1/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-2221-0/+9986