aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04Ignore more io.ErrUnexpectedEOF, print more debug infoaws-unexpected-eofGravatar Erik Dubbelboer 3-12/+13
2019-09-24Try to find what goes wrongGravatar Erik Dubbelboer 3-2/+6
2019-09-20Add lowerhexGravatar ZYunH 2-13/+2
2019-09-20Use 0xf instead of 15Gravatar ZYunH 1-1/+1
2019-09-20Replace int2hexbyte with uppercaseGravatar ZYunH 1-8/+1
2019-09-19Replace hexCharUpeer with upperhex (#657)Gravatar ZYunH 1-10/+6
2019-09-18Update README.mdGravatar Kirill Danshin 1-6/+4
2019-09-18Improve appendQuotedPath and AppendQuotedArg (#654)Gravatar ZYunH 2-21/+102
2019-09-18Added option to disable path normalization (#649)Gravatar Daniel Firsht 2-1/+27
2019-09-16Update fuzzitGravatar Erik Dubbelboer 1-1/+1
2019-09-13Fix FasthttpSocksDialer documentationv1.5.0Gravatar Erik Dubbelboer 1-3/+3
2019-09-12Fix fuzzit for Go 1.13Gravatar Erik Dubbelboer 1-0/+3
2019-09-12Also test with the new Go 1.13Gravatar Erik Dubbelboer 1-4/+2
2019-09-07Update dependenciesGravatar Erik Dubbelboer 2-9/+12
2019-09-07Reuse the socks5 dialerGravatar Erik Dubbelboer 1-1/+6
2019-09-04Fix data race in fasthttputil.pipeConn (#645)Gravatar Kazushi Kitaya 2-2/+102
2019-09-04Propagating custom SkipBody value to allow explicitly skip body reading for r...Gravatar Nikolay Markov 1-1/+5
2019-08-30Add stub/wrapper for reuseport.Listen on Windows platforms (#638)Gravatar andrewheberle 5-12/+47
2019-08-24Add fuzzit support (#634)Gravatar Erik Dubbelboer 7-20/+160
2019-08-23Use ipv6-compliant methodology for joining host port (#640)Gravatar Ian Leue 1-1/+2
2019-08-19A faster s2b function (#637)Gravatar ZYunH 1-8/+7
2019-08-18Add ability to set timeout for handshake (#631)Gravatar Mike Faraponov 2-4/+83
2019-08-18Add support for user:pass in URLs (#614)Gravatar Erik Dubbelboer 5-1/+126
2019-08-13Correctly handle `NoDefaultContentType` without setting an `Content-Type` val...Gravatar Ciprian Dorin Craciun 2-1/+17
2019-08-02Update README (#621)Gravatar Sergio Andrés Virviescas Santana 1-1/+1
2019-07-17Update README.md (#610)Gravatar wencan 1-0/+1
2019-07-12Support {readTimeout,maxBodySize,writeTimeout} per request based on the heade...Gravatar Marcelo Pires 3-9/+184
2019-07-11Fix read timeout with nothing readGravatar Erik Dubbelboer 2-13/+25
2019-07-03Removing redundant else statement from HeaderCookie (#596)v1.4.0Gravatar Dair Aidarkhanov 1-2/+1
2019-06-14Support SameSite value "None" cookie attribute (#581)Gravatar Rem 3-0/+40
2019-06-06ADD TimeoutWithCodeHandler support (#589)Gravatar losingle 1-1/+12
2019-05-28:zap: Used Headers constants instead raw stringsGravatar Maxim Lebedev 9-192/+192
2019-05-28:sparkles: Added headers keys constantsGravatar Maxim Lebedev 1-0/+164
2019-05-28Option for immediate header flush (#575)Gravatar Erik Dubbelboer 2-2/+147
2019-05-28Add warning to RequestCtx.ErrorGravatar Erik Dubbelboer 1-0/+2
2019-05-23Fix Client.DoTimeout race conditionGravatar Erik Dubbelboer 1-17/+29
2019-05-22Export struct var and add specsGravatar Vladimir Shteinman 2-15/+138
2019-05-21Create SECURITY.mdGravatar Kirill Danshin 1-0/+115
2019-05-18Option for immediate header flushGravatar Vladimir Shteinman 1-3/+25
2019-05-15Fix comment. (#571)v1.3.0Gravatar xyb 1-1/+1
2019-05-06Added methods constants (#567)Gravatar Maxim Lebedev 10-52/+64
2019-04-29Timing fixes (#564)Gravatar Erik Dubbelboer 2-161/+71
2019-04-13Fix go test -benchGravatar Erik Dubbelboer 1-0/+14
2019-04-11Fix nil Response support in Do* methodsGravatar Erik Dubbelboer 2-3/+28
2019-03-02added option to keep hijacked connection open (#550)Gravatar Kirill Danshin 1-8/+34
2019-03-02enable 1.12 supportGravatar Kirill Danshin 1-0/+1
2019-03-02reset request before ctx release; fixes #548Gravatar Kirill Danshin 1-0/+9
2019-02-24Support huge read-only []byte response bodies (#477)Gravatar Ciprian Dorin Craciun 2-1/+58
2019-02-17add tests for copyto (#545)v1.2.0Gravatar xuecai 5-5/+81
2019-02-16Remove methods that had been deprecated in 2015Gravatar Erik Dubbelboer 1-20/+0