aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/http/connection.ex
AgeCommit message (Expand)Author
2019-08-25no drop active connectionsAlex S
2019-08-23basic support for proxiesAlex S
2019-08-22opts to verify certificates by gunAlex S
2019-08-20set adapter opts in connectionAlex S
2019-08-20tesla gun adapter supports sniAlex S
2019-08-20some clean up and pleroma headerAlex S
2019-08-20adding host header for gun adapterAlex S
2019-08-20only httpAlex S
2019-08-20like thisAlex S
2019-08-20another debugAlex S
2019-08-20added gun connections genserverAlex S
2019-08-20possibility to set tesla adapter in runtimeAlex S
2019-08-20added tesla client for reverse proxyAlex S
2019-08-20namingsAlex S
2019-07-28Handle 303 redirectsSergey Suprunenko
2019-07-12Merge the default options with custom ones in ReverseProxy andrinpatch
2019-05-28Respect proxy settings federationjeff
2019-05-21http: bump connection timeout to 10 secondsWilliam Pitcock
2019-03-08http: connection: unify adapter configuration and defaultsWilliam Pitcock
2019-03-08http: connection: relax the timeouts a littleWilliam Pitcock
2019-03-08http: rework connection timeouts to match hackney docs, enforce 1 second max ...William Pitcock
2019-03-08http: connection: merge hackney option lists instead of concatenating themWilliam Pitcock
2019-01-30Use multiple hackney poolshref
2019-01-01Merge remote-tracking branch 'origin/develop' into pool-usagelain
2019-01-01Remove default pool, it's used automatically anyway.lain
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-06remove follow_redirect optionsHakaba Hitoyo
2018-12-06remove pool and timeout options which duplicate with the defaultHakaba Hitoyo
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04WebSub fix testMaksim Pechnikov
2018-12-04init tesla and updated the http requests in Pleroma.Web.WebsubMaksim Pechnikov