gotosocial/internal/httpclient
Markus Unterwaditzer 275a3f8636 [chore] Upgrade golangci-lint, ignore existing int overflow warnings
There is a new lint for unchecked int casts. Integer overflows are bad,
but the old code that triggers this lint seems to be perfectly fine.
Instead of disabling the lint entirely for new code as well, grandfather
in existing code.
2024-10-12 10:30:08 +02:00
..
client.go [chore] Upgrade golangci-lint, ignore existing int overflow warnings 2024-10-12 10:30:08 +02:00
client_test.go [feature] support processing of (many) more media types (#3090) 2024-07-12 09:39:47 +00:00
request.go [chore] use string formatting package agnostic way of printing request attempts ptr (#3371) 2024-09-28 22:47:27 +02:00
sanitizer.go [feature] enable + document explicit IP dialer allowing/denying (#1950) 2023-07-07 16:17:39 +02:00
sanitizer_test.go [feature] enable + document explicit IP dialer allowing/denying (#1950) 2023-07-07 16:17:39 +02:00
transport.go [feature] add worker task serialization logic (#2989) 2024-06-20 17:06:20 +00:00
validate.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00