source-controller/pkg/git/libgit2/managed
Sunny a530c5dee2
libgit2/ssh: Embed connection fields in Subtransport
The connection type was created to group the connection related fields
and use mutex to prevent race conditions. Since that's no longer the
case, this puts back those fields in sshSmartSubtransport.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-06-21 17:55:21 +05:30
..
const.go libgit2: refactor max length values into constants 2022-04-07 19:10:50 +01:00
http.go libgit2: improve subtransport logging 2022-06-13 07:35:12 +01:00
http_test.go libgit2: improve subtransport logging 2022-06-13 07:35:12 +01:00
init.go libgit2: improve subtransport logging 2022-06-13 07:35:12 +01:00
options.go libgit2: enforce context timeout 2022-05-27 13:59:50 +01:00
options_test.go Remove dependency on libgit2 credentials callback 2022-05-27 14:01:23 +05:30
ssh.go libgit2/ssh: Embed connection fields in Subtransport 2022-06-21 17:55:21 +05:30
ssh_test.go libgit2: improve subtransport logging 2022-06-13 07:35:12 +01:00
transport.go libgit2: fix ssh host key verification regression 2022-06-08 13:59:32 +05:30
transport_test.go libgit2: fix ssh host key verification regression 2022-06-08 13:59:32 +05:30