Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-20Update go package name from v14 to v15John Cai
2021-10-05client: add sidechannel supportJacob Vosmaer
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-03-31inject a handshaker in client package's DialSami Hiltunen
2021-03-31remove DialWithMux from client packageSami Hiltunen
2021-03-31move internals of client into an internal packageSami Hiltunen
2021-03-30add DialWithMux to client packageSami Hiltunen
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt
2021-01-11grpc: Convert from `NewClientTLSFromCert` to `NewTLS`Patrick Steinhardt
2020-12-07Verify connections are properly configured with HealthCheckDialerPavlo Strokov
2020-12-07Introduction of FailOnNonTempDialError to omit indefinite dial attempts on ba...Pavlo Strokov
2020-09-08Pass correlation_id over to gitaly-sshPavlo Strokov
2020-06-10Allow more frequent keep-alive checking on serverJames Fargher
2020-04-16Extended error descriptionsPavlo Strokov
2020-03-25grpc: Replace `grpc.WithTimeout()` with contextsPatrick Steinhardt
2020-01-09Auto-format whitespace between importsJacob Vosmaer
2019-12-10Fix forking with custom CA in RPC CreateForkPaul Okstad
2019-11-21Replace depracated grpc.WithDialerMateusz Nowotynski
2019-11-19Fix client keep alive for all network typesPaul Okstad
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-10-16Lower gRPC server inactivity ping timeoutPaul Okstad
2019-05-31Typo FixesYoginth
2019-02-14Bring back a custom dialler for Gitaly RubyAndrew Newdigate
2019-01-14Reintroduce a specific dialler for unix socketsAndrew Newdigate
2018-12-05Fix TLS client code on macOSJacob Vosmaer
2018-12-04Add tls configuration to gitaly golang serverAhmad Hassan
2018-11-21Fix to reallow tcp URLsAndrew Newdigate
2018-11-16Upgrade grpc-go from v1.9.1 to v1.16.0 in preparation for correlation idsAndrew Newdigate
2017-10-27Upgrade GRPC to v1.7.1Andrew Newdigate
2017-06-27SSH Upload/ReceivePack Integration TestsKim "BKC" Carlbäcker