Imported Upstream version cpprest 2.10.18 upstream upstream/2.10.18
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 Apr 2021 03:52:19 +0000 (12:52 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 14 Apr 2021 03:52:19 +0000 (12:52 +0900)
commit486e77c40216a517f61f06992855ea424a7cac5b
treeeeaffa0392371d003057d3c9c89be48f0ed5dca9
Imported Upstream version cpprest 2.10.18
457 files changed:
.clang-format [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
Build_android/configure.sh [new file with mode: 0755]
Build_android/openssl/Makefile [new file with mode: 0644]
Build_android/openssl/openssl-1.0.2k.patch [new file with mode: 0644]
Build_android/openssl/openssl-1.0.2l.patch [new file with mode: 0644]
Build_android/openssl/openssl-1.0.2m.patch [new file with mode: 0644]
Build_android/openssl/openssl-1.0.2n.patch [new file with mode: 0644]
Build_android/openssl/openssl-1.1.0g.patch [new file with mode: 0644]
Build_android/openssl/openssl-1.1.0j.patch [new file with mode: 0644]
Build_iOS/.gitignore [new file with mode: 0644]
Build_iOS/CMakeLists.txt [new file with mode: 0644]
Build_iOS/README.md [new file with mode: 0644]
Build_iOS/configure.sh [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTORS.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
Release/.gitignore [new file with mode: 0644]
Release/CMakeLists.txt [new file with mode: 0644]
Release/cmake/cpprest_find_boost.cmake [new file with mode: 0644]
Release/cmake/cpprest_find_brotli.cmake [new file with mode: 0644]
Release/cmake/cpprest_find_openssl.cmake [new file with mode: 0644]
Release/cmake/cpprest_find_websocketpp.cmake [new file with mode: 0644]
Release/cmake/cpprest_find_winhttppal.cmake [new file with mode: 0644]
Release/cmake/cpprest_find_zlib.cmake [new file with mode: 0644]
Release/cmake/cpprestsdk-config-version.in.cmake [new file with mode: 0644]
Release/cmake/cpprestsdk-config.in.cmake [new file with mode: 0644]
Release/include/cpprest/astreambuf.h [new file with mode: 0644]
Release/include/cpprest/asyncrt_utils.h [new file with mode: 0644]
Release/include/cpprest/base_uri.h [new file with mode: 0644]
Release/include/cpprest/containerstream.h [new file with mode: 0644]
Release/include/cpprest/details/SafeInt3.hpp [new file with mode: 0644]
Release/include/cpprest/details/basic_types.h [new file with mode: 0644]
Release/include/cpprest/details/cpprest_compat.h [new file with mode: 0644]
Release/include/cpprest/details/fileio.h [new file with mode: 0644]
Release/include/cpprest/details/http_constants.dat [new file with mode: 0644]
Release/include/cpprest/details/http_helpers.h [new file with mode: 0644]
Release/include/cpprest/details/http_server.h [new file with mode: 0644]
Release/include/cpprest/details/http_server_api.h [new file with mode: 0644]
Release/include/cpprest/details/nosal.h [new file with mode: 0644]
Release/include/cpprest/details/resource.h [new file with mode: 0644]
Release/include/cpprest/details/web_utilities.h [new file with mode: 0644]
Release/include/cpprest/filestream.h [new file with mode: 0644]
Release/include/cpprest/http_client.h [new file with mode: 0644]
Release/include/cpprest/http_compression.h [new file with mode: 0644]
Release/include/cpprest/http_headers.h [new file with mode: 0644]
Release/include/cpprest/http_listener.h [new file with mode: 0644]
Release/include/cpprest/http_msg.h [new file with mode: 0644]
Release/include/cpprest/interopstream.h [new file with mode: 0644]
Release/include/cpprest/json.h [new file with mode: 0644]
Release/include/cpprest/oauth1.h [new file with mode: 0644]
Release/include/cpprest/oauth2.h [new file with mode: 0644]
Release/include/cpprest/producerconsumerstream.h [new file with mode: 0644]
Release/include/cpprest/rawptrstream.h [new file with mode: 0644]
Release/include/cpprest/streams.h [new file with mode: 0644]
Release/include/cpprest/uri.h [new file with mode: 0644]
Release/include/cpprest/uri_builder.h [new file with mode: 0644]
Release/include/cpprest/version.h [new file with mode: 0644]
Release/include/cpprest/ws_client.h [new file with mode: 0644]
Release/include/cpprest/ws_msg.h [new file with mode: 0644]
Release/include/pplx/pplx.h [new file with mode: 0644]
Release/include/pplx/pplxcancellation_token.h [new file with mode: 0644]
Release/include/pplx/pplxconv.h [new file with mode: 0644]
Release/include/pplx/pplxinterface.h [new file with mode: 0644]
Release/include/pplx/pplxlinux.h [new file with mode: 0644]
Release/include/pplx/pplxtasks.h [new file with mode: 0644]
Release/include/pplx/pplxwin.h [new file with mode: 0644]
Release/include/pplx/threadpool.h [new file with mode: 0644]
Release/public_apis_doxyfile [new file with mode: 0644]
Release/samples/.gitignore [new file with mode: 0644]
Release/samples/BingRequest/CMakeLists.txt [new file with mode: 0644]
Release/samples/BingRequest/bingrequest.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Client/BlackJackClient.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Client/CMakeLists.txt [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/BlackJack_Server.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/CMakeLists.txt [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/Dealer.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/Table.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/Table.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/messagetypes.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/stdafx.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_Server/stdafx.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/App.xaml [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/App.xaml.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/App.xaml.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Assets/Logo.png [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Assets/SmallLogo.png [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Assets/SplashScreen.png [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Assets/StoreLogo.png [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/CardShape.xaml [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/CardShape.xaml.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/CardShape.xaml.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Cards.PNG [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Common/StandardStyles.xaml [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Package.appxmanifest [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Package.uwp.appxmanifest [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Player.xaml [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Player.xaml.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/Player.xaml.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/PlayingTable.xaml [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/PlayingTable.xaml.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/PlayingTable.xaml.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/messagetypes.h [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/pch.cpp [new file with mode: 0644]
Release/samples/BlackJack/BlackJack_UIClient/pch.h [new file with mode: 0644]
Release/samples/BlackJack/CMakeLists.txt [new file with mode: 0644]
Release/samples/CMakeLists.txt [new file with mode: 0644]
Release/samples/CasaLens/AppCode.html [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/AppCode.html [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/css/default.css [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/image/bing-logo.jpg [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/image/logo.png [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/image/wall.jpg [new file with mode: 0644]
Release/samples/CasaLens/CasaLens141/js/default.js [new file with mode: 0644]
Release/samples/CasaLens/ReadMe.txt [new file with mode: 0644]
Release/samples/CasaLens/casalens.cpp [new file with mode: 0644]
Release/samples/CasaLens/casalens.h [new file with mode: 0644]
Release/samples/CasaLens/css/default.css [new file with mode: 0644]
Release/samples/CasaLens/datafetcher.cpp [new file with mode: 0644]
Release/samples/CasaLens/image/bing-logo.jpg [new file with mode: 0644]
Release/samples/CasaLens/image/logo.png [new file with mode: 0644]
Release/samples/CasaLens/image/wall.jpg [new file with mode: 0644]
Release/samples/CasaLens/js/default.js [new file with mode: 0644]
Release/samples/CasaLens/stdafx.cpp [new file with mode: 0644]
Release/samples/CasaLens/stdafx.h [new file with mode: 0644]
Release/samples/FacebookDemo/App.xaml [new file with mode: 0644]
Release/samples/FacebookDemo/App.xaml.cpp [new file with mode: 0644]
Release/samples/FacebookDemo/App.xaml.h [new file with mode: 0644]
Release/samples/FacebookDemo/Assets/Logo.png [new file with mode: 0644]
Release/samples/FacebookDemo/Assets/SmallLogo.png [new file with mode: 0644]
Release/samples/FacebookDemo/Assets/SplashScreen.png [new file with mode: 0644]
Release/samples/FacebookDemo/Assets/StoreLogo.png [new file with mode: 0644]
Release/samples/FacebookDemo/Common/StandardStyles.xaml [new file with mode: 0644]
Release/samples/FacebookDemo/Facebook.cpp [new file with mode: 0644]
Release/samples/FacebookDemo/Facebook.h [new file with mode: 0644]
Release/samples/FacebookDemo/MainPage.xaml [new file with mode: 0644]
Release/samples/FacebookDemo/MainPage.xaml.cpp [new file with mode: 0644]
Release/samples/FacebookDemo/MainPage.xaml.h [new file with mode: 0644]
Release/samples/FacebookDemo/Package.appxmanifest [new file with mode: 0644]
Release/samples/FacebookDemo/Package.uwp.appxmanifest [new file with mode: 0644]
Release/samples/FacebookDemo/pch.cpp [new file with mode: 0644]
Release/samples/FacebookDemo/pch.h [new file with mode: 0644]
Release/samples/OAuth2Live/App.xaml [new file with mode: 0644]
Release/samples/OAuth2Live/App.xaml.cpp [new file with mode: 0644]
Release/samples/OAuth2Live/App.xaml.h [new file with mode: 0644]
Release/samples/OAuth2Live/Assets/Logo.png [new file with mode: 0644]
Release/samples/OAuth2Live/Assets/SmallLogo.png [new file with mode: 0644]
Release/samples/OAuth2Live/Assets/SplashScreen.png [new file with mode: 0644]
Release/samples/OAuth2Live/Assets/StoreLogo.png [new file with mode: 0644]
Release/samples/OAuth2Live/Common/StandardStyles.xaml [new file with mode: 0644]
Release/samples/OAuth2Live/MainPage.xaml [new file with mode: 0644]
Release/samples/OAuth2Live/MainPage.xaml.cpp [new file with mode: 0644]
Release/samples/OAuth2Live/MainPage.xaml.h [new file with mode: 0644]
Release/samples/OAuth2Live/Package.appxmanifest [new file with mode: 0644]
Release/samples/OAuth2Live/Package.uwp.appxmanifest [new file with mode: 0644]
Release/samples/OAuth2Live/pch.cpp [new file with mode: 0644]
Release/samples/OAuth2Live/pch.h [new file with mode: 0644]
Release/samples/Oauth1Client/CMakeLists.txt [new file with mode: 0644]
Release/samples/Oauth1Client/Oauth1Client.cpp [new file with mode: 0644]
Release/samples/Oauth2Client/CMakeLists.txt [new file with mode: 0644]
Release/samples/Oauth2Client/Oauth2Client.cpp [new file with mode: 0644]
Release/samples/SearchFile/CMakeLists.txt [new file with mode: 0644]
Release/samples/SearchFile/searchfile.cpp [new file with mode: 0644]
Release/samples/WindowsLiveAuth/App.xaml [new file with mode: 0644]
Release/samples/WindowsLiveAuth/App.xaml.cpp [new file with mode: 0644]
Release/samples/WindowsLiveAuth/App.xaml.h [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Assets/Logo.png [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Assets/SmallLogo.png [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Assets/SplashScreen.png [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Assets/StoreLogo.png [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Common/StandardStyles.xaml [new file with mode: 0644]
Release/samples/WindowsLiveAuth/MainPage.xaml [new file with mode: 0644]
Release/samples/WindowsLiveAuth/MainPage.xaml.cpp [new file with mode: 0644]
Release/samples/WindowsLiveAuth/MainPage.xaml.h [new file with mode: 0644]
Release/samples/WindowsLiveAuth/Package.appxmanifest [new file with mode: 0644]
Release/samples/WindowsLiveAuth/live_connect.h [new file with mode: 0644]
Release/samples/WindowsLiveAuth/pch.cpp [new file with mode: 0644]
Release/samples/WindowsLiveAuth/pch.h [new file with mode: 0644]
Release/src/.gitignore [new file with mode: 0644]
Release/src/CMakeLists.txt [new file with mode: 0644]
Release/src/http/client/http_client.cpp [new file with mode: 0644]
Release/src/http/client/http_client_asio.cpp [new file with mode: 0644]
Release/src/http/client/http_client_impl.h [new file with mode: 0644]
Release/src/http/client/http_client_msg.cpp [new file with mode: 0644]
Release/src/http/client/http_client_winhttp.cpp [new file with mode: 0644]
Release/src/http/client/http_client_winrt.cpp [new file with mode: 0644]
Release/src/http/client/x509_cert_utilities.cpp [new file with mode: 0644]
Release/src/http/common/connection_pool_helpers.h [new file with mode: 0644]
Release/src/http/common/http_compression.cpp [new file with mode: 0644]
Release/src/http/common/http_helpers.cpp [new file with mode: 0644]
Release/src/http/common/http_msg.cpp [new file with mode: 0644]
Release/src/http/common/internal_http_helpers.h [new file with mode: 0644]
Release/src/http/common/x509_cert_utilities.h [new file with mode: 0644]
Release/src/http/listener/http_listener.cpp [new file with mode: 0644]
Release/src/http/listener/http_listener_msg.cpp [new file with mode: 0644]
Release/src/http/listener/http_server_api.cpp [new file with mode: 0644]
Release/src/http/listener/http_server_asio.cpp [new file with mode: 0644]
Release/src/http/listener/http_server_httpsys.cpp [new file with mode: 0644]
Release/src/http/listener/http_server_httpsys.h [new file with mode: 0644]
Release/src/http/listener/http_server_impl.h [new file with mode: 0644]
Release/src/http/oauth/oauth1.cpp [new file with mode: 0644]
Release/src/http/oauth/oauth2.cpp [new file with mode: 0644]
Release/src/json/json.cpp [new file with mode: 0644]
Release/src/json/json_parsing.cpp [new file with mode: 0644]
Release/src/json/json_serialization.cpp [new file with mode: 0644]
Release/src/pch/stdafx.cpp [new file with mode: 0644]
Release/src/pch/stdafx.h [new file with mode: 0644]
Release/src/pplx/pplx.cpp [new file with mode: 0644]
Release/src/pplx/pplxapple.cpp [new file with mode: 0644]
Release/src/pplx/pplxlinux.cpp [new file with mode: 0644]
Release/src/pplx/pplxwin.cpp [new file with mode: 0644]
Release/src/pplx/threadpool.cpp [new file with mode: 0644]
Release/src/streams/fileio_posix.cpp [new file with mode: 0644]
Release/src/streams/fileio_win32.cpp [new file with mode: 0644]
Release/src/streams/fileio_winrt.cpp [new file with mode: 0644]
Release/src/uri/uri.cpp [new file with mode: 0644]
Release/src/uri/uri_builder.cpp [new file with mode: 0644]
Release/src/utilities/Resource.rc [new file with mode: 0644]
Release/src/utilities/asyncrt_utils.cpp [new file with mode: 0644]
Release/src/utilities/base64.cpp [new file with mode: 0644]
Release/src/utilities/web_utilities.cpp [new file with mode: 0644]
Release/src/websockets/client/ws_client.cpp [new file with mode: 0644]
Release/src/websockets/client/ws_client_impl.h [new file with mode: 0644]
Release/src/websockets/client/ws_client_winrt.cpp [new file with mode: 0644]
Release/src/websockets/client/ws_client_wspp.cpp [new file with mode: 0644]
Release/src/websockets/client/ws_msg.cpp [new file with mode: 0644]
Release/tests/.gitignore [new file with mode: 0644]
Release/tests/CMakeLists.txt [new file with mode: 0644]
Release/tests/common/CMakeLists.txt [new file with mode: 0644]
Release/tests/common/TestRunner/CMakeLists.txt [new file with mode: 0644]
Release/tests/common/TestRunner/test_module_loader.cpp [new file with mode: 0644]
Release/tests/common/TestRunner/test_module_loader.h [new file with mode: 0644]
Release/tests/common/TestRunner/test_runner.cpp [new file with mode: 0644]
Release/tests/common/TestRunner/test_runner.manifest [new file with mode: 0644]
Release/tests/common/UnitTestpp/CMakeLists.txt [new file with mode: 0644]
Release/tests/common/UnitTestpp/COPYING [new file with mode: 0644]
Release/tests/common/UnitTestpp/ThirdPartyNotices.txt [new file with mode: 0644]
Release/tests/common/UnitTestpp/config.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/AssertException.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/AssertException.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/CheckMacros.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Checks.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/CompositeTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/CompositeTestReporter.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/CurrentTest.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/CurrentTest.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/DeferredTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/DeferredTestReporter.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/DeferredTestResult.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/DeferredTestResult.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/ExceptionMacros.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/ExecuteTest.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/GlobalSettings.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/GlobalSettings.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/HelperMacros.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/MemoryOutStream.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/MemoryOutStream.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Posix/SignalTranslator.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Posix/SignalTranslator.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Posix/TimeHelpers.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Posix/TimeHelpers.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/ReportAssert.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/ReportAssert.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/ReportAssertImpl.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Test.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Test.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestDetails.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestDetails.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestList.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestList.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestMacros.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestProperties.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestReporter.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestReporterStdout.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestReporterStdout.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestResults.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestResults.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestRunner.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestRunner.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TestSuite.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/TimeHelpers.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Win32/TimeHelpers.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/Win32/TimeHelpers.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/XmlTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/XmlTestReporter.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/stdafx.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/stdafx.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/RecordingReporter.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/ScopedCurrentTest.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestAssertHandler.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestCheckMacros.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestChecks.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestCompositeTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestCurrentTest.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestDeferredTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestMemoryOutStream.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTest.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTestList.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTestMacros.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTestResults.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTestRunner.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestTestSuite.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestUnitTestPP.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/TestXmlTestReporter.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/stdafx.cpp [new file with mode: 0644]
Release/tests/common/UnitTestpp/src/tests/stdafx.h [new file with mode: 0644]
Release/tests/common/UnitTestpp/unittestpp.h [new file with mode: 0644]
Release/tests/common/utilities/CMakeLists.txt [new file with mode: 0644]
Release/tests/common/utilities/include/common_utilities_public.h [new file with mode: 0644]
Release/tests/common/utilities/include/locale_guard.h [new file with mode: 0644]
Release/tests/common/utilities/include/os_utilities.h [new file with mode: 0644]
Release/tests/common/utilities/os_utilities.cpp [new file with mode: 0644]
Release/tests/functional/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/http/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/http/client/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/http/client/authentication_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/building_request_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/client_construction.cpp [new file with mode: 0644]
Release/tests/functional/http/client/compression_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/connection_pool_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/connections_and_errors.cpp [new file with mode: 0644]
Release/tests/functional/http/client/header_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/http_client_fuzz_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/http_client_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/http_client_tests.h [new file with mode: 0644]
Release/tests/functional/http/client/http_methods_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/multiple_requests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/oauth1_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/oauth2_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/outside_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/pipeline_stage_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/progress_handler_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/proxy_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/redirect_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/request_helper_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/request_stream_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/request_uri_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/response_extract_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/response_stream_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/status_code_reason_phrase_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/client/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/http/client/stdafx.h [new file with mode: 0644]
Release/tests/functional/http/client/timeout_handler.h [new file with mode: 0644]
Release/tests/functional/http/client/to_string_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/http/listener/building_response_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/connections_and_errors.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/header_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/http_listener_tests.h [new file with mode: 0644]
Release/tests/functional/http/listener/listener_construction_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/reply_helper_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/request_extract_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/request_handler_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/request_relative_uri_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/request_stream_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/requests_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/response_stream_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/status_code_reason_phrase_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/http/listener/stdafx.h [new file with mode: 0644]
Release/tests/functional/http/listener/to_string_tests.cpp [new file with mode: 0644]
Release/tests/functional/http/utilities/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/http/utilities/http_asserts.cpp [new file with mode: 0644]
Release/tests/functional/http/utilities/include/http_asserts.h [new file with mode: 0644]
Release/tests/functional/http/utilities/include/http_test_utilities.h [new file with mode: 0644]
Release/tests/functional/http/utilities/include/http_test_utilities_public.h [new file with mode: 0644]
Release/tests/functional/http/utilities/include/test_http_client.h [new file with mode: 0644]
Release/tests/functional/http/utilities/include/test_http_server.h [new file with mode: 0644]
Release/tests/functional/http/utilities/include/test_server_utilities.h [new file with mode: 0644]
Release/tests/functional/http/utilities/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/http/utilities/stdafx.h [new file with mode: 0644]
Release/tests/functional/http/utilities/test_http_client.cpp [new file with mode: 0644]
Release/tests/functional/http/utilities/test_http_server.cpp [new file with mode: 0644]
Release/tests/functional/http/utilities/test_server_utilities.cpp [new file with mode: 0644]
Release/tests/functional/json/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/json/construction_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/fuzz_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/iterator_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/json_numbers_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/negative_parsing_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/parsing_tests.cpp [new file with mode: 0644]
Release/tests/functional/json/to_as_and_operators_tests.cpp [new file with mode: 0644]
Release/tests/functional/misc/atl_headers/Resource.h [new file with mode: 0644]
Release/tests/functional/misc/atl_headers/header_test.rc [new file with mode: 0644]
Release/tests/functional/misc/atl_headers/header_test1.cpp [new file with mode: 0644]
Release/tests/functional/misc/atl_headers/header_test2.cpp [new file with mode: 0644]
Release/tests/functional/pplx/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/pplx_op_test.cpp [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/pplx_task_options.cpp [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/pplxtask_tests.cpp [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/pplx/pplx_test/stdafx.h [new file with mode: 0644]
Release/tests/functional/streams/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/streams/CppSparseFile.cpp [new file with mode: 0644]
Release/tests/functional/streams/CppSparseFile.h [new file with mode: 0644]
Release/tests/functional/streams/fstreambuf_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/fuzz_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/istream_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/memstream_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/ostream_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/prefix.h [new file with mode: 0644]
Release/tests/functional/streams/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/streams/stdafx.h [new file with mode: 0644]
Release/tests/functional/streams/stdstream_tests.cpp [new file with mode: 0644]
Release/tests/functional/streams/streams_tests.h [new file with mode: 0644]
Release/tests/functional/streams/winrt_interop_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/uri/accessor_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/combining_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/constructor_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/conversions_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/diagnostic_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/encoding_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/operator_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/resolve_uri_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/splitting_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/uri/stdafx.h [new file with mode: 0644]
Release/tests/functional/uri/uri_builder_tests.cpp [new file with mode: 0644]
Release/tests/functional/uri/uri_tests.h [new file with mode: 0644]
Release/tests/functional/utils/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/utils/base64.cpp [new file with mode: 0644]
Release/tests/functional/utils/datetime.cpp [new file with mode: 0644]
Release/tests/functional/utils/macro_test.cpp [new file with mode: 0644]
Release/tests/functional/utils/nonce_generator_tests.cpp [new file with mode: 0644]
Release/tests/functional/utils/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/utils/stdafx.h [new file with mode: 0644]
Release/tests/functional/utils/strings.cpp [new file with mode: 0644]
Release/tests/functional/utils/utils_tests.h [new file with mode: 0644]
Release/tests/functional/utils/win32_encryption_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/CMakeLists.txt [new file with mode: 0644]
Release/tests/functional/websockets/client/authentication_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/client_construction.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/close_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/error_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/proxy_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/receive_msg_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/send_msg_tests.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/websockets/client/stdafx.h [new file with mode: 0644]
Release/tests/functional/websockets/client/websocket_client_tests.h [new file with mode: 0644]
Release/tests/functional/websockets/utilities/stdafx.cpp [new file with mode: 0644]
Release/tests/functional/websockets/utilities/stdafx.h [new file with mode: 0644]
Release/tests/functional/websockets/utilities/test_websocket_server.cpp [new file with mode: 0644]
Release/tests/functional/websockets/utilities/test_websocket_server.h [new file with mode: 0644]
ThirdPartyNotices.txt [new file with mode: 0644]
azure-devops/build-ubuntu-apt.yml [new file with mode: 0644]
azure-devops/build-ubuntu-vcpkg.yml [new file with mode: 0644]
azure-devops/build-windows.yml [new file with mode: 0644]
azure-devops/vcpkg-windows.txt [new file with mode: 0644]
azure-pipelines.yml [new file with mode: 0644]
changelog.md [new file with mode: 0644]
license.txt [new file with mode: 0644]