index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
lib
/
request.rb
Age
Commit message (
Expand
)
Author
2019-03-11
Increase DNS timeouts (#10238)
ThibG
2018-12-26
Fix ThreadResolveWorker getting queued with invalid URLs (#9628)
Eugen Rochko
2018-11-27
Fix TLS handshake timeout not being enforced (#9381)
Eugen Rochko
2018-11-27
Fix nil error when no DNS addresses are found for host (#9379)
Eugen Rochko
2018-11-22
Fix connect timeout not being enforced (#9329)
Eugen Rochko
2018-11-21
Revert connect timeout from 1s to 10s (#9319)
Eugen Rochko
2018-11-08
Reduce connect timeout limit and limit signature failures by source IP (#9236)
Eugen Rochko
2018-08-31
Do not sign useless User-Agent or Accept-Encoding headers (#8533)
Eugen Rochko
2018-08-26
Add CLI task for rotating keys (#8466)
Eugen Rochko
2018-06-29
Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SER...
MIYAGI Hikaru
2018-05-18
User agent for WebFinger (#7531)
MIYAGI Hikaru
2018-05-10
Disable inflate gzip on head method (#7432)
Yamagishi Kazutoshi
2018-05-09
Support gzip encoding on Request (#7425)
Yamagishi Kazutoshi
2018-05-02
Guard against nil URLs in Request class (#7284)
Eugen Rochko
2018-04-25
HTTP proxy support for outgoing request, manage access to hidden service (#7134)
MIYAGI Hikaru
2018-03-26
Validate HTTP response length while receiving (#6891)
Akihiko Odaki
2018-03-24
Close http connection in perform method of Request class (#6889)
Akihiko Odaki
2018-03-20
request: in the event of failure, try other IPs (#6761) (#6813)
Rey Tucker
2018-02-24
Raise Mastodon::HostValidationError when host for HTTP request is private (#6...
Akihiko Odaki
2017-12-06
Using double splat operator (#5859)
Yamagishi Kazutoshi
2017-10-02
Suppress backtrace from Request#perform (#5174)
Daigo 3 Dango
2017-09-28
Change max redirects followed to 2 (#5136)
Eugen Rochko
2017-09-14
Include requested URL into the message on network errors (#4945)
unarist
2017-08-09
Add Digest header to requests with body, handle acct and URI keyId (#4565)
Eugen Rochko
2017-07-14
HTTP signatures (#4146)
Eugen Rochko