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

Zetta Version (1.6.0) - Upgraded spdy - Working with Node v18 #379

Merged
merged 28 commits into from
Aug 15, 2024

Commits on Nov 30, 2017

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

Commits on Dec 3, 2017

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

Commits on Feb 19, 2018

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

Commits on Apr 18, 2018

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

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    70c95ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243df26 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

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

Commits on Dec 4, 2018

  1. Fix isssue with reconnects not passing proper connectionId to peer cl…

    …ient.
    
    Fix issue with stream deduping when finding intenral remote port in the spdy internals.
    AdamMagaluk committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    bdfe0b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Fix failing test where an embedded ws is expected to return 404.

    Updates to the WS cause it to return a 400 instead of a 404 when
    the base path does not match.
    AdamMagaluk committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    0718688 View commit details
    Browse the repository at this point in the history
  2. PeerSocket fix issue where a closing the peer conneciton causes subsc…

    …ribe's cb
    
    to fire a second time. Wrap cb in a once pattern.
    
    PeerSocket guard against this.ws not being initialized when closing the connection
    AdamMagaluk committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    04e4670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1be114 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd82209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdb4b0 View commit details
    Browse the repository at this point in the history
  6. Upgraded deps

    AdamMagaluk committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    4c9af90 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Configuration menu
    Copy the full SHA
    792be3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7655c View commit details
    Browse the repository at this point in the history
  3. Add --exit to mocha to be compatible with old style in 1.x

    Our tests are scheduling async operations and calling done. We
    need to clean this up but with the old version of mocha it was
    exiting the test suite after all tests were done. This enforces
    the old behavior.
    AdamMagaluk committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    179ec30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a30d4d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    a85cd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457e809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6b0ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8840b62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7afa12 View commit details
    Browse the repository at this point in the history
  6. Add osx to travis

    AdamMagaluk committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7876b0e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Peer z2z transport always uses spdy/3.1 to support old zetta hubs.

    This ensures zetta hubs running pre spdy-upgrade will be compatible
    at a network level. To support `h2` we need to negotiate transport
    and ALPN cannot help us.
    AdamMagaluk committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3e6812b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Upgrade zetta-cluster to fix security vulnerabilities.

    Adam Magaluk authored and Adam Magaluk committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    6f31664 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Upgrade spdy to 4.x

    AdamMagaluk committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c01c3f1 View commit details
    Browse the repository at this point in the history
  2. Publish: 1.6.0

    AdamMagaluk committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    4685514 View commit details
    Browse the repository at this point in the history