* Use size_t for buffers representing data in memory rather than int64_t. * add a cast from size_t to int64_t * Address feedback - OnRead return size_t. * Change Read and ReadToCount to return size_t instead of int64_t. * Update curl usage and ReadFromSocket. * Missed one signature. * Update changelog. * Update transport layer to use the right size_t size. * Fix curl use of MBS. * Cast to size_t since that's all memory stream supprts. * Add static casts to size_t as temporary workarounds. * update storage tests. * More test fixes. |
||
|---|---|---|
| .. | ||
| core | ||
| identity | ||
| keyvault | ||
| storage | ||
| template | ||