-
Notifications
You must be signed in to change notification settings - Fork 470
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
WIP: feat: support for Windows #191
base: revert-178-feat/adjust_windows
Are you sure you want to change the base?
WIP: feat: support for Windows #191
Commits on Aug 18, 2022
-
feat: half of implement to support the windows platform
Added cross-platform type abstractions, such as fdtype, etc. It encapsulates system calls under the windows platform, such as sendmsg, etc. Under the windows platform, an interface similar to epoll is implemented by encapsulating WSAPoll Completed cross-platform porting for Poll Make the project not report errors under the windows platform The corresponding test cases are modified to support cross-platform testing without changing their functions The implementation of Poll and the following passed the unit test TODO: Cross-platform implementation and testing of listener
Configuration menu - View commit details
-
Copy full SHA for b0422da - Browse repository at this point
Copy the full SHA b0422daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b307c62 - Browse repository at this point
Copy the full SHA b307c62View commit details
Commits on Aug 19, 2022
-
fix: Adjusted to merge with previous modifications that did not repor…
…t errors under Windows
Configuration menu - View commit details
-
Copy full SHA for 19e07d2 - Browse repository at this point
Copy the full SHA 19e07d2View commit details -
Merge branch 'develop' of https://github.com/cloudwego/netpoll into r…
…efactor/support_for_windows
Configuration menu - View commit details
-
Copy full SHA for b266c6c - Browse repository at this point
Copy the full SHA b266c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bbd59 - Browse repository at this point
Copy the full SHA 90bbd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb1407 - Browse repository at this point
Copy the full SHA feb1407View commit details
Commits on Sep 10, 2022
-
feat: support get the handle of net.Listener on the windows platform …
…by using rawConn
Configuration menu - View commit details
-
Copy full SHA for fb66064 - Browse repository at this point
Copy the full SHA fb66064View commit details
Commits on Sep 27, 2022
-
fix: Fixed an issue where epoll adding an event would sometimes not s…
…ucceed and epoll wait would change the state of the event
Configuration menu - View commit details
-
Copy full SHA for 35aae51 - Browse repository at this point
Copy the full SHA 35aae51View commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 811af80 - Browse repository at this point
Copy the full SHA 811af80View commit details
Commits on Oct 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e748b02 - Browse repository at this point
Copy the full SHA e748b02View commit details