aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
21 hourschore(deps): bump golangci/golangci-lint-action from 4 to 5 (#1769)HEADmasterGravatar dependabot[bot] 1-1/+1
4 daysfix: propagate body stream error to close function (#1743) (#1757)Gravatar Max Denushev 3-31/+51
5 daysrefactor: do not return error as it is always nil (#1759)Gravatar Oleksandr Redko 2-33/+25
2024-04-10Add macos-14 platform, enable shuffle of tests (#1746)Gravatar Juan Calderon-Perez 1-3/+3
2024-04-08add support for CHIPS (Cookies Having Independent Partitioned State) (#1752)Gravatar Gürkan Yeşilyurt 3-4/+60
2024-04-04chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1748)Gravatar dependabot[bot] 2-3/+3
2024-04-02test: replace panic with returning error (#1747)Gravatar Oleksandr Redko 1-8/+4
2024-03-29fix: panic in ParseIPv4 when len(dst) > 4 (#1742)Gravatar Oleksandr Redko 2-15/+17
2024-03-28test: remove redundant error check (#1741)Gravatar Oleksandr Redko 2-2/+7
2024-03-25refactor: rename error local variables (#1738)Gravatar Oleksandr Redko 3-22/+22
2024-03-06Update depsGravatar Erik Dubbelboer 2-12/+12
2024-03-02Enable perfsprint linter; fix up lint issues (#1727)Gravatar Oleksandr Redko 9-25/+27
2024-03-02test: remove `//nolint:govet` comments (#1729)Gravatar Oleksandr Redko 4-16/+16
2024-03-02Enable few gocritic checks; fix up issues (#1728)Gravatar Oleksandr Redko 10-21/+18
2024-02-27chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#1725)Gravatar dependabot[bot] 2-13/+3
2024-02-21feat:support zstd compress and uncompressed (#1701)Gravatar Co1a 9-18/+435
2024-02-21Limit memory for fuzz testingGravatar Erik Dubbelboer 1-4/+6
2024-02-21Upgrade golangci-lint to v1.56.2; fix gocritic issues (#1722)Gravatar Oleksandr Redko 16-38/+53
2024-02-21Remove unnecessary build tag go1.21 (#1721)Gravatar Oleksandr Redko 2-2/+2
2024-02-17adaptor ResponseWriter - adding Hijack method and pass proper fields (#1525)Gravatar gilwo 2-2/+121
2024-02-13chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 (#1720)Gravatar dependabot[bot] 1-1/+1
2024-02-11Prevent request smuggling (#1719)v1.52.0Gravatar Erik Dubbelboer 2-5/+27
2024-02-11Follow RFCs 7230 and 9112 for HTTP versions (#1710)Gravatar Erik Dubbelboer 4-32/+34
2024-02-10Bump dependencies (#1718)Gravatar Erik Dubbelboer 2-5/+15
2024-02-10bump securego/gosec from 2.17.0 to 2.18.2Gravatar Erik Dubbelboer 1-2/+2
2024-02-10chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#1711)Gravatar dependabot[bot] 1-1/+1
2024-02-10Update all github actions, add go1.22 (#1707)Gravatar Juan Calderon-Perez 5-7/+17
2024-02-10Implement `GetRejectedConnectionsCount` function (#1704)Gravatar mopeneko 2-0/+66
2024-02-10add DisableDNSResolution for TCPDialer. Sometimes, users do not need to use D...Gravatar Zhengkai Wang 1-10/+15
2024-01-30Try fixing oss-fuzz running out of memory and skipping a lotGravatar Erik Dubbelboer 1-6/+4
2024-01-20Make Fuzz tests deterministicGravatar Erik Dubbelboer 1-32/+21
2024-01-18update build tag (#1695)Gravatar tyltr 2-2/+2
2024-01-16Put a limit on the max body size for fuzzingGravatar Erik Dubbelboer 1-0/+8
2024-01-14Bump supported Go version in readme (#1690)Gravatar Erik Dubbelboer 1-1/+1
2024-01-09Move Fuzz tests into their own fileGravatar Erik Dubbelboer 5-87/+93
2024-01-07refactor: move manually created tchar table to bytesconv_table_gen (#1689)Gravatar nickajacks1 3-22/+26
2024-01-07Add CIFuzz (#1443)Gravatar AdamKorcz 1-0/+26
2024-01-06test: migrate remaining fuzzit tests to go 1.18 fuzzing (#1687)Gravatar nickajacks1 5-75/+45
2024-01-06test(expvarhandler): fix failure when using -count to run more than once (#1688)Gravatar nickajacks1 1-3/+10
2024-01-04Change empty string checks to be more idiomatic (#1684)Gravatar Oleksandr Redko 8-14/+17
2024-01-04chore: move cookie fuzz test to go 1.18 fuzzing (#1686)Gravatar nickajacks1 3-25/+23
2024-01-02feat: add function to parse HTTP header parameters (#1685)Gravatar nickajacks1 3-0/+180
2023-12-19chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678)Gravatar dependabot[bot] 2-9/+9
2023-12-13chore: Add missing dots at the end of comments (#1677)Gravatar Oleksandr Redko 18-126/+139
2023-12-05chore: Set max line length to 130 characters (#1676)Gravatar Oleksandr Redko 5-14/+42
2023-12-02writeBodyFixedSize: Only do an early flush if the reader is an *os.File (#1674)Gravatar Jille Timmermans 1-4/+13
2023-12-02copyZeroAlloc: Try WriteTo and ReadFrom before acquiring a buffer (#1673)Gravatar Jille Timmermans 1-0/+6
2023-12-02bug: Flush the write buffer before putting it to the pool (#1672)Gravatar Jille Timmermans 1-1/+1
2023-11-27add support for custom dial function with timeouts (#1669)Gravatar Aviv Carmi 3-34/+161
2023-11-24chore: Use 'any' instead of 'interface{}' (#1666)Gravatar Oleksandr Redko 25-60/+64