summaryrefslogtreecommitdiff
path: root/lib/pleroma/http/http.ex
AgeCommit message (Expand)Author
2020-10-13other files consistencyAlexander Strizhakov
2020-09-07passing adapter options directly without adapter keyAlexander Strizhakov
2020-09-03HTTP: radically simplify pool checkin/checkoutrinpatch
2020-07-18Don't enable Pleroma.HTTP.Middleware.FollowRedirects unless Gun is usedhref
2020-07-15HTTP: Implement max request limitsrinpatch
2020-07-15Use a custom pool-aware FollowRedirects middlewarerinpatch
2020-07-15Refactor gun pooling and simplify adapter option insertionrinpatch
2020-06-24added wrapper Pleroma.HTTP for Tzdata.HTTPClientMaksim Pechnikov
2020-03-12clean upAlexander Strizhakov
2020-03-05removing try block in tesla requestAlexander Strizhakov
2020-03-03Merge branch 'develop' into gunMark Felder
2020-03-03Update CopyrightsMark Felder
2020-03-03remove try block from pool requestAlexander Strizhakov
2020-03-03poolboy timeout fixAlexander Strizhakov
2020-03-03unnecessary withAlexander Strizhakov
2020-03-03Apply suggestion to lib/pleroma/http/http.exAlexander Strizhakov
2020-03-03Apply suggestion to lib/pleroma/http/http.exAlexander Strizhakov
2020-02-18adding gun adapterAlexander Strizhakov
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