GitHub / PowerShell/cpprestsdk / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 58d91e6e | Fix length of the proxy URI string in BingRequest sample | Vadim Zeitlin <v****a@z****g> | about 9 years ago | |
| 4011ba1d | Don't use proxy in BingRequest sample if not defined | Vadim Zeitlin <v****a@z****g> | about 9 years ago | |
| c24bc6a2 | Fix memory leak of WINHTTP_PROXY_INFO fields | Vadim Zeitlin <v****a@z****g> | about 9 years ago | |
| 7b47d0c9 | Fix memory leak of WINHTTP_PROXY_INFO fields | Vadim Zeitlin <v****a@z****g> | about 9 years ago | |
| 96165e10 | since win 8.1 the WINHTTP_ACCESS_TYPE_DEFAULT_PROXY is depricated. Because th... | Patrik Fiedler <p****r@n****m> | about 9 years ago | |
| b77c773a | merge Merge pull request #487 from kiyolee/fix-static-build-test_running |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 410feb1e | merge Merge pull request #488 from kiyolee/ignore-cmake-temp-files |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 95606895 | Ignore a bunch of temporary files from cmake/ninja. | Kelvin Lee <k****e@l****u> | about 9 years ago | |
| 26542175 | Fixed test_runner build when BUILD_SHARED_LIBS=OFF, always needs linking to l... | Kelvin Lee <k****e@l****u> | about 9 years ago | |
| e1933685 | Update README.md |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 07451e4a | Added Nuget.Config. | Julio C. Rocha <j****a@m****m> | about 9 years ago | |
| a0790947 | fix build on linux use clang | Force Charlie <i****b@q****m> | about 9 years ago | |
| 0a9ca2c3 | merge Merge pull request #449 from eburkitt/upmaster |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 8d459d44 | Update readme to include basic CMake usage | Robert Schumacher <r****a@m****m> | about 9 years ago | |
| f15e6136 | merge Merge pull request #454 from gladkovdmitry17/suppress_intel_comp_warn |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 2ebf9b93 | merge Merge pull request #456 from EdgarWahn/patch-1 |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 8ca304a5 | fix syntax error in cmake file |
Markus Warg <m****s@w****e>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| e3f81c43 | Suppress Intel C++ Compiler 17.0 warning | Dmitry Gladkov <d****v@i****m> | about 9 years ago | |
| 5c708f48 | merge Merge pull request #450 from vinniefalco/master |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
| 62d44030 | Fix http_request::method doc | Vinnie Falco <v****o@g****m> | about 9 years ago | |
| ce5595d7 | Supply missing WindowsTargetPlatformVersion setting that vs2017 insists be there | Evan Burkitt <e****b@e****m> | about 9 years ago | |
| 2ea1bbbe | bugfix #446: fixed issue with wildchar handling on linux. | Ashwin Ravi Anandan <a****n@g****m> | about 9 years ago | |
| 34778459 | Change end-of-line encoding of two files to Unix (LF) | Wolfgang Stöggl <c****8@y****e> | over 9 years ago | |
| 381f5aa9 | merge Merge pull request #422 | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 67e4d626 | merge Merge pull request #415 from HEPTACOM/master | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 01d1ab1f | merge Merge pull request #393 from ChristophAlbert/cpprestsdk | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 31b0e47b | Remove qualification on member function definitions. Merges PR #422. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| c5eeac3d | merge Rework PR #415 onto ASIO refactor | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| c327a61a | merge Merge pull request #408 from c72578/remove_exec_perm_2017-04-06 |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 42b7a935 | Share thread-safe outgoing queue implementation between wspp and winrt. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 8b878f70 | merge Merge branch 'master' of https://github.com/ChristophAlbert/cpprestsdk into w... | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| aa2d08f2 | merge Merge branch 'master' into HEAD | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| ae700b3e | Improve proxy tests | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 5f487ba4 | Handle wchar_t-, fixes #179 | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 8b33dcc7 | Fix invoking unset nativehandle callbacks | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 7de91c0d | Always use PUBLIC/PRIVATE for target_link_libraries. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| ebf39000 | Export websocketpp interface forwarder when available. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| ad8a3b41 | Rework CMake build to use INTERFACE targets to handle dependencies. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| b1194f30 | merge Merge pull request #376 from xqp/master | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| d72c5f90 | Minor cleanup. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 305e1163 | Inline open_if_required() into the single point of use. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| a6bdbca9 | Tweaks for PR #376 | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 74763882 | merge Merge branch 'master' of https://github.com/xqp/cpprestsdk into xqp-master | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| cccb2459 | merge Merge pull request #365 from pnemere/patch-1 |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 039b5b9c | merge Merge branch 'testing' | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| c0d375eb | Re-add diagnostic suppressions around boost. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| b2d37ef1 | merge Merge pull request #336 from reneme/fix/asio_default_host_header |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| a9369689 | Hide server includes behind #ifdef to avoid inclusion on XP/UWP. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 15ce76dd | Remove old include -- file was renamed. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| e3ea6b8b | Add missing includes to http_server_impl.h | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 0e4108cc | merge Merge pull request #319 from HolgerStrauss/master |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 13049fc0 | Fix vcxitems | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 256fe993 | Refactor http_server_httpsys/http_server_asio to be internal-only. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| d0ef0b78 | Fix regressions in PR #251 | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 38d916a6 | Rename listener::details::connection -> listener::details::asio_server_connec... | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 33edea3f | Add _SCL_SECURE_NO_WARNINGS because websockets++ does not compile cleanly | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 363376e1 | merge Merge pull request #251 from JasonYang-MSFT/development | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 96433698 | merge Merge pull request #246 from nilfrisk/windows_7_8_tls_fix |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 09984d59 | merge Merge improve-asio | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 3124c1ca | [http-client] If socket is closed during async_connect, cancel the connection. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 0d1d5d16 | Improve test robustness across the board. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| f566a87d | [http-client] Rely on m_timer to call close() when needed | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| f5901c39 | Handle empty strings in `win32_encryption::decrypt()` | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 1402f5d3 | Not all methods support the Content-Length header. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 115b226f | [test-http-server] Unify test server interfaces/impls | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 9d910205 | [threadpool] Disable the asio-backed threadpool when (windows & !websockets) | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 5397c987 | Disable tests that rely on PPL when using CPPREST_FORCE_PPLX. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 5cd9364c | CNN permanently moved /US to /us. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 5da5ce11 | Ensure tasks created inside http_client have a try/catch handler to prevent p... | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 83959175 | Add PPLX_IMPL option for CPPREST_FORCE_PPLX. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 875bb6e4 | merge Merge branch 'master' into improve-asio | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 089f5a40 | Added test to check against BadRequest on bad encoded URIs. | Joshua Behrens <b****s@h****e> | over 9 years ago | |
| 2bd54682 | Handled uncaught exception when request contains misencoded URI. | Joshua Behrens <b****s@h****e> | over 9 years ago | |
| 8f09ce23 | remove spurious executable permissions | Wolfgang Stöggl <c****8@y****e> | over 9 years ago | |
| 83e6b2a3 | Adding the ability to override the user agent for the oauth2 flow, as well as... | Chris Deering <c****g@c****m> | over 9 years ago | |
| 5e5ecaac | Fixed race condition in ws_client_wspp.cpp | Christoph Albert <C****t@v****m> | over 9 years ago | |
| a6366cdf | fix a nullptr bug | Patrik Fiedler <p****r@n****m> | over 9 years ago | |
| 23c924ac | fix indendation | Patrik Fiedler <p****r@n****m> | over 9 years ago | |
| 0898d5c7 | add support to customize the session handle | Patrik Fiedler <p****r@n****m> | over 9 years ago | |
| e89add82 | Update README.md |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| dcce40b5 | Use 1.0.2k openssl library - Play store rejects 1.0.2d |
pnemere <s****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 4aa1b6db | FIX: don't add default port to 'Host' header (ASIO) | René Meusel <r****l@n****m> | over 9 years ago | |
| 1881d549 | Paths in Post-Build Event quoted to allow compilation in folders with a space... | Holger Strauss <e****l@h****e> | over 9 years ago | |
| 980f14fb | merge Merge pull request #312 from hrantzsch/master |
Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| c1c673df | add *.hpp and *.dat HEADERS_DETAILS to CMake file globbing | Hannes Rantzsch <g****h@h****e> | over 9 years ago | |
| 508e3d35 | Improve test performance | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| cfff33cb | Always send Content-Length if not using Transfer-Encoding: chunked. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 7a9b20a5 | Remove duplicate test | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 13c607a2 | Clean up use of owning raw pointer with RAII. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| c07dfff3 | Stop internal http_server_api when all paths have been deregistered. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 38c86e20 | Add macros to _very experimentally_ enable building ASIO on Windows. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 3dc2b426 | Improve consistency of string_t vs std::string inside the ASIO implementation. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| dcfb119f | Fix std::getenv warning in BingRequest on Windows | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 86e9dd38 | Moved trim_whitespace and get_default_reason_phrase to be internal. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| ba86e292 | Add a single dummy export to each test DLL to ensure they create an import lib. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| b11cf34f | Rename web::credentials::decrypt to web::credentials::_internal_decrypt and m... | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 6b72090a | Add docs/ to gitignore | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| b534b087 | Suppress warnings in certain tests where they are expected. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 6d6e053b | Fix 3e4e3e9a for WinRT. | Robert Schumacher <r****a@m****m> | over 9 years ago | |
| 154ce78e | Avoid using recursive locks, they indicate poor understanding of code flow. | Robert Schumacher <r****a@m****m> | over 9 years ago |