Skip to content
Permalink

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/jeromq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zeromq/jeromq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: version_0.5.4
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 19, 2023

  1. When doing PLAIN or CURVE authentication, the logic can be exchanged.

    The client is doing the bind, and the server doing the connect. That was not handled, a connect socket was not expected to reuse the session, and so found an already configured zapPipe. It’s now handled.
    
    Some error message was not returning any message, the specification says that an empty error should be returned instead.
    
    Big rewrite of the tests for mechanisms, the big test function is splited and more code is shared.
    fbacchella committed Mar 19, 2023
    Copy the full SHA
    bf45bf8 View commit details
  2. With org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if they is no more …

    …event to receive,
    
    it throws an NPE altought the javadoc says it should return null. Fixed.
    
    Also don’t resolve event value for ZMQ_EVENT_MONITOR_STOPPED, it’s a constant.
    fbacchella committed Mar 19, 2023
    Copy the full SHA
    369ebf7 View commit details
  3. Copy the full SHA
    82db35b View commit details
  4. Copy the full SHA
    86fa759 View commit details

Commits on Sep 16, 2023

  1. Copy the full SHA
    620db03 View commit details

Commits on Sep 26, 2023

  1. Release 0.5.4

    fbacchella committed Sep 26, 2023
    Copy the full SHA
    ada2474 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...version_0.5.4