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

Websocket simple proxy protocol implementation #1595

Merged
merged 11 commits into from
May 5, 2022

Commits on Apr 8, 2022

  1. Upgrade connection to websocket and provision new connection

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    fae14bf View commit details
    Browse the repository at this point in the history
  2. Websocket simple proxy protocol implementation

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8dd6b95 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Revert changes of sched touching from softirq context

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    012c5a9 View commit details
    Browse the repository at this point in the history
  2. Websockets over http/1.1 minor fixes

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6ef6324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768fc05 View commit details
    Browse the repository at this point in the history
  4. Fixup after merging master into am-755-websocket-proxy-proto

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9a014ce View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Fix unsched in case of successfull upgrade

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    147ef9a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Update fw/websocket.c

    Co-authored-by: Alexander Krizhanovsky <ak@tempesta-tech.com>
    ttaym and krizhanovsky authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    406a052 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Fixup after PR discussions

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ac84d06 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Apply suggestions from code review

    Co-authored-by: Alexander Krizhanovsky <ak@tempesta-tech.com>
    ttaym and krizhanovsky committed May 5, 2022
    Configuration menu
    Copy the full SHA
    38a694e View commit details
    Browse the repository at this point in the history
  2. Fixup after PR discussions

    Signed-off-by: Aleksey Mikhaylov <aym@tempesta-tech.com>
    ttaym committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6b4edba View commit details
    Browse the repository at this point in the history