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

Feat ipc #62

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

Feat ipc #62

wants to merge 15 commits into from

Commits on Jul 11, 2016

  1. init protocol rpc impl

    Sébastien GLON committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    23822fd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. rewrite ipc

    Sébastien GLON committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    f94a76c View commit details
    Browse the repository at this point in the history
  2. add new test and continue impl

    Sébastien GLON committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    cfc068c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. reprise travaux

    Sébastien GLON committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    2406658 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. good request with hardcoded protocol MD5

    Sébastien GLON committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    02da71e View commit details
    Browse the repository at this point in the history
  2. Correct meta encoding on frame

    Sébastien GLON committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    f38e288 View commit details
    Browse the repository at this point in the history
  3. solve protocol MD5 error

    Sébastien GLON committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    9277cbd View commit details
    Browse the repository at this point in the history
  4. refactor method name

    Sébastien GLON committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    abb77fe View commit details
    Browse the repository at this point in the history
  5. add log error message on NettyTransceiver

    Sébastien GLON committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    4d3728f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. add read Handshake Response

    Sébastien GLON committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    74f9d04 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. end of dev

    Sébastien GLON committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    185b8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Add asyncConnect and TimeOut to netty Transceiver

    Signed-off-by: Sébastien GLON <glon.sebastien@free.fr>
    Sébastien GLON committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    002ce83 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Remove async and retry; replace by connection pool

    Sébastien GLON committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    435858f View commit details
    Browse the repository at this point in the history
  2. Correct test failed

    Sébastien GLON committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    279575f View commit details
    Browse the repository at this point in the history
  3. add close pool funtion

    Sébastien GLON committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    c32db89 View commit details
    Browse the repository at this point in the history