summaryrefslogtreecommitdiff
path: root/internal/transport/transport.go
AgeCommit message (Expand)AuthorFiles
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim1
2023-02-18[chore] transport improvements (#1524)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-10[performance] remove throttling timers (#1466)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-26[chore] Set User-Agent header in transport (#1154)Libravatar Daniele Sluijters1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-10-08[performance] cache domains after max retries in transport (#884)Libravatar kim1
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-03-15[performance] Add dereference shortcuts to avoid making http calls to self (#...Libravatar tobi1
2022-01-23rework data function to provide filesizeLibravatar tsmethurst1
2022-01-16pass reader around instead of []byteLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-11-13move to ssb gofed fork (#298)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-06-27Remote instance dereferencing (#70)Libravatar Tobi Smethurst1
2021-05-29first implementation of search featureLibravatar tsmethurst1
2021-05-21Follows and relationships (#27)Libravatar Tobi Smethurst1
2021-05-17Refine statuses (#26)Libravatar Tobi Smethurst1