-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To support VSOCK, stop limiting port to 16 bits. (#733)
- Loading branch information
Showing
22 changed files
with
49 additions
and
53 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
6 files
Submodule aws-c-common
updated
3 files
+3 −3 | include/aws/common/uri.h | |
+18 −24 | source/uri.c | |
+1 −1 | tests/uri_test.c |
Submodule aws-c-event-stream
updated
6 files
Submodule aws-c-http
updated
20 files
+1 −1 | bin/elasticurl/main.c | |
+1 −1 | include/aws/http/connection.h | |
+1 −1 | include/aws/http/connection_manager.h | |
+1 −1 | include/aws/http/http2_stream_manager.h | |
+2 −2 | include/aws/http/private/proxy_impl.h | |
+1 −1 | include/aws/http/proxy.h | |
+4 −3 | include/aws/http/request_response.h | |
+1 −1 | include/aws/http/websocket.h | |
+6 −6 | source/connection.c | |
+1 −1 | source/connection_manager.c | |
+1 −1 | source/h2_connection.c | |
+1 −1 | source/proxy_connection.c | |
+1 −1 | source/websocket_bootstrap.c | |
+3 −3 | tests/proxy_test_helper.c | |
+4 −4 | tests/proxy_test_helper.h | |
+2 −2 | tests/test_connection_manager.c | |
+22 −6 | tests/test_h1_client.c | |
+29 −4 | tests/test_h2_client.c | |
+2 −2 | tests/test_proxy.c | |
+1 −1 | tests/test_stream_manager.c |
Submodule aws-c-io
updated
9 files
+2 −2 | include/aws/io/channel_bootstrap.h | |
+17 −1 | include/aws/io/socket.h | |
+6 −6 | source/channel_bootstrap.c | |
+25 −28 | source/posix/socket.c | |
+75 −0 | source/socket_shared.c | |
+43 −33 | source/windows/iocp/socket.c | |
+1 −0 | tests/CMakeLists.txt | |
+53 −0 | tests/socket_test.c | |
+4 −4 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
11 files
Submodule aws-c-s3
updated
3 files
+1 −1 | include/aws/s3/private/s3_client_impl.h | |
+1 −1 | source/s3_client.c | |
+4 −4 | source/s3_endpoint.c |
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
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
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
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