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

SOME/IP input plugin #9570

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

Commits on Oct 28, 2024

  1. lib: someip-c: Added SOME/IP C library

    The SOME/IP C library is a wrapper around vsomeip.
    
    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    98c94e6 View commit details
    Browse the repository at this point in the history
  2. in_someip: Added SOME/IP input plugin

    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b1e9803 View commit details
    Browse the repository at this point in the history
  3. in_someip: Added runtime tests for in_someip

    All tests pass and valgrind does not show any memory errors.
    
    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a7e41f4 View commit details
    Browse the repository at this point in the history
  4. in_someip: Added sample config file for in_someip

    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    943391b View commit details
    Browse the repository at this point in the history
  5. in_someip: Clean up plugin from PR review comments

    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a2b46b3 View commit details
    Browse the repository at this point in the history
  6. lib: in_someip: Clean up from PR review comments

    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0142e58 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. in_someip: Clean up memory leak

    Added code in error legs to free decode buffer.
    
    Signed-off-by: Anthony Payne <[email protected]>
    anthonypayne-GM committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ded0e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6763dde View commit details
    Browse the repository at this point in the history