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 optional OkHttp transport (instead of Netty) #710

Merged
merged 34 commits into from
Jun 13, 2018
Merged

Add optional OkHttp transport (instead of Netty) #710

merged 34 commits into from
Jun 13, 2018

Commits on Apr 26, 2018

  1. add OkHttp transport

    bsideup committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    455b8b3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

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

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    a0bde0c View commit details
    Browse the repository at this point in the history
  2. handle response errors

    bsideup committed May 19, 2018
    Configuration menu
    Copy the full SHA
    85a84c2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. do not block caller's thread

    bsideup committed May 20, 2018
    Configuration menu
    Copy the full SHA
    d6a59bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd4920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7727b3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    788543f View commit details
    Browse the repository at this point in the history
  5. always close the response

    bsideup committed May 20, 2018
    Configuration menu
    Copy the full SHA
    0166126 View commit details
    Browse the repository at this point in the history
  6. reuse OkHttpClient instance

    bsideup committed May 20, 2018
    Configuration menu
    Copy the full SHA
    e1021b1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    360efb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b905ecf View commit details
    Browse the repository at this point in the history
  3. retry on connection failure

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    ff8a1a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fe2dee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    086c4db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f64be0f View commit details
    Browse the repository at this point in the history
  7. fix shading

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    da52424 View commit details
    Browse the repository at this point in the history
  8. remove isOpen check

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    7cc4c78 View commit details
    Browse the repository at this point in the history
  9. try jnr-unixsocket

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    23fdb7f View commit details
    Browse the repository at this point in the history
  10. remove cglib

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    65aa80f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a82fac View commit details
    Browse the repository at this point in the history
  12. experimental npipe support

    bsideup committed May 21, 2018
    Configuration menu
    Copy the full SHA
    d9c6db7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. fix pipe name

    bsideup committed May 22, 2018
    Configuration menu
    Copy the full SHA
    32ac15d View commit details
    Browse the repository at this point in the history
  2. fix double escaping

    bsideup committed May 22, 2018
    Configuration menu
    Copy the full SHA
    40b47c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6386bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d005f08 View commit details
    Browse the repository at this point in the history
  5. shade ipcsocket

    bsideup committed May 22, 2018
    Configuration menu
    Copy the full SHA
    6ed7479 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. disable read timeout

    bsideup committed May 23, 2018
    Configuration menu
    Copy the full SHA
    c5eda4f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2018

  1. make OkHttp opt-in-able

    bsideup committed May 28, 2018
    Configuration menu
    Copy the full SHA
    8cabd49 View commit details
    Browse the repository at this point in the history
  2. fix properties file name

    bsideup committed May 28, 2018
    Configuration menu
    Copy the full SHA
    9a0e302 View commit details
    Browse the repository at this point in the history
  3. fix typo

    bsideup committed May 28, 2018
    Configuration menu
    Copy the full SHA
    c6f962b View commit details
    Browse the repository at this point in the history
  4. fix Codacy warnings

    bsideup committed May 28, 2018
    Configuration menu
    Copy the full SHA
    5cf871b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

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