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: nasa/osal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b0958583748eedd776622f0a873c769b7c554d48
Choose a base ref
...
head repository: nasa/osal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 776de0729b5c728818e9640b1a91cc951d84ba55
Choose a head ref
  • 9 commits
  • 210 files changed
  • 3 contributors

Commits on Feb 10, 2022

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

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    99d6f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7676b89 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Fix #1222, protect if OS_FDGetInfo called on socket

    Datagram sockets do not have a name_entry, it is set NULL.
    If the user calls OS_FDGetInfo() on this type of ID, it will
    pass the first test, so this needs to be checked for non-NULL.
    jphickey committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    21cc7f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1215 from skliper/fix1214-uninit_ut_var

    Fix #1214, Resolve UT uninitialized variable warnings
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    603dc13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1219 from skliper/fix1218-ut_assert_doxygen

    Fix #1218, Add ut_assert to doxygen and fix warnings
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    35df49a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1223 from fix-1222-fdgetinfo-socket

    Fix #1222, protect if OS_FDGetInfo called on socket
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7369007 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge pull request #1217 from skliper/fix1216-rm_explicit_filename

    Fix #1216, Remove explicit filename doxygen comments
    astrogeco committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b06b98e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Bump to v6.0.0-rc4+dev42

    Part of IC:Caelum+dev4, nasa/cFS#432
    
    **Includes**
    
    PR #1215
    - Resolve UT uninitialized variable warnings
    
    PR #1219
    - Add ut_assert to doxygen and fix warnings
    
    PR #1223
    - Protect if OS_FDGetInfo called on socket
    astrogeco committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    776de07 View commit details
    Browse the repository at this point in the history
Loading