Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | Update Copyrights | Mark Felder | |
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-28 | Respect proxy settings federation | jeff | |
2019-05-21 | http: bump connection timeout to 10 seconds | 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: connection: merge hackney option lists instead of concatenating them | William Pitcock | |
this ensures the right pools are used | |||
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-01 | Merge remote-tracking branch 'origin/develop' into pool-usage | lain | |
2019-01-01 | Remove default pool, it's used automatically anyway. | lain | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-06 | remove follow_redirect options | Hakaba Hitoyo | |
2018-12-06 | remove pool and timeout options which duplicate with the default | Hakaba Hitoyo | |
2018-12-04 | formatting the code | Maksim Pechnikov | |
2018-12-04 | WebSub fix test | Maksim Pechnikov | |
2018-12-04 | init tesla and updated the http requests in Pleroma.Web.Websub | Maksim Pechnikov | |