summaryrefslogtreecommitdiff
path: root/lib/pleroma/gun
AgeCommit message (Expand)Author
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-10-13other files consistencyAlexander Strizhakov
2020-10-12Add missing Copyright headersMark Felder
2020-09-16ConnectionPool Worker: use monitor flush instead of checking refrinpatch
2020-09-11ConnectionPool: Log possible HTTP1 blocksrinpatch
2020-09-07adapter options unificationAlexander Strizhakov
2020-09-02improvements and fixes for http requestsAlexander Strizhakov
2020-08-01ConnectionPool: fix gun open errors being returned without an error tuplerinpatch
2020-07-28gun ConnectionPool: Re-add a missing cast for remove_clientrinpatch
2020-07-28gun ConnectionPool: replace casts with callsrinpatch
2020-07-15ConnectionPool.Worker: do not stop with an error when there is a timeoutrinpatch
2020-07-15host is now uselesshref
2020-07-15Simplify TLS optshref
2020-07-15parentheses...href
2020-07-15Fix race in enforcer/reclaimer starthref
2020-07-15Ensure connections error get known by the callerhref
2020-07-15ConnectionPool.Worker: Open gun conn in continue instead of inithref
2020-07-15Connection Pool: fix LRFU implementation to not actually be LRUrinpatch
2020-07-15Add documentation for new connection pool settings and remove somerinpatch
2020-07-15Use erlang monotonic time for CRF calculationrinpatch
2020-07-15Connection pool: fix connections being supervised by gun_suprinpatch
2020-07-15Connection pool: Add client death trackingrinpatch
2020-07-15Connection pool: Fix a possible infinite recursion if the pool is exhaustedrinpatch
2020-07-15Connection pool: implement logging and telemetry eventsrinpatch
2020-07-15Connection Pool: register workers using :viarinpatch
2020-07-15Connection pool: Fix race conditions in limit enforcementrinpatch
2020-07-15Connection pool: check that there actually is a resultrinpatch
2020-07-15Connection Pool: don't enforce pool limits if no new connection needs to be o...rinpatch
2020-07-15Refactor gun pooling and simplify adapter option insertionrinpatch
2020-04-08fix for gun connections poolAlexander Strizhakov
2020-03-12clean upAlexander Strizhakov
2020-03-10add verify tls_opts only when we open connectionAlexander Strizhakov
2020-03-06little refactorAlexander Strizhakov
2020-03-03Update Copyrights for gun related filesMark Felder
2020-03-03refactoring for gun api modulesAlexander Strizhakov
2020-03-03retry and retry_timeout settings default changeAlexander Strizhakov
2020-03-03return error if connection failed to openAlexander Strizhakov
2020-03-03namingAlexander Strizhakov
2020-03-03simplification of formatting host methodAlexander Strizhakov
2020-02-24open conn in separate taskAlexander Strizhakov
2020-02-18adding gun adapterAlexander Strizhakov