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
2021-09-20global: Replace deprecated usage of `ioutil.WriteFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadFile()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.ReadAll()`Patrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-04lint: Fix linting issue on MacOSPavlo Strokov
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-26Add sendfile(2) support to streamcacheJacob Vosmaer
2021-08-25Remove redundant variableJacob Vosmaer
2021-07-16Use service.Dependencies to inject pack-objects cacheJacob Vosmaer
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-23golangci: Upgrade to v1.39.0Patrick Steinhardt
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-04-08Remove unnecessary abstraction in streamcache.pipeJacob Vosmaer
2021-04-08Remove duplicate streamcache.pipe struct fieldJacob Vosmaer
2021-04-07Fail pipe writes when readers leaveJacob Vosmaer
2021-04-06Close streamcache writer on all return pathsJacob Vosmaer
2021-04-06Use t.Cleanup in pipe_test.goJacob Vosmaer
2021-03-26Do not return error from streamcache.NewJacob Vosmaer
2021-03-11Naming: use "eviction" instead of "expiry"Jacob Vosmaer
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-05Implement abstract cache for PackObjectsHookJacob Vosmaer