Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-29 | Salmon# fixed publish an activity to remote accounts | Maksim Pechnikov | |
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 | remove httpoison_mock | Maksim Pechnikov | |
2018-12-04 | formatting the code | Maksim Pechnikov | |
2018-12-04 | update test | 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 | |
2018-10-26 | http: fix mediaproxy | William Pitcock | |
2018-10-26 | http: enable keepalive / connection pooling (closes #336) | William Pitcock | |
2018-08-24 | http: fix TLS server name indication | William Pitcock | |
by default, hackney only sent TLS server name indication if TLS was locked to TLS 1.2. since there are many instances out there not speaking TLS 1.2, it is not acceptable to lock SNI to TLS 1.2. closes #261 | |||
2018-03-30 | Format the code. | lain | |
2018-01-29 | use nil instead of empty string | Jeff Becker | |
2017-12-30 | make httppoison use configurable http proxy | Jeff Becker | |