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

Sync latest v2 into v3 #483

Merged
merged 15 commits into from
Sep 18, 2024
Merged

Sync latest v2 into v3 #483

merged 15 commits into from
Sep 18, 2024

Commits on Aug 7, 2024

  1. Minor debug message change

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e3f1c3b View commit details
    Browse the repository at this point in the history
  2. Move debug3 message out of the loop

    Signed-off-by: Martin Zeithaml <[email protected]>
    Martin-Zeithaml committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    915291f View commit details
    Browse the repository at this point in the history
  3. Update changelog with PR #471 description

    Signed-off-by: Zowe Robot <[email protected]>
    zowe-robot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d4e2b62 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c4aa6dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #471 from zowe/v2.x/feature/tokenEnd

    Move debug messages out of the loop
    JoeNemo authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3748d94 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. IARV64 results need to be checked for 0x7FFFF000

    When MEMLIMIT is reached, IARV64 GETSTOR returns 0x7FFFF000; this
    conditions needs to be checked before memsetting.
    
    Fixes: #474
    
    Signed-off-by: Irek Fakhrutdinov <[email protected]>
    ifakhrutdinov committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    352528b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge pull request #475 from zowe/bugfix/iarv64-0x7FFFF000

    IARV64 results need to be checked for 0x7FFFF000
    JoeNemo authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6d46ea2 View commit details
    Browse the repository at this point in the history
  2. SLHAlloc must return NULL when internal allocations fail

    The SLHAlloc function keeps using the results of the internal
    allocations even when they're NULL which leads to S0C4 ABENDs. This
    commit makes SLHAlloc return NULL when the internal allocations fail.
    
    Signed-off-by: Irek Fakhrutdinov <[email protected]>
    ifakhrutdinov committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8698212 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #476 from zowe/bugfix/slh-null-check

    SLHAlloc must return NULL when internal allocations fail
    JoeNemo authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    59be7a4 View commit details
    Browse the repository at this point in the history
  4. Add support for longer cross-memory server parameters

    This commit extends the config cross-memory service and cross-memory
    server's structures responsible for storing parameters to support
    parameter names and values longer than 72 and 128 characters
    respectively. Backward compatibility is provided by introducing and
    using a version field in the config service's parameter list.
    
    Fixes: zowe/zss#684
    
    Signed-off-by: Irek Fakhrutdinov <[email protected]>
    ifakhrutdinov committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    488a8e9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #457 from zowe/bugfix/long-parm-support

    Add support for longer cross-memory server parms
    JoeNemo authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    02bd07f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Adding an extra argument to httpClientSessionInit to return rc and ch…

    …anging api version
    
    Signed-off-by: Gautham Kuppuswamy <[email protected]>
    Gautham-coder committed Aug 28, 2024
    1 Configuration menu
    Copy the full SHA
    a2dca1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #469 from zowe/httpClientSessionInit-internal-rc

    Returning internal return code through function argument for 'httpClientSessionInit'
    JoeNemo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8baa40d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Revert "Returning internal return code through function argument for …

    …'httpClientSessionInit'"
    JoeNemo authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    95b9973 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge pull request #481 from zowe/revert-469-httpClientSessionInit-in…

    …ternal-rc
    
    Revert "Returning internal return code through function argument for 'httpClientSessionInit'"
    JoeNemo authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cf8c51d View commit details
    Browse the repository at this point in the history