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

Secure tunnel with Multiplexing #78

Merged
merged 71 commits into from
Feb 23, 2023
Merged

Secure tunnel with Multiplexing #78

merged 71 commits into from
Feb 23, 2023

Commits on Sep 20, 2022

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

Commits on Oct 3, 2022

  1. encoder/decoder refactor

    sbSteveK committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    04e8055 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Secure Tunnel Multiplex WIP

    sbSteveK committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    98545b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    da4a6bb View commit details
    Browse the repository at this point in the history
  2. more wip saves

    sbSteveK committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    97f1731 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. revamp api and operations

    sbSteveK committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6caf6d5 View commit details
    Browse the repository at this point in the history
  2. refactored message handling

    sbSteveK committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6ea5be8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 17, 2023

  1. merged with current main

    sbSteveK committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4f7d3c0 View commit details
    Browse the repository at this point in the history
  2. stash

    sbSteveK committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    b1d85b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. test connection

    sbSteveK committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    449195c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Jan 23, 2023

  1. stable before checking slot

    sbSteveK committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6dee25f View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

    sbSteveK committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    39dcd7f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. encoding WIP

    sbSteveK committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    1ea9dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16572d1 View commit details
    Browse the repository at this point in the history
  3. cleaning up

    sbSteveK committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    7ee40ae View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. clean up

    sbSteveK committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ca98b92 View commit details
    Browse the repository at this point in the history
  2. more clean up

    sbSteveK committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    968c684 View commit details
    Browse the repository at this point in the history
  3. merge with latest main

    sbSteveK committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    34a3fc0 View commit details
    Browse the repository at this point in the history
  4. clean up

    sbSteveK committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d75b11a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. stream reset added

    sbSteveK committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    94082ac View commit details
    Browse the repository at this point in the history
  2. logging of error added

    sbSteveK committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8a452c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

    sbSteveK committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ee05c21 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. code review changes WIP

    sbSteveK committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1b6a666 View commit details
    Browse the repository at this point in the history
  2. wip

    sbSteveK committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f3a3993 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. pr wip

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e24924b View commit details
    Browse the repository at this point in the history
  2. remove typedef

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8d42b5f View commit details
    Browse the repository at this point in the history
  3. pr wip

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cedc949 View commit details
    Browse the repository at this point in the history
  4. serializer changes test

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    824c96a View commit details
    Browse the repository at this point in the history
  5. serializer simplification

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    bfcff0e View commit details
    Browse the repository at this point in the history
  6. formatting

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    08c55e9 View commit details
    Browse the repository at this point in the history
  7. capacity check fix

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cb5eb9f View commit details
    Browse the repository at this point in the history
  8. pr changes

    sbSteveK committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    55e7ebb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. logging

    sbSteveK committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9332167 View commit details
    Browse the repository at this point in the history
  2. added logging

    sbSteveK committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4c42d98 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. add error logging

    sbSteveK committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e687535 View commit details
    Browse the repository at this point in the history
  2. add more logging

    sbSteveK committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    abdd57f View commit details
    Browse the repository at this point in the history
  3. fix log

    sbSteveK committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f548e39 View commit details
    Browse the repository at this point in the history
  4. expand logging

    sbSteveK committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0c70639 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    611dc84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cb7f75 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    959c682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    442300c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. add an on_stopped callback

    sbSteveK committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    539da71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176e38b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. added /bin files

    sbSteveK committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    05d2604 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. code review fixes wip

    sbSteveK committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    82b3179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a082f View commit details
    Browse the repository at this point in the history
  3. removed unused variable

    sbSteveK committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    96c1ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04358b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a731303 View commit details
    Browse the repository at this point in the history
  6. cleanup old service id

    sbSteveK committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4cb2261 View commit details
    Browse the repository at this point in the history
  7. more cr fixes/changes

    sbSteveK committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5e6c377 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 20, 2023

  1. vtable expanded for testing

    sbSteveK committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0b6027c View commit details
    Browse the repository at this point in the history
  2. expand vtable for testing

    sbSteveK committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c7accba View commit details
    Browse the repository at this point in the history
  3. simplify websocket creation

    sbSteveK committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    35fe644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d9ee53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa2b9de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. cr changes

    sbSteveK committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8fbe49a View commit details
    Browse the repository at this point in the history
  2. remove old tests

    sbSteveK committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c7b2adb View commit details
    Browse the repository at this point in the history
  3. fix race condition

    sbSteveK committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ec73eee View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. secure tunnel tests

    sbSteveK committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bde1c01 View commit details
    Browse the repository at this point in the history
  2. Clean Up

    sbSteveK committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3736917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f35b0 View commit details
    Browse the repository at this point in the history
  4. ignore specific warning

    sbSteveK committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f0bbb07 View commit details
    Browse the repository at this point in the history
  5. add logging

    sbSteveK committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e7abc0d View commit details
    Browse the repository at this point in the history
  6. code review changes

    sbSteveK committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0c3cd36 View commit details
    Browse the repository at this point in the history