An open API service providing commit metadata for open source projects.

GitHub / PowerShell/cpprestsdk / commits

SHA Message Author Date Stats
81209756 Remove use of CMake 3.6 feature: list(FILTER). Fixes #603. Robert Schumacher <r****a@m****m> almost 9 years ago
1a7237d9 Update README.md Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
88fd367c Update README.md Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
9bea093a Patch to get e.g. "cpprest140d_2_10.dll" as described in Microsoft/cpprestsdk... garethsb-sony <g****y@s****m> almost 9 years ago
a24b81a5 Fixup static Win32 builds Robert Schumacher <r****a@m****m> almost 9 years ago
b0634729 Refactor out uri_parser, moving it into the underlying uri implementation Robert Schumacher <r****a@m****m> almost 9 years ago
8ccd130e Refactor CMake for better UWP support Robert Schumacher <r****a@m****m> almost 9 years ago
8bd80323 Resolve gcc "warning: comparison between signed and unsigned integer expressi... garethsb-sony <g****y@s****m> almost 9 years ago
a7e49f51 Apply fixes from #568 to VS2017 projects. Robert Schumacher <r****a@m****m> almost 9 years ago
ee351fc5 merge Merge pull request #570 from deeringc/patch-4 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
c0e31f07 Add type checks to oauth2 parsing code deeringc <d****c@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
5a87137f fix compiling with non-glib Linux c libraries Adam Duskett <a****t@g****m> almost 9 years ago
28919d0e Fix issue CMake building for UWP Robert Schumacher <r****a@m****m> almost 9 years ago
71332b5e Add changelog for v2.10.0 Robert Schumacher <r****a@m****m> almost 9 years ago
43753623 Update readme to include new CMake find_package() scripts Robert Schumacher <r****a@m****m> almost 9 years ago
d310b6d8 Update iOS configure script Robert Schumacher <r****a@m****m> almost 9 years ago
facb5c29 Add android project for vs2017. Robert Schumacher <r****a@m****m> almost 9 years ago
d3055661 Fix an issue where requests sent via authenticated proxies could not be succe... Chris Deering <d****c@g****m> almost 9 years ago
f08dd84c Add missing begin-quotes to http constants Robert Schumacher <r****a@m****m> almost 9 years ago
06a6ac5e merge Merge pull request #550 from deeringc/patch-3 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
1ab10c9a merge Merge branch 'xqp-feature/get_human_readable_ssl_errors' Robert Schumacher <r****a@m****m> almost 9 years ago
1a5e734f merge Merge branch 'master' of https://github.com/Microsoft/cpprestsdk Robert Schumacher <r****a@m****m> almost 9 years ago
8b186cb7 Loosen tests because error codes can't be consistently reproduced on Linux. Robert Schumacher <r****a@m****m> almost 9 years ago
2b53b1b5 Improve error diagnostics for VERIFY_THROWS_HTTP_ERROR_CODE Robert Schumacher <r****a@m****m> almost 9 years ago
6e8d910e Fix auth_no_data test on linux. Robert Schumacher <r****a@m****m> almost 9 years ago
272fa31d Fix use-after-free race condition in winhttp. Robert Schumacher <r****a@m****m> almost 9 years ago
6c8f948e Fix outside tests to use the more stable badssl.com Robert Schumacher <r****a@m****m> almost 9 years ago
71f05183 merge Merge branch 'master' into xqp-feature/get_human_readable_ssl_errors Robert Schumacher <r****a@m****m> almost 9 years ago
775feb07 merge Merge pull request #562 from aduskett/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
e5350bac Always add CMAKE_DL_LIBS to test_runner. Robert Schumacher <r****a@m****m> almost 9 years ago
c1a4067d Fix _do_while patch on Linux. Robert Schumacher <r****a@m****m> almost 9 years ago
11bc9f06 Remove debug message. Robert Schumacher <r****a@m****m> almost 9 years ago
6f291dd1 Remove v120 MSBuild files. Use CMake instead. Robert Schumacher <r****a@m****m> almost 9 years ago
801943b8 Add Generated Files to gitignore. Normalize BingRequest141. Robert Schumacher <r****a@m****m> almost 9 years ago
c6cbfc47 Add v141 projects, update version information to 2.10.0 Robert Schumacher <r****a@m****m> almost 9 years ago
ba2e35b9 translate the ssl error flag into human readable exception. Patrik Fiedler <p****r@n****m> almost 9 years ago
9a4ebda8 Replace all uses of details::do_while() with internal _do_while() Robert Schumacher <r****a@m****m> almost 9 years ago
253699c2 fix building with libressl Adam Duskett <A****t@o****m> almost 9 years ago
f301d1dd Fix compatibility with openssl 1.1.0 Alexander Karatarakis <a****a@m****m> almost 9 years ago
ec1119d4 merge Merge pull request #551 from deeringc/json_util Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
0446dd9e Fixing formatting deeringc <d****c@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
0cffa77b Adding has_<type>_field utility to json value Chris Deering <d****c@g****m> almost 9 years ago
180c72bf Add all remaining missing HTTP status codes deeringc <d****c@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
bcb746bd merge Merge pull request #543 from deeringc/patch-2 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
23ac40a7 Do not use imported targets for Boost because they're continually broken. Par... Robert Schumacher <r****a@m****m> almost 9 years ago
d0658158 Do not use imported targets for Boost because they're continually broken. Robert Schumacher <r****a@m****m> almost 9 years ago
fb92f6de Adding "429 - Too Many Requests" to the http constants deeringc <d****c@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
9747bc3b Fix v141 warnings in websocketpp Robert Schumacher <r****a@m****m> almost 9 years ago
c0613af6 merge Merge pull request #398 from deeringc/oauth2_user_agent Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
acd8129e merge Merge pull request #429 from c72578/change_eol_encoding_2017-04-29 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
8833a2b9 merge Merge pull request #494 from vadz/fix-sample-proxy Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
065d0752 Simplify PR #494 Robert Schumacher <r****a@m****m> almost 9 years ago
fc20c179 merge Merge pull request #496 from vadz/use-ie-proxy-by-default Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
b7fa0b1f merge Merge branch 'use-ie-proxy-by-default' of https://github.com/vadz/cpprestsdk ... Robert Schumacher <r****a@m****m> almost 9 years ago
a7ad987b merge Merge pull request #500 from xqp/use_system_proxy Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
92f1821b Clean up memory after call to WinHttpGetIEProxyConfigForCurrentUser Robert Schumacher <r****a@m****m> almost 9 years ago
d883eabb merge Merge pull request #516 from xqp/feature/enable-certificate-revocation-pr Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
90ab8f7a Reformat Robert Schumacher <r****a@m****m> almost 9 years ago
186717f7 merge Merge pull request #502 from c72578/2017-07-13_asyncrt_utils_xlocale Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
97ad0677 merge Merge pull request #495 from vadz/proxy-info-memleak Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
64dd0676 Add comment(lib) for Ws2_32 Robert Schumacher <r****a@m****m> almost 9 years ago
7964f1ba merge Merge pull request #507 from orudge/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
da058b3d Don't assume AF_INET6 or AF_INET Robert Schumacher <r****a@m****m> almost 9 years ago
1b7294c6 merge Merge pull request #508 from deeringc/patch-1 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
a617976e merge Merge pull request #521 from xqp/fix/win32_encryption_throws_by_empty_string Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
f20f3787 merge Merge pull request #526 from edukaj/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
500f7a22 merge Merge pull request #527 from ChristophAlbert/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
91a548eb Fixed proxy credentials for http_client_asio Christoph Albert <C****t@v****m> almost 9 years ago
06422756 patch in SSL_R_SHORT_READ from https://github.com/LocutusOfBorg/websocketpp/c... Elvis Dukaj <E****j> almost 9 years ago
d947fb5c add test for the crash bug Patrik Fiedler <p****r@n****m> about 9 years ago
e212141f use a early return in case of empty string Patrik Fiedler <p****r@n****m> about 9 years ago
9bcde8b4 c'tor early return if the string is empty Patrik Fiedler <p****r@n****m> about 9 years ago
ba1fdef4 delete unused code Patrik Fiedler <p****r@n****m> about 9 years ago
3f47656a use the right handle Patrik Fiedler <p****r@n****m> about 9 years ago
b2efa45e enable crl checks for windows tls Patrik Fiedler <p****r@n****m> about 9 years ago
935917a7 merge Merge pull request #509 from fcharlie/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
dd8eddd4 Disable setting secure protocols on XP. Fixes #510. Robert Schumacher <r****a@m****m> about 9 years ago
907ea018 merge Merge pull request #504 from reneme/fix/uri_builder_constness Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
70c1b14f fix lambda capture 'this' is not used, clang 5.0 on ubuntu 16.04 Force Charlie <i****b@q****m> about 9 years ago
55ea6924 Adding 308 "Permanent Redirect" to http_constants.dat deeringc <d****c@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
48244346 Add test for request.remote_address() Owen Rudge <o****n@o****t> about 9 years ago
2dcf4fd1 Add support for retrieving remote address in HTTP listener Owen Rudge <o****n@o****t> about 9 years ago
f0238fae FIX: make uri_builder::to_string(), ::to_uri() const René Meusel <r****l@n****m> about 9 years ago
d4f707ab Fix build error with glibc 2.26, xlocale.h Wolfgang Stöggl <c****8@y****e> about 9 years ago
7dca8e4a merge Merge pull request #447 from ashwinravianandan/bugfix/#446 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
6cac701e merge Merge pull request #465 from fcharlie/master Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
4c7e1bfb merge Merge pull request #501 from c72578/2017-07-12_outside_tests_google Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
68603485 merge Merge pull request #476 from JunielKatarn/nugetconfig Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
14060016 Fix google outside tests Wolfgang Stöggl <w****g@l****n> about 9 years ago
11fd953e intedation Patrik Fiedler <p****r@n****m> about 9 years ago
ba7ee447 merge Merge pull request #499 from c72578/outside_test_cnn_2017-07-11 Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5d138eb2 cleanup the changes Patrik Fiedler <p****r@n****m> about 9 years ago
f9774be8 Fix cnn outside test Wolfgang Stöggl <w****g@l****n> about 9 years ago
0206caa4 add support for using the proxy settings from IE Patrik Fiedler <p****r@n****m> about 9 years ago
0a9a84c0 merge Merge pull request #498 from vadz/fix-no-body-errors Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
5d11bb37 Avoid spurious errors when handling HTTP responses without body Vadim Zeitlin <v****a@z****g> about 9 years ago
f5db252b merge Merge pull request #497 from vadz/fix-msvc-build Robert Schumacher <r****a@m****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
0e998d1d Fix unreachable statement warning from MSVC after ICC warning fix Vadim Zeitlin <v****a@z****g> about 9 years ago
eb108ada Fall back on WinINET proxy settings if WinHTTP proxy is not defined Vadim Zeitlin <v****a@z****g> about 9 years ago
49775fe4 Support "auto" in "http_proxy" environment variable Vadim Zeitlin <v****a@z****g> about 9 years ago

← Back to repository