Summary
This release contains several bug fixes and minor improvements,
Development Funding
Current development relies on donations, and as such is highly appreciated.
Donations make futher development possible, and as such are highly appreciated:
- Paypal
- Patreon
- SubscribeStar
- Bitcoin: 1MpmXm5AHtdBoDaLZstJw8nupJJaeKu8V8
- Ethereum: 0x9AB1e3C3d8a875e870f161b3e9287Db0E6DAfF78
- Litecoin: LdyaVR67LBnTf6mAT4QJnjSG2Zk67qxmfQ
- Cardano: addr1qytaslmqmk6dspltw06sp0zf83dh09u79j49ceh5y26zdcccgq4ph7nmx6kgmzeldauj43254ey97f3x4xw49d86aguqwfhlte
What's Changed
Features and Improvements
- Partial tracker peer update. by @rakshasa
- Added Object type names and improved type check exception message. by @rakshasa
- Valgrind suppressions file for macos. by @rakshasa
Bug Fixes
- Check if AF_INET6 is supported, or else block IPv6 traffic. by @rakshasa
- Allow page size to be between 4k and 256k. by @rakshasa
- Remove throttle from DHT. by @rakshasa
- Fail configure if neither kqueue nor epoll are defined. by @rakshasa
- Cleanup DHT and fixed INET6 bug by @rakshasa
- Fix various polling/socket issues. by @rakshasa
- Various CurlGet fixes. by @rakshasa
- Push back views explicitly takes a string. by @rakshasa