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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17Properly handle io.copy errorsfeistel
2022-02-03test: migrate to assertions using modern error checkingfeistel
2021-12-16fix: update vfs/zip implementation to ensure minimum range requests for go1.17Arran Walker
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-02-15Fix rebase issuesJaime Martinez
2021-02-15Add extra tests for serving zip archives from diskJaime Martinez
2021-02-15Register file protocol in httprange packageJaime Martinez
2021-01-11Add vfs deflate reader poolajwalker/deflate-poolArran Walker
2020-11-30Increase time for flaky testJaime Martinez
2020-11-30Move flag definition to mainJaime Martinez
2020-11-30Log zip configJaime Martinez
2020-11-30Move zip flags to configJaime Martinez
2020-11-30Use default config for testsJaime Martinez
2020-11-30Add default configJaime Martinez
2020-11-30Add zip config flagsJaime Martinez
2020-11-10Allow to refresh an existing cached archives when accessedKamil Trzciński
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
2020-10-13Fix support for archives without directory structureKamil Trzciński
2020-10-13Improve LRU cache tests and implementationKamil Trzciński
2020-10-13Try to LRU cache offsets and symlinksKamil Trzciński
2020-09-21Apply suggestions from feedbackJaime Martinez
2020-09-21Add test for context cancelationJaime Martinez
2020-09-21New ctx from parentCtx before opening archiveJaime Martinez
2020-09-21WIP: apply some of the suggestionsJaime Martinez
2020-09-21Update deflate_reader docsJaime Martinez
2020-09-21Add zip package that implements vfs.RootJaime Martinez