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

Fixes for sockets #4211

Merged
merged 19 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1e5d839
Removed the unsafe code used by the selector
john-sharratt Sep 10, 2023
831fa2d
Fixed some potential race conditions on the normal polling
john-sharratt Sep 10, 2023
cdb257a
Removed a debug step that was added earlier
john-sharratt Sep 10, 2023
bd5b482
Fixed a warning
john-sharratt Sep 10, 2023
6ed75f0
Implemented some polling methods for read_ready and write_ready
john-sharratt Sep 10, 2023
7b1443f
Cleaned some leftover code
john-sharratt Sep 10, 2023
916f36f
Fixed the connectivity issues, these were as follows:
john-sharratt Sep 11, 2023
e8f8982
Updated lock file
john-sharratt Sep 12, 2023
6a14fff
Updated lock file
john-sharratt Sep 12, 2023
e517a1a
Went backwards on some dependencies which are causing issues with the…
john-sharratt Sep 12, 2023
ba9e62b
- Added more methods to the interest handler for expanded functionality
john-sharratt Sep 12, 2023
0b68b2c
Linting error and windows build fixes
john-sharratt Sep 12, 2023
578d1b3
Removed the static selector
john-sharratt Sep 12, 2023
e07baee
Updated the lock file
john-sharratt Sep 12, 2023
b998eb1
Re-enabled socket option DONTROUTE, issue was in wasix-libc
ptitSeb Sep 14, 2023
fe0f7be
Added a missing check for waiting backlog
john-sharratt Sep 16, 2023
d25c870
Added fixes for the listeners which were erroring out incorrectly
john-sharratt Sep 16, 2023
ece9ce9
Merge branch 'fixes-for-sockets' of github.com:wasmerio/wasmer into f…
john-sharratt Sep 16, 2023
dc5309d
Added some extra error handling
john-sharratt Sep 17, 2023
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
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"editor.formatOnType": false
},
"[rust]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.formatOnType": false
}
}
94 changes: 47 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading