-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement Socket for win32 #10784
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
Merged
straight-shoota
merged 46 commits into
crystal-lang:master
from
straight-shoota:feature/win32-socket
Sep 8, 2021
Merged
Implement Socket for win32 #10784
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
3db1cdd
Allow nil message in SystemError.new_from_os_error
straight-shoota 1ad2aa2
Fix Socket::Connect error in addrinfo inherit os_error
straight-shoota fd19ff4
Merge branch 'master' into win32socket-base
straight-shoota 1023ef9
Implement Socket for win32
straight-shoota 4889081
Run std_spec --verbose on win32
straight-shoota 1aaabeb
[CI] Disable spec
straight-shoota edc85f7
[CI] Disable spec
straight-shoota a6cf1be
Add all TCP_ constants to ws2ipdef
straight-shoota 5337075
Add comment to wait_completion stub
straight-shoota 56200df
[CI] Re-enable specs, only run TCPSocket specs verbose
straight-shoota a1adcfd
[CI] Add puts beacons to spec example
straight-shoota 0218842
Add error handling for WSAIoctl calls
straight-shoota 5e45f0d
Fix Socket#system_blocking
straight-shoota d54f040
[CI] Improve logging info
straight-shoota 6511715
[CI] Add more beacons
straight-shoota 88e7d08
[CI] Add more beacons
straight-shoota 2483ac8
[CI] Fix instrumentation
straight-shoota 1f64a07
Revert "[CI] Add puts beacons to spec example"
straight-shoota fd50e8f
[CI] Add more logging
straight-shoota 9a8a8f1
Revert "[CI] Add more logging" keeping addrinfo refactor
straight-shoota 53e48ff
[CI] Add in addrinfo.to_s again
straight-shoota df26331
[CI] Add some debug prints again
straight-shoota 3be9260
[CI] Add more logging
straight-shoota 06f4662
[CI] Remove one
straight-shoota fe43391
[CI] Remove other
straight-shoota ffbbe88
[CI] Remove instrumentation
straight-shoota f1bec4e
Revert "[CI] Remove other"
straight-shoota 49d0831
[CI] Remove print content
straight-shoota 21233fb
[CI] Insert noop
straight-shoota 3ccc36e
[CI] Try alternative implementation
straight-shoota 217f446
[CI] Try another alternative
straight-shoota aa72d28
[CI] Try another alternative
straight-shoota 03833b4
[CI] Fix remove unrelated change
straight-shoota 1a3e24e
[CI] Refactor more
straight-shoota 591f055
[CI] Test successful branch again
straight-shoota e3121ed
[CI] Test inline print_error implementation
straight-shoota c34dee2
[CI] Remove stuff
straight-shoota ab4dc26
[CI] Test wit minimal StaticArray
straight-shoota 80e2fe2
[CI] Test with empty StaticArray
straight-shoota ff283ad
[CI] Remove excess
straight-shoota 9d0e715
[CI] Reduce more
straight-shoota d1f6782
Merge remote-tracking branch 'upstream/master' into feature/win32-socket
straight-shoota ee8d98c
[CI] Add full workaround again
straight-shoota c83bd0b
Merge branch 'master' into feature/win32-socket
straight-shoota 54a57cd
Add note about workaround
straight-shoota f2d6c94
Simplify case
straight-shoota File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.