forked from finos/opengris-scaler
-
Notifications
You must be signed in to change notification settings - Fork 0
Windows mitm 2 #18
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
Open
magniloquency
wants to merge
20
commits into
windows-ymq-tests
Choose a base branch
from
windows-mitm-2
base: windows-ymq-tests
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Windows mitm 2 #18
Conversation
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
0ce6dc0 to
d6a97b8
Compare
* Enable YMQ Tests for Windows * format and lint * Restore github actions from main * revert worker.py and sync object storage connector * create socket with IPPROTO_TCP * clean up imports * use absolute paths, refactor error handling * refactor utils.h * rework pipe abstraction * rework socket abstraction * improve socket and pipe abstractions * remove pipe_common.cpp * reorganize pipe abstraction * reorganize pipe abstraction
4e00d3f to
1d3ce80
Compare
1d3ce80 to
4e633b9
Compare
* Remove non-standard ascii signed chars Signed-off-by: gxu <[email protected]> * Bump Version Number Signed-off-by: gxu <[email protected]> --------- Signed-off-by: gxu <[email protected]>
* Have GitHub actions run Python tests against wheel instead of source Signed-off-by: eric <[email protected]> * Fix .so Files in Wheel * revert github actions * move prefix into presets * bump version * bump to 1.12.30 --------- Signed-off-by: eric <[email protected]> Co-authored-by: eric <[email protected]>
…inos#432) * Have GitHub actions run Python tests against wheel instead of source Signed-off-by: eric <[email protected]> * Update version.txt Signed-off-by: e117649 <[email protected]> --------- Signed-off-by: eric <[email protected]> Signed-off-by: e117649 <[email protected]> Co-authored-by: sharpener6 <[email protected]>
Signed-off-by: Cloaked Clock <[email protected]>
Signed-off-by: 1597463007 <[email protected]>
Signed-off-by: eric <[email protected]> Co-authored-by: sharpener6 <[email protected]>
* Capitalize acronyms in ymq Signed-off-by: gxu <[email protected]> * Bump Version Number Signed-off-by: gxu <[email protected]> * Remove per-function ifdefs in raw_connection_tcp_fd Signed-off-by: gxu <[email protected]> * Remove usage of defs.h in header Signed-off-by: gxu <[email protected]> * Remove per-function ifdefs in raw_client_tcp_fd Signed-off-by: gxu <[email protected]> * Remove per-function ifdefs in raw_server_tcp_fd Signed-off-by: gxu <[email protected]> * Ensure panic reports correct fd rather than 0 Signed-off-by: gxu <[email protected]> * Remove raw_client_tcp_fd.cpp Signed-off-by: gxu <[email protected]> * Remove raw_server_tcp_fd.cpp Signed-off-by: gxu <[email protected]> * Remove raw_connection_tcp_fd.cpp Signed-off-by: gxu <[email protected]> * Let CMake decide the file list rather than MACRO Signed-off-by: gxu <[email protected]> --------- Signed-off-by: gxu <[email protected]>
* Rename files and symbols - `TCPServer` to `StreamServer` - `TCPClient` to `StreamClient` - `MessageConnectionTCP` to `MessageConnection` - `RawClientTCPFD` to `RawStreamClientHandle` - `RawServerTCPFD` to `RawStreamServerHandle` - `RawConnectionTCPFD` to `RawStreamConnectionHandle` as these classes can work with any stream socket (socket created with `socket(..., SOCK_STREAM, ...);`. Signed-off-by: gxu <[email protected]> * Bump Version Number Signed-off-by: gxu <[email protected]> --------- Signed-off-by: gxu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.