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

[M2] app2 implementation #543

Merged
merged 44 commits into from
Sep 26, 2019
Merged

[M2] app2 implementation #543

merged 44 commits into from
Sep 26, 2019

Commits on Aug 30, 2019

  1. Add basic structures

    Darkren committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    790571e View commit details
    Browse the repository at this point in the history
  2. Add methods for HSFrame

    Darkren committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    5299283 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Fix PR queries

    Darkren committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    7deb42b View commit details
    Browse the repository at this point in the history
  2. Add HSFrame tests

    Darkren committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    95a0d28 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Add more work

    Darkren committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    804b770 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Add yamux conn multiplexing

    Darkren committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    5029589 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Add some shape to the client

    Darkren committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    972fa99 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Add some work on server

    Darkren committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    0a6506d View commit details
    Browse the repository at this point in the history
  2. More work on app2

    Darkren committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    67ab801 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    a07d8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc1513 View commit details
    Browse the repository at this point in the history
  3. More work on app2

    Darkren committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a282c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Add RPC server for server

    Darkren committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    e2afc9e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Finish RPC communication

    Darkren committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    f374c39 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Add comments

    Darkren committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    7bcafc9 View commit details
    Browse the repository at this point in the history
  2. Impement net interfaces

    Darkren committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    cf5e105 View commit details
    Browse the repository at this point in the history
  3. Add proper port handling

    Darkren committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f68b3e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a161a2d View commit details
    Browse the repository at this point in the history
  5. Start to merge managers

    Darkren committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a790f2c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    3e295fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7fcae View commit details
    Browse the repository at this point in the history
  3. Almost finish manager tests

    Darkren committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    1daf6c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Add client tests

    Darkren committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    8b8ad33 View commit details
    Browse the repository at this point in the history
  2. Add conn tests

    Darkren committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0e4a24a View commit details
    Browse the repository at this point in the history
  3. Add Listener tests

    Darkren committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f43c6bf View commit details
    Browse the repository at this point in the history
  4. Refactor tests a bit

    Darkren committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    7ef6861 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    946a3dc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Add networker stuff

    Darkren committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    f5986d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25489ef View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Refactor a bit

    Darkren committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    eb42bca View commit details
    Browse the repository at this point in the history
  2. Add more tests

    Darkren committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    0714e55 View commit details
    Browse the repository at this point in the history
  3. Add even more tests

    Darkren committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    3491994 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. And more tests

    Darkren committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    07d5b80 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Fix some queries

    Darkren committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b2dcbbb View commit details
    Browse the repository at this point in the history
  2. Finish RPC gateway tests

    Darkren committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e243192 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Add WrappedConn

    Darkren committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    f9c933f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c6e29 View commit details
    Browse the repository at this point in the history
  3. Add conn/listener tracking

    Darkren committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    677fb24 View commit details
    Browse the repository at this point in the history
  4. Fix client tests

    Darkren committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    3a9fdba View commit details
    Browse the repository at this point in the history
  5. Partially fix idManager tests

    Darkren committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8c02d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Get rid of porter

    Darkren committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d7e140b View commit details
    Browse the repository at this point in the history
  2. Fix PR queries

    Darkren committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    17ba146 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Darkren committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    d560351 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add rpcClient tests

    Darkren committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    662c229 View commit details
    Browse the repository at this point in the history