Граф коммитов

112 Коммитов

Автор SHA1 Сообщение Дата
Sean McCullough 33a807a398
Merge pull request #135 from derdanu/patch-1
Add deprecation notice
2024-04-02 12:34:25 -05:00
Daniel Falkner 50e1994c14
Add deprecation notice 2024-03-20 12:09:55 +01:00
microsoft-github-policy-service[bot] ae611b5edf
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-05-31 18:47:56 +00:00
microsoft-github-policy-service[bot] 63a2b4d270
Microsoft mandatory file 2023-01-24 16:35:32 +00:00
JinmingHu 979c59ebe1 Update README.md 2022-01-11 14:33:07 +08:00
Jinming Hu 44f649b6ce fix crash on invalid xml 2021-03-26 15:10:14 +08:00
Jinming Hu be490edaf4 add BreakingChanges.txt 2020-12-07 10:51:51 +08:00
JinmingHu d3e60f0653
Merge pull request #106 from sfc-gh-tclinkenbeard/fix-constainers-typo
Fix typo by replacing constainers with containers
2020-12-07 10:29:18 +08:00
JinmingHu ab9826226a
Merge pull request #95 from sfc-gh-tclinkenbeard/update-readme
Fix README sample code
2020-12-06 11:38:34 +08:00
JinmingHu dbcc9bc93a
Merge pull request #108 from sfc-gh-tclinkenbeard/mark-valid-const
Mark valid() methods const
2020-12-06 11:37:21 +08:00
Trevor Clinkenbeard cae4375a09 Mark valid() methods const 2020-12-05 12:37:42 -08:00
Trevor Clinkenbeard 3192943e93 Replace constainers with containers 2020-10-16 22:42:14 -07:00
Trevor Clinkenbeard e0b66dcb29 Fix README sample code 2020-08-28 23:59:23 -07:00
Jinming Hu 2aa4e31557 Replace old RFC1123 impl which cannot be built until GCC 5 2020-08-13 15:56:38 +08:00
Jinming Hu bdc6435818 Fix build error on Windows 2020-08-13 15:54:06 +08:00
Eugene 35dfba801e remove comparison in build_adls 2020-08-13 15:40:06 +08:00
Eugene c8f2a63804 modified cmakelists 2020-08-13 15:40:06 +08:00
Jinming Hu dfbf757f6d Add performance test code 2020-07-19 23:58:39 -07:00
Jinming Hu f1444b4cee Fix inconsistent RFC1123 date format in different system locales 2020-07-19 23:58:16 -07:00
Jinming Hu a3a9c21de3 Fix build error on VS2019 2020-06-21 22:28:18 -07:00
Jinming Hu 4eb4ce39b0 fix link error on Windows when building adls 2020-06-21 22:28:18 -07:00
Jinming Hu e8e70d7707 Fix bug: 403 when continuation token contains '+' 2020-05-12 14:26:25 +08:00
Jinming Hu 8d21092554 add cpprestsdk in cgmanifest 2020-05-12 14:26:25 +08:00
Jinming Hu 11e1f98b02 Release 0.3.0 2020-03-12 20:39:47 -07:00
Jinming Hu a506ea6fea Use v140 in VS2017 to replace VS2015, since Microsoft-hosted VS2015 image is being removed 2020-03-12 20:39:47 -07:00
Jinming Hu 62c6b33934 Add Win32 azure pipelines 2020-03-12 20:39:47 -07:00
Jinming Hu 808c93b4d9 Speed up build with /MP on Visual Studio 2020-03-12 20:39:47 -07:00
Jinming Hu 69aa7e8320 Use uint64_t instead of size_t for block/blob size, since in the future block size may be larger than 4GB 2020-03-12 20:39:47 -07:00
Jinming Hu c99fdc085a Parallel upload/download 2020-03-12 20:39:47 -07:00
Jinming Hu e5ae16c510 Add memory stream 2020-03-12 20:39:47 -07:00
Jinming Hu 23ed32740d Add definition NOMINMAX for windows build, so that we can use std::min/max 2020-03-12 20:39:47 -07:00
Jinming Hu efa76b8311 Fix bug: duplicate http headers on retry 2020-03-12 20:39:47 -07:00
Jinming Hu 26ffacb139 Fix authentication failure when running against Azurite and IoT devices 2020-03-12 20:39:47 -07:00
Jinming Hu d1466e2b20 Fix bug: error when downloading empty blob 2020-03-12 20:39:47 -07:00
Jinming Hu efd10e6cb5 Proxy support 2020-03-12 20:39:47 -07:00
Jinming Hu 4486a450dc Change default retry count to 3, to avoid misleading people into thinking the program hangs 2020-03-12 20:39:47 -07:00
Jinming Hu 2f95fb0af3 Add sample for blob_client 2020-03-12 20:39:47 -07:00
Jinming Hu e79e61737b Fix issue: storage_error didn't contain any error information when curl failed 2020-03-12 20:39:47 -07:00
Joe maley ea001580b5 'buff' const-correctness in upload_block_from_buffer()
The 'buff' argument does not need to be mutable. The const qualfier makes the
interface more flexible because it can now handle const input buffers.
2020-03-08 19:38:06 -07:00
Jinming Hu 12766488a7 Fix build errors on Windows 2020-02-03 22:00:24 -08:00
Jinming Hu 95098ae736 Update NOTICE.txt 2020-01-03 04:32:37 -08:00
Jinming Hu ce1373cd89 Add cgmanifest.json 2020-01-02 20:47:41 -08:00
Jinming Hu ca441bad41 Update tinyxml2 to latest version 7.1.0 2020-01-02 20:47:41 -08:00
Jinming Hu 033ca6b23b Use different API versions for different services 2020-01-02 20:47:41 -08:00
Jinming Hu 868c703282 Use uniform storage_exception 2020-01-02 20:47:41 -08:00
Jinming Hu 4fdbdde3dc Add CentOS 6 2020-01-02 20:47:41 -08:00
Jinming Hu 7f287657db Add CentOS 7 2020-01-02 20:47:41 -08:00
Jinming Hu 7fc1954055 Update version to 0.2.0 2020-01-02 20:47:41 -08:00
Jinming Hu 0d57a7a320 Add get_request_headers() 2019-12-02 23:16:55 -08:00
Jinming Hu 832ce2474d Add comments 2019-12-02 23:16:55 -08:00