Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around SSL compression methods memory leak in ASIO #143

Merged
merged 50 commits into from
Jun 8, 2016
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
e708c1a
Fixing .then to work with movable-only types
AntonBikineev Jan 6, 2016
8b6f832
fix for build on Linux
snikulov Feb 2, 2016
01e3eff
Added prefix to credentials to avoid compilation errors on Linux conf…
leighsmith Feb 9, 2016
58c1a64
Add a project for compiling as a static lib
Feb 9, 2016
f15910c
Merge pull request #65 from snikulov/linux_build_fix
ras0219-msft Feb 26, 2016
9052811
Merge pull request #70 from leighsmith/development
ras0219-msft Feb 26, 2016
2320e0c
Changing use of C++14 capture initialization to usual functor in pplx…
AntonBikineev Feb 27, 2016
ff4f311
Disabling movable_then test on Windows
AntonBikineev Feb 28, 2016
7a07d38
Merge branch 'development' into fixing#418
AntonBikineev Mar 1, 2016
cd97141
Fixing noncopyablewrapper ctor
AntonBikineev Mar 1, 2016
2e23b2a
Adding decay to noncopyablefunctorwrapper
AntonBikineev Mar 2, 2016
5f75ec9
Merge pull request #47 from anton/fixing#418
ras0219-msft Mar 3, 2016
2bf31b7
Fixed ambiguous call to begin when using with boost library.
Mar 3, 2016
ef8e748
Fix use after free in HTTPS listener on non-windows.
ras0219-msft Mar 5, 2016
0d615a1
Fix obtaining raw string_t pointer from temporary
Mar 9, 2016
2b7b52f
Fix typo hexidecimal/hexadecimal
LocutusOfBorg Mar 17, 2016
f063765
Removed redundant std::move() that was causing errors on Xcode 7.3 gcc
leighsmith Mar 30, 2016
42d6366
Merge pull request #96 from locutus/patch-2
ras0219-msft Mar 31, 2016
a13c132
Resolved merge conflicts with PR #71
ras0219-msft Mar 31, 2016
356639d
Adding 'lib' prefix to v140 static lib to prevent collision with impo…
ras0219-msft Mar 31, 2016
43c1c87
Merge pull request #86 from schellap/patch-1
ras0219-msft Mar 31, 2016
fb4aba9
Merge pull request #82 from dogukan/master
ras0219-msft Mar 31, 2016
29ba42e
Merge pull request #114 from leighsmith/xcode7.3
ras0219-msft Mar 31, 2016
5d84d4c
Fixing latin1 to UTF-16 convertion
pp555 Mar 23, 2016
1c4171b
Merge pull request #116 from pp555/fix-latin1-convertion
ras0219-msft Mar 31, 2016
dac2c16
Consolidate x509's into a single file. No need to have a file per (mu…
ras0219 Apr 3, 2016
2b79bd3
Declaration for verify_x509_cert_chain does not need external linkage.
ras0219 Apr 3, 2016
6f5f815
Move definitions from http_helpers into http_msg, removing external d…
ras0219 Apr 3, 2016
9869462
Localized conversion functions from http_helpers.h to http_msg.cpp
ras0219 Apr 3, 2016
9b5ecb1
Move mime_types and charset_types to the header matching the defining…
ras0219 Apr 3, 2016
d3391c8
http_helpers only uses string_t.
ras0219 Apr 3, 2016
a0a0f8d
Refactor http_client_impl.h to be internal.
ras0219 Apr 3, 2016
aff4a1a
Refactor to remove web::http::details::http_network_handler.
ras0219 Apr 3, 2016
7c9189e
Fix android build after refactor.
ras0219-msft Apr 5, 2016
fde3e9a
Update tests to account for outside site fixing bad certificate.
ras0219-msft Apr 14, 2016
f4c8a47
Merge branch fix-https-linux into development
ras0219-msft Apr 14, 2016
98320fe
Hide definition of http_pipeline.
ras0219-msft Apr 14, 2016
baa8c9b
Add final for internal types. Fix docs.
ras0219 Apr 3, 2016
ba2adb3
http_pipeline does not have correct semantics under move.
ras0219-msft Apr 5, 2016
479ebe7
Code review comments for 952a0e22
ras0219-msft Apr 12, 2016
621f0da
Merge branch 'http-pipeline-refactor' into development
ras0219-msft Apr 14, 2016
b332591
Fix move of http_pipeline into web::http::client namespace
ras0219-msft Apr 14, 2016
54d7fcd
Mark add_handler std::function argument as requiring __cdecl to guard…
ras0219-msft Apr 14, 2016
834491e
Improve CMake support for windows.
ras0219-msft Apr 12, 2016
5abe0cb
Merge branch 'improve-buildsystem' into development
ras0219-msft Apr 14, 2016
45ff2f6
Remove extraneous allocation of boost::asio::ssl::stream
ras0219-msft Apr 14, 2016
7ff0685
Update to include access control allow origin
jsonng Apr 17, 2016
b61cbe1
Merge pull request #131 from jsonng/patch-1
ras0219-msft Apr 21, 2016
1e0b5c5
Remove Windows-On-Devices and android test runner from the default so…
ras0219-msft Apr 21, 2016
12619af
Work around SSL compression methods memory leak in ASIO
vadz May 6, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests to account for outside site fixing bad certificate.
  • Loading branch information
ras0219-msft committed Apr 14, 2016
commit fde3e9a07f9cd469fb181c3542b42860f11ab395
2 changes: 1 addition & 1 deletion Release/tests/functional/http/client/outside_tests.cpp
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ TEST(server_selfsigned_cert)
});
}

TEST(server_hostname_mismatch)
TEST(server_hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).")
{
handle_timeout([]
{
Original file line number Diff line number Diff line change
@@ -234,7 +234,7 @@ TEST(self_signed_cert)
handshake_error_test_impl(U("wss://www.pcwebshop.co.uk/"));
}

TEST(hostname_mismatch)
TEST(hostname_mismatch, "Ignore", "Site fixed certificate. Improve test (new site or alternate method).")
{
handshake_error_test_impl(U("wss://swordsoftruth.com/"));
}