source-controller/pkg/git/libgit2/managed
Paulo Gomes 3ab95a4bf0
libgit2: close discarded connections
Cached connections can be shared across concurrent
operations, and their disposal must take that into
account to avoid closing a connection that is stale for
one goroutine, but is still valid for another.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-04-07 18:37:40 +01:00
..
flag.go Add license headers 2022-03-16 16:22:21 +05:30
http.go libgit2: validate URL max length 2022-04-07 18:37:38 +01:00
init.go Improve managed transport observability 2022-03-25 19:08:54 +00:00
managed_test.go Cache SSH connections 2022-03-28 11:58:10 +01:00
options.go Enforce effective URL on error messages 2022-03-16 16:22:21 +05:30
ssh.go libgit2: close discarded connections 2022-04-07 18:37:40 +01:00
ssh_test.go Cache SSH connections 2022-03-28 11:58:10 +01:00