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

Issue #4450 - websocket-core exposes internal classes #4451

Merged
merged 15 commits into from
Jan 29, 2020

Commits on Dec 30, 2019

  1. Issue #4450 - websocket Extensions no longer rely upon WSCoreSession

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    0d571ef View commit details
    Browse the repository at this point in the history
  2. Issue #4450 - don't expose ExtensionStack through getter on Negotation

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    cf31ab2 View commit details
    Browse the repository at this point in the history
  3. Issue #4450 - remove methods to create WS CoreSession and Connection

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    f1838c5 View commit details
    Browse the repository at this point in the history
  4. Clean up websocket-core package structure

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    356e98f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. fix broken test

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    eef87a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    17ec83f View commit details
    Browse the repository at this point in the history
  2. Updated copyright in new classes.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b14c9b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    8603736 View commit details
    Browse the repository at this point in the history
  2. fix licence headers and checkstyle

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    acabec2 View commit details
    Browse the repository at this point in the history
  3. further checkstyle fixes

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    f35a01c View commit details
    Browse the repository at this point in the history
  4. combine ConfigurationHolder and ConfigurationCustomizer

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    bc88224 View commit details
    Browse the repository at this point in the history
  5. Extension interface now uses CoreSession and not Configuration

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    64d72ab View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Issue 4450 - remove ConfigurationCustomizer static method

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    6c2c4d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    1afb7fd View commit details
    Browse the repository at this point in the history
  2. Fixed compilation issues after merge.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    96741eb View commit details
    Browse the repository at this point in the history