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

Implement BMP RAW message type #212

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

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    dccc016 View commit details
    Browse the repository at this point in the history
  2. Kafka part of bmp_raw support.

    tobez committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    9bd62e0 View commit details
    Browse the repository at this point in the history
  3. Typo fix: perPer -> perPeer

    tobez committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    26bf5d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d8c8b View commit details
    Browse the repository at this point in the history
  5. Refactor parsingWorker() a bit.

    In the previous version, if it was ever called with multiple messages in
    the buffer, the index into the buffer could have been updated
    incorrectly in a couple of places.
    tobez committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    c431f9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1327dbf View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Untested BMP Raw support.

    But it compiles.  :-)
    tobez committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    581f793 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

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

Commits on Dec 18, 2022

  1. Introduce --admin-id option, defaulting to hostname.

    It is being used when --bmp-raw is in effect.
    tobez committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    20f5055 View commit details
    Browse the repository at this point in the history
  2. Document --admin-id option.

    Also alphabetize remaining options.
    tobez committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    19051d1 View commit details
    Browse the repository at this point in the history