Summary
This release contains several bug fixes and minor improvements.
Replaces 0.16.3 which had a http request related bug.
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
- Fixed callback cancel bug and numeric IPv4/6 lookup issues in CurlGet by @rakshasa
- 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