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

Add Hysteria2 Protocol #2721

Open
wants to merge 88 commits into
base: master
Choose a base branch
from
Open

Add Hysteria2 Protocol #2721

wants to merge 88 commits into from

Commits on Oct 3, 2023

  1. Update Protobuf

    JimmyHuang454 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    671e06c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    257cb9f View commit details
    Browse the repository at this point in the history
  3. update README

    JimmyHuang454 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    11f6704 View commit details
    Browse the repository at this point in the history
  4. triger test

    JimmyHuang454 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5d89c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6a0f00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55cfdeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d4f7f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e46987d View commit details
    Browse the repository at this point in the history
  9. go mode tidy

    JimmyHuang454 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b8768ed View commit details
    Browse the repository at this point in the history
  10. add quic congestion

    JimmyHuang454 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    96a1e63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b912374 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5daf391 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. try fix quic timeout

    JimmyHuang454 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d789bfa View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix test

    JimmyHuang454 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    be6e364 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    6478c8a View commit details
    Browse the repository at this point in the history
  2. update vprotogen

    JimmyHuang454 committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ecfc7f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. fix BBR test

    JimmyHuang454 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ea84415 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    JimmyHuang454 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    9327ddf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    44e011f View commit details
    Browse the repository at this point in the history
  2. update vprotogen

    JimmyHuang454 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    07478e6 View commit details
    Browse the repository at this point in the history
  3. add test and fix golint

    JimmyHuang454 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    150132d View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    JimmyHuang454 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0b7f037 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    a7b0ef4 View commit details
    Browse the repository at this point in the history
  2. add hysteria2(WIP)

    JimmyHuang454 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    9fa7e87 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    JimmyHuang454 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a392cf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. update server side

    JimmyHuang454 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3bac98a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Nov 26, 2023

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

Commits on Dec 6, 2023

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

    JimmyHuang454 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7305037 View commit details
    Browse the repository at this point in the history
  3. update test case

    JimmyHuang454 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3b0a885 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

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

Commits on Feb 13, 2024

  1. test ok

    JimmyHuang454 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    32920f6 View commit details
    Browse the repository at this point in the history
  2. run with v5 config

    JimmyHuang454 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    10b1aee View commit details
    Browse the repository at this point in the history
  3. add to v4

    JimmyHuang454 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8e794b2 View commit details
    Browse the repository at this point in the history
  4. add hysteria2 tcp

    JimmyHuang454 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9f26634 View commit details
    Browse the repository at this point in the history
  5. update test

    JimmyHuang454 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    750a0e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. update test

    JimmyHuang454 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    63159c3 View commit details
    Browse the repository at this point in the history
  2. test ok

    JimmyHuang454 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6630faf View commit details
    Browse the repository at this point in the history
  3. add config examples

    JimmyHuang454 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    573ce78 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. try add udp

    JimmyHuang454 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c4c2782 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix go mod

    JimmyHuang454 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e690e4b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. fix test

    JimmyHuang454 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3c49311 View commit details
    Browse the repository at this point in the history
  2. use hyProtocol

    JimmyHuang454 committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1422206 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. update

    JimmyHuang454 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c622aa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 7, 2024

  1. update

    JimmyHuang454 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6a62f80 View commit details
    Browse the repository at this point in the history
  2. remove

    JimmyHuang454 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    38ddcb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 30, 2024

  1. add CloseHyClient

    JimmyHuang454 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    96529c6 View commit details
    Browse the repository at this point in the history
  2. add udp

    JimmyHuang454 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3f49529 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. add UdpHijacker

    JimmyHuang454 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fc77e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d6818f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. update

    JimmyHuang454 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    760d9b6 View commit details
    Browse the repository at this point in the history
  2. update

    JimmyHuang454 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    32902b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    1bf4ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    860af00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5d3ba9 View commit details
    Browse the repository at this point in the history
  4. add udp test

    JimmyHuang454 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3e133d1 View commit details
    Browse the repository at this point in the history
  5. remove fmt

    JimmyHuang454 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b3c31b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. udp test ok

    JimmyHuang454 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    76f44b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7399cd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. need to fix addr

    JimmyHuang454 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    70071f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. add address to udp

    JimmyHuang454 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c6dc7e0 View commit details
    Browse the repository at this point in the history
  2. test udp ok

    JimmyHuang454 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    50bc1f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. change config name

    JimmyHuang454 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cde121f View commit details
    Browse the repository at this point in the history
  2. change config name

    JimmyHuang454 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6b0b561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63b5d2b View commit details
    Browse the repository at this point in the history
  4. add example config

    JimmyHuang454 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    49ab4eb View commit details
    Browse the repository at this point in the history
  5. update go mod

    JimmyHuang454 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ab0f81b View commit details
    Browse the repository at this point in the history
  6. fix test

    JimmyHuang454 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    78f563a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on May 6, 2024

  1. update example

    JimmyHuang454 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    91c2d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76051df View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    08ea4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725e120 View commit details
    Browse the repository at this point in the history
  3. rename

    JimmyHuang454 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    09e1776 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    fe0c3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74593e0 View commit details
    Browse the repository at this point in the history
  3. update core version

    JimmyHuang454 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b2cb959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fdf7fe View commit details
    Browse the repository at this point in the history
  5. update hysteria2

    JimmyHuang454 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    dfb42e1 View commit details
    Browse the repository at this point in the history
  6. mod tidy

    JimmyHuang454 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2d0ba37 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. optimize GetTLSConfig()

    JimmyHuang454 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0653961 View commit details
    Browse the repository at this point in the history
  2. update

    JimmyHuang454 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8e323bf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    52c0007 View commit details
    Browse the repository at this point in the history
  2. update hysteria2

    JimmyHuang454 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    221a25a View commit details
    Browse the repository at this point in the history