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

cFE Integration candidate: Equuleus-rc1+dev13 #2555

Merged
merged 25 commits into from
Jul 2, 2024
Merged

Commits on May 21, 2023

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

Commits on May 29, 2023

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

Commits on Jun 15, 2023

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

Commits on Jan 15, 2024

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

Commits on Feb 26, 2024

  1. Fix #2378, refactor SB to support additional use cases

    Cleans up the internal SB implementation so it can better support future
    enhancements such as message integrity, additional header fields and
    timestamping.
    jphickey committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    550e7f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix #2550, Use resource ID for validation index

    Use a resourceID value for access into the validation result
    structure array.  This allows for consistent lookup, matching,
    and free/in-use determination, as well as improved resilience
    to race conditions and stale data.
    jphickey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1272f6d View commit details
    Browse the repository at this point in the history
  2. Fix #2550, Use resource ID for dump control index

    Use a resourceID value for access into the dump control
    structure array.  This allows for consistent lookup, matching,
    and free/in-use determination, as well as improved resilience
    to race conditions and stale data.
    jphickey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b906671 View commit details
    Browse the repository at this point in the history
  3. Fix #2378, update for code coverage

    Restructure some switch statements and add a "default" case so they
    are not flagged as having a missing branch in the coverage test.
    jphickey committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    48dd153 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix-2553-address-sanitizer-error-in-es_UT

    Fix #2553, fix test that was passing null value
    into vsnprintf
    Anh committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9fd5a13 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #2551 from jphickey:fix-2550-tbl-val-dump-resourceid

    Fix #2550, use resourceids for internal table validation and dump control blocks
    dzbaker committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0a253d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2381 from jphickey:fix-2378-sb-refactor

    Fix #2378, refactor SB to support additional use cases
    dzbaker committed May 2, 2024
    Configuration menu
    Copy the full SHA
    64b6837 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2537 from jphickey:fix-2536-msgapi-buffer

    Fix #2536, msg api test buffer overrun
    dzbaker committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ef14d5a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 10, 2024

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

Commits on Jun 14, 2024

  1. Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line ch…

    …aracter truncation
    jdfiguer authored and jdfiguer committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    27fba65 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix #2552, Adds JSC 2.1 Static Analysis comments

    jdfiguer authored and jdfiguer committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0dc799d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge pull request #2560 from skliper:fix2559-improve_allocatemsg_err…

    …_report
    
    Fix #2559, Improve CFE_SB_AllocateMessageBuffer error report
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ab69280 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2344 from thnkslprpt:fix-2343-update-syslog-macro

    Fix #2343, Update CFE_PLATFORM_ES_DEFAULT_SYSLOG_MODE macro in es_verify.h
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    319dac1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2359 from thnkslprpt:fix-2116-update-documentatio…

    …n-for-CFE-PLATFORM-SB-HIGHEST-VALID-MSGID
    
    Fix #2116, Update comment re. limits of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cb2762e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2376 from thnkslprpt:fix-2375-use-size-t-for-size…

    …-variables-and-parameters
    
    Fix #2375, Use size_t for variables/parameters representing size
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6059459 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2496 from thnkslprpt:fix-2495-remove-superflous-s…

    …tatus-assignment-in-CFE_SB_CreatePipe
    
    Fix #2495, Remove superfluous status assignment in CFE_SB_CreatePipe
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d6bfc2f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2554 from avan989:Fix-2553-address-sanitizer

    Fix #2553, null value in vsnprintf
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4990c4e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2568 from chillfig:SA_jsc2_1

    Fix #2552, Adds JSC 2.1 Static Analysis comments
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    653c058 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2566 from chillfig:portTruncation

    Fix #2529, Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation
    dzbaker committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6b40010 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c7b073 View commit details
    Browse the repository at this point in the history