Dessalines
|
040770d7ba
|
Fix retry infinite loops. Fixes #1964 (#1967)
* Fix retry infinite loops. Fixes #1964
* Moving retry_limit to settings
|
2021-12-05 10:03:13 -05:00 |
|
|
3fea5645f8
|
Add tracing (#1942)
|
2021-11-23 12:16:47 +00:00 |
|
|
e88106cef4
|
Use once_cell instead of lazy_static
|
2021-11-22 19:58:31 +01:00 |
|
|
f035af3738
|
Fixing clippy
|
2021-11-09 17:31:28 -05:00 |
|
|
a5a674a270
|
Add method ApubObject.verify()
|
2021-11-06 18:35:14 +01:00 |
|
|
8ea21c39b7
|
Reduce stack memory usage in apub code
- use our own, smaller Endpoints struct
- wrap ObjectId.url in Box
- adjust usage of Box in different places
|
2021-11-06 14:53:39 +01:00 |
|
|
c725514841
|
Change to_apub and from_apub to take by value and avoid cloning
|
2021-11-06 14:47:58 +01:00 |
|
|
2edf8ba157
|
Move ObjectId to library
|
2021-11-05 21:37:46 +01:00 |
|