Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-07 | http debug | Alexander Strizhakov | |
2020-03-13 | more clean up | Alexander Strizhakov | |
2020-03-12 | clean up | Alexander Strizhakov | |
2020-03-10 | add verify tls_opts only when we open connection | Alexander Strizhakov | |
for other requests tesla will add tls_opts | |||
2020-03-06 | little polishing | Alexander Strizhakov | |
2020-03-06 | little refactor | Alexander Strizhakov | |
2020-03-05 | removing try block in tesla request | Alexander Strizhakov | |
added mocks for tests which fail with Tesla.Mock.Error | |||
2020-03-04 | moving some logic to tesla adapter | Alexander Strizhakov | |
- checking original inside gun adapter - flushing streams on max_body error | |||
2020-03-03 | Update Copyrights for gun related files | Mark Felder | |
2020-03-03 | Merge branch 'develop' into gun | Mark Felder | |
2020-03-03 | Update Copyrights | Mark Felder | |
2020-03-03 | adapter renaming to adapter_helper | Alexander Strizhakov | |
2020-03-03 | retry and retry_timeout settings default change | Alexander Strizhakov | |
2020-03-03 | no try block in checkout connection | Alexander Strizhakov | |
2020-03-03 | remove try block from pool request | Alexander Strizhakov | |
2020-03-03 | proxy parsing errors | Alexander Strizhakov | |
2020-03-03 | poolboy timeout fix | Alexander Strizhakov | |
2020-03-03 | simplification of formatting host method | Alexander Strizhakov | |
case for format_proxy method | |||
2020-03-03 | removing unused method | Alexander Strizhakov | |
2020-03-03 | unnecessary with | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/http.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/http.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/request_builder.ex | Alexander Strizhakov | |
2020-03-03 | Apply suggestion to lib/pleroma/http/adapter.ex | Alexander Strizhakov | |
2020-02-24 | open conn in separate task | Alexander Strizhakov | |
2020-02-21 | fix for timeout clause | Alexander Strizhakov | |
2020-02-21 | hackney pool timeout | Alexander Strizhakov | |
2020-02-21 | don't log info ssl messages | Alexander Strizhakov | |
2020-02-21 | more info in Connections.checkin timout errors | Alexander Strizhakov | |
2020-02-19 | removing retry option and changing some logger messages levels | Alexander Strizhakov | |
2020-02-18 | Spelling | Mark Felder | |
2020-02-18 | adding gun adapter | Alexander Strizhakov | |
2019-07-28 | Handle 303 redirects | Sergey Suprunenko | |
2019-07-12 | Merge the default options with custom ones in ReverseProxy and | rinpatch | |
Pleroma.HTTP | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-28 | Respect proxy settings federation | jeff | |
2019-05-21 | http: bump connection timeout to 10 seconds | William Pitcock | |
2019-05-17 | config: make sending the user agent configurable, disable sending the user ↵ | William Pitcock | |
agent in tests | |||
2019-05-17 | http: request builder: send user-agent when making requests | William Pitcock | |
2019-03-08 | http: connection: unify adapter configuration and defaults | William Pitcock | |
2019-03-08 | http: connection: relax the timeouts a little | William Pitcock | |
2019-03-08 | http: rework connection timeouts to match hackney docs, enforce 1 second max ↵ | William Pitcock | |
TCP connection timeout | |||
2019-03-08 | http: actually pass the options list to the Connection factory | William Pitcock | |
2019-03-08 | http: connection: merge hackney option lists instead of concatenating them | William Pitcock | |
this ensures the right pools are used | |||
2019-03-08 | http: safely catch erlang exits and elixir errors from hackney (ref #672) | William Pitcock | |
2019-03-04 | Fix supported TLS versions as TLS 1.3 support seems buggy. | KokaKiwi | |
2019-01-30 | Use multiple hackney pools | href | |
* federation (ap, salmon) * media (rich media, media proxy) * upload (uploader proxy) Each "part" will stop fighting others ones -- a huge federation outbound could before make the media proxy fail to checkout a connection in time. splitted media and uploaded media for the good reason than an upload pool will have all connections to the same host (the uploader upstream). it also has a longer default retention period for connections. | |||
2019-01-15 | http: add support for query parameters, use Jason for JSON encoding instead ↵ | William Pitcock | |
of Poison like everywhere else | |||
2019-01-01 | Merge remote-tracking branch 'origin/develop' into pool-usage | lain | |
2019-01-01 | Remove default pool, it's used automatically anyway. | lain | |