mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 11:23:01 -06:00
* revamp http client to not limit requests, instead use sender worker Signed-off-by: kim <grufwub@gmail.com> * remove separate sender worker pool, spawn 2*GOMAXPROCS batch senders each time, no need for transport cache sweeping Signed-off-by: kim <grufwub@gmail.com> * improve batch senders to keep popping recipients until remote URL found Signed-off-by: kim <grufwub@gmail.com> * fix recipient looping issue Signed-off-by: kim <grufwub@gmail.com> * fix missing mutex unlock Signed-off-by: kim <grufwub@gmail.com> * move request id ctx key to gtscontext, finish filling out more code comments, add basic support for not logging client IP Signed-off-by: kim <grufwub@gmail.com> * slight code reformatting Signed-off-by: kim <grufwub@gmail.com> * a whitespace Signed-off-by: kim <grufwub@gmail.com> * remove unused code Signed-off-by: kim <grufwub@gmail.com> * add missing license headers Signed-off-by: kim <grufwub@gmail.com> * fix request backoff calculation Signed-off-by: kim <grufwub@gmail.com> --------- Signed-off-by: kim <grufwub@gmail.com> |
||
|---|---|---|
| .. | ||
| account | ||
| admin | ||
| fedi | ||
| media | ||
| report | ||
| status | ||
| stream | ||
| user | ||
| account_test.go | ||
| app.go | ||
| blocks.go | ||
| followrequest.go | ||
| followrequest_test.go | ||
| fromclientapi.go | ||
| fromclientapi_test.go | ||
| fromcommon.go | ||
| fromfederator.go | ||
| fromfederator_test.go | ||
| instance.go | ||
| notification.go | ||
| notification_test.go | ||
| oauth.go | ||
| processor.go | ||
| processor_test.go | ||
| search.go | ||
| statustimeline.go | ||
| util.go | ||