forked from microsoft/cpprestsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e19c0c
commit 29e23c2
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 1,15 @@ | ||
cpprestsdk (2.10.4) | ||
---------------------- | ||
* Added a `.clang-format` to enable consistent formatting. | ||
* Added support for `Host:` headers changing the checked CNAME field for SSL certificates in WinHTTP and Asio. | ||
* PR#736 passes 0666 to open() for creating files to better match the default behavior for other http clients (wget, etc). | ||
* PR#732 fixes a build issue with clang | ||
* PR#737 taught our cmake to respect the GNUInstallDirs variables | ||
* PR#762 improved handling of dead connections in the connection pool on Asio. | ||
* PR#750 improved error handling in the accept() call in `http_listener` | ||
* PR#776 improved the iOS buildsystem | ||
-- cpprestsdk team <[email protected]> WED, 15 Aug 2018 12:35:00 -0800 | ||
|
||
cpprestsdk (2.10.3) | ||
---------------------- | ||
* Added a root `CMakeLists.txt` to improve support for VS2017 Open Folder. | ||
|