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

quic: support for server-preferred address behind DNAT #33774

Merged
merged 23 commits into from May 7, 2024

Commits on Apr 24, 2024

  1. quic: support for server-preferred address behind DNAT

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7ca7daf View commit details
    Browse the repository at this point in the history
  2. fixes

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    78abeb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bb84625 View commit details
    Browse the repository at this point in the history
  2. add assert to test code

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e25ccb4 View commit details
    Browse the repository at this point in the history
  3. review comments

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    93f21e6 View commit details
    Browse the repository at this point in the history
  4. add coverage

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b8a812b View commit details
    Browse the repository at this point in the history
  5. fix format

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b54cc44 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge remote-tracking branch 'upstream/main' into spa-dnat

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a1b89c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. update config proto based on PR feedback

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b21946f View commit details
    Browse the repository at this point in the history
  2. more config

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6eb2c6c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fixes

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f006088 View commit details
    Browse the repository at this point in the history
  2. revert accidental change

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    19c2d66 View commit details
    Browse the repository at this point in the history
  3. proto format

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cf30494 View commit details
    Browse the repository at this point in the history
  4. spelling

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c7bf130 View commit details
    Browse the repository at this point in the history
  5. fix single backtick proto format error

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    81b10a2 View commit details
    Browse the repository at this point in the history
  6. build link in release notes

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9c8cfba View commit details
    Browse the repository at this point in the history
  7. add missing validation of spa port being zero for non-dnat

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d8adc70 View commit details
    Browse the repository at this point in the history
  8. more tests

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    59ded87 View commit details
    Browse the repository at this point in the history
  9. fix format of release notes

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8c7e972 View commit details
    Browse the repository at this point in the history
  10. more proto format fixes

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 1, 2024
    Configuration menu
    Copy the full SHA
    155e2ef View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. rename proto message

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 6, 2024
    Configuration menu
    Copy the full SHA
    40d2ab5 View commit details
    Browse the repository at this point in the history
  2. remote mention of listener port in docs

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 6, 2024
    Configuration menu
    Copy the full SHA
    81241b7 View commit details
    Browse the repository at this point in the history
  3. auto->type

    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    ggreenway committed May 6, 2024
    Configuration menu
    Copy the full SHA
    39ca689 View commit details
    Browse the repository at this point in the history