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

Initial implementation of C api #915

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e2e47d7 View commit details
    Browse the repository at this point in the history
  2. Apply clang-format

    erer1243 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f3e2917 View commit details
    Browse the repository at this point in the history
  3. fix malloc size_t conversion

    erer1243 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    14578b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b48a9 View commit details
    Browse the repository at this point in the history
  5. implement more zmq c apis

    erer1243 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4209518 View commit details
    Browse the repository at this point in the history
  6. Fix race condition in ZmqConsumerStateTable::pops

    assuming count stays valid and that no
    modifications happen between front() and pop()
    are classic check-then-act race conditions
    erer1243 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    71aaf58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be0ae94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74a5cc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    bc1c92f View commit details
    Browse the repository at this point in the history