azure-sdk-for-cpp/sdk
Ahson Khan 65821ec115
Use size_t for buffers representing data in memory rather than int64_t. (#2285)
* 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.
2021-05-18 18:51:20 -07:00
..
core Use size_t for buffers representing data in memory rather than int64_t. (#2285) 2021-05-18 18:51:20 -07:00
identity Explore removing use of int within header files to align with guidelines. (#2276) 2021-05-18 20:49:53 +00:00
keyvault Use size_t for buffers representing data in memory rather than int64_t. (#2285) 2021-05-18 18:51:20 -07:00
storage Use size_t for buffers representing data in memory rather than int64_t. (#2285) 2021-05-18 18:51:20 -07:00
template Doxygen comment updates (#2280) 2021-05-17 17:05:06 -07:00