-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: zeromq/libzmq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b95d94935ed107679fd0ad9efd2f3d47309b6fd3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: zeromq/libzmq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90b4f410a07222fa2e9a5f53b454a09d4533e45a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 5 contributors
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa77c03 - Browse repository at this point
Copy the full SHA aa77c03View commit details -
Problem: tests reconnect_stop_after_disconnect failed
Solution: this test failed because "_disconnected" is not initialized in constructor, and the behavior of reconnect will not be as designed when "_disconnected" is randomly assigned to true. So we specify it as false in initialize list to solve this problem.
Configuration menu - View commit details
-
Copy full SHA for ce17349 - Browse repository at this point
Copy the full SHA ce17349View commit details
Commits on Aug 11, 2024
-
Merge pull request #4721 from githejie/reconnect_options
Fix issue with ZMQ_RECONNECT_STOP_AFTER_DISCONNECT option
Configuration menu - View commit details
-
Copy full SHA for 6aaafe0 - Browse repository at this point
Copy the full SHA 6aaafe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b714341 - Browse repository at this point
Copy the full SHA b714341View commit details
Commits on Aug 16, 2024
-
Problem: CI build android on ubuntu-latest failed
Solution: Fixed the NDK version to android-ndk-r25 to avoid using unsupported NDK version on ubuntu-latest.
Configuration menu - View commit details
-
Copy full SHA for 4c6cff6 - Browse repository at this point
Copy the full SHA 4c6cff6View commit details
Commits on Aug 21, 2024
-
Fix CMake-generated
libzmq.pc
fileThis change mirrors the Autotools-based build system behavior for cross-compiling for Windows with static linking.
Configuration menu - View commit details
-
Copy full SHA for 5f408ba - Browse repository at this point
Copy the full SHA 5f408baView commit details
Commits on Aug 23, 2024
-
Problem: create_ipc_wildcard_address can fail
check and handle failure
Configuration menu - View commit details
-
Copy full SHA for 0ed7a08 - Browse repository at this point
Copy the full SHA 0ed7a08View commit details
Commits on Aug 26, 2024
-
Problem: ipc connect can fail on Windows, even after bind (#4734)
* ipc connect can fail, even after bind
Configuration menu - View commit details
-
Copy full SHA for 1f4dd54 - Browse repository at this point
Copy the full SHA 1f4dd54View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64db7d2 - Browse repository at this point
Copy the full SHA 64db7d2View commit details
Commits on Sep 24, 2024
-
cmake: Refer to
prefix
variable in generatedlibzmq.pc
This change: 1. Makes the `libzmq.pc` files generated by Autotools and CMake more aligned. 2. Allows the `prefix` variable to be redefined if the package is relocated.
Configuration menu - View commit details
-
Copy full SHA for 90b4f41 - Browse repository at this point
Copy the full SHA 90b4f41View commit details
There are no files selected for viewing