aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/http/http.ex
AgeCommit message (Expand)Author
2019-07-12Merge the default options with custom ones in ReverseProxy andrinpatch
2019-05-30Use Pleroma.Config everywhereEgor Kislitsyn
2019-03-08http: actually pass the options list to the Connection factoryWilliam Pitcock
2019-03-08http: safely catch erlang exits and elixir errors from hackney (ref #672)William Pitcock
2019-03-04Fix supported TLS versions as TLS 1.3 support seems buggy.KokaKiwi
2019-01-15http: add support for query parameters, use Jason for JSON encoding instead o...William Pitcock
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-29Salmon# fixed publish an activity to remote accountsMaksim Pechnikov
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-04remove httpoison_mockMaksim Pechnikov
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04init tesla and updated the http requests in Pleroma.Web.WebsubMaksim Pechnikov
2018-10-26http: fix mediaproxyWilliam Pitcock
2018-10-26http: enable keepalive / connection pooling (closes #336)William Pitcock
2018-08-24http: fix TLS server name indicationWilliam Pitcock
2018-03-30Format the code.lain
2018-01-29use nil instead of empty stringJeff Becker
2017-12-30make httppoison use configurable http proxyJeff Becker