Created Unassigned: https listener and listener support for linux [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.It would...
View ArticleNew Post: Why not using stock PPL
how to 'schedule' the created task? I would like to achieve something illustrated belowauto process_line = [](...){}; for(;;) { line = read_line(); std::async( process_line); // how to spawn it? //...
View ArticleNew Post: Why not using stock PPL
create_task() is exactly like std::async(), it schedules the work automatically.
View ArticleNew Post: Cannot access tempo-db using Casablanca
Hi all, Andrew from TempoDB here. Steve and Ravil, you are correct that we currently respond with a 403 to both unauthorized and forbidden access attempts. Since we're an API, most clients are not...
View ArticleEdited Unassigned: https listener and listener support for linux [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.It would...
View ArticleCommented Unassigned: https listener and listener support for linux [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.It would...
View ArticleEdited Unassigned: https listener support for linux [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.It would...
View ArticleEdited Unassigned: HTTPS support for http_listener [50]
Please vote if this scenario is import for you:I would like to see a secure implementation for the http_listener via SSL. Currently https is not supported, but this would be a nice feature.
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on Windows 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To clone this...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleNew Post: Why not using stock PPL
Thanks niklasgu, I believe this should be captured in documentation.
View ArticleNew Post: Why not using stock PPL
If you follow the documentation link to 'more information on PPL tasks,' it takes you to:http://msdn.microsoft.com/en-us/library/dd492427(v=vs.110).aspx
View ArticleReleased: C++ REST SDK 1.2.0 (Aug 21, 2013)
The following is a list of the major aspects of this release:Adding support for HTTPS for the Linux version of the library Adding experimental support for Windows XP (client features only) Some...
View ArticleUpdated Release: C++ REST SDK 1.2.0 (Aug 21, 2013)
The following is a list of the major aspects of this release:Adding support for HTTPS for the Linux version of the libraryAdding experimental support for Windows XP (client features only)Some...
View ArticleUpdated Release: C++ REST SDK 1.2.0 (Aug 21, 2013)
The following is a list of the major aspects of this release:Adding support for HTTPS for the Linux version of the libraryAdding experimental support for Windows XP (client features only)Some...
View ArticleUpdated Release: C++ REST SDK 1.2.0 (Aug 21, 2013)
The following is a list of the major aspects of this release:Adding support for HTTPS for the Linux version of the libraryAdding experimental support for Windows XP (client features only)Some...
View ArticleReleased: C++ REST SDK 1.2.0 (Aug 21, 2013)
The following is a list of the major aspects of this release:Adding support for HTTPS for the Linux version of the library Adding experimental support for Windows XP (client features only) Some...
View ArticleNew Post: C++ REST SDK 1.2.0 Release
C++ REST SDK 1.2.0 is now available for download! The biggest additions in this release are support for HTTPS on Linux and much requested support for Windows XP. Follow the link above to see the...
View Article