aboutsummaryrefslogtreecommitdiff
path: root/allocation_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08chore: Remove redundant build constraint (#1650)Gravatar Oleksandr Redko 1-1/+0
2022-09-15Deprecate Go 1.15 (#1379)Gravatar Aoang 1-1/+0
* Dropping support for 1.15. * Replaces Go 1.16 Deprecated functions * Update test build flag * Fix import sort and comment * Update github.com/klauspost/compress to v1.15.9 https://github.com/klauspost/compress improved performance and changed Minimum version is 1.16, this should be the final supported release for Go 1.16 (https://github.com/klauspost/compress/commit/6d0019a95afa3221f7522d1f2eed0033b5e79470) .
2022-04-01Use %v for errors and %q for strings (#1262)v1.35.0Gravatar Erik Dubbelboer 1-1/+1
Mostly in tests.
2021-10-01Properly parse URIGravatar Erik Dubbelboer 1-1/+1
Use URI parse code based on net/uri to validate hostnames.
2021-09-02compatible with new build tag (#1087)Gravatar tyltr 1-0/+1
2021-06-18Lower go test timeGravatar Erik Dubbelboer 1-4/+0
2020-07-17Update linting (#851)Gravatar Erik Dubbelboer 1-1/+1
2019-11-16Run golangci-lint using a Github ActionGravatar Erik Dubbelboer 1-1/+1
2019-10-16Speed up testing by running tests in parallelGravatar Erik Dubbelboer 1-0/+4
2019-08-18Add support for user:pass in URLs (#614)Gravatar Erik Dubbelboer 1-1/+15
Fixes #609
2019-02-12Add zero allocation guarantee testsGravatar Erik Dubbelboer 1-0/+70