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

ws client redirections #397

Merged
merged 43 commits into from
Oct 5, 2021
Merged

ws client redirections #397

merged 43 commits into from
Oct 5, 2021

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    31ae533 View commit details
    Browse the repository at this point in the history
  2. reuse socket

    niklasad1 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    753699c View commit details
    Browse the repository at this point in the history
  3. reuse socket

    niklasad1 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b6f09da View commit details
    Browse the repository at this point in the history
  4. add hacks

    niklasad1 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ce77bf5 View commit details
    Browse the repository at this point in the history
  5. fix build

    niklasad1 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    67b550e View commit details
    Browse the repository at this point in the history
  6. remove hacks

    niklasad1 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e9d863f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    8a31148 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'na-ws-client-redirections' of github.com:paritytech/jso…

    …nrpsee into na-ws-client-redirections
    niklasad1 committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    4685447 View commit details
    Browse the repository at this point in the history
  3. fix bad merge

    niklasad1 committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    5a1e118 View commit details
    Browse the repository at this point in the history
  4. address grumbles

    niklasad1 committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    9e506c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    ffa8150 View commit details
    Browse the repository at this point in the history
  2. fix grumbles

    niklasad1 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d27a708 View commit details
    Browse the repository at this point in the history
  3. fix grumbles

    niklasad1 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1fce702 View commit details
    Browse the repository at this point in the history
  4. fix nit

    niklasad1 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    250c896 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. add redirection test

    niklasad1 committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    d200744 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    1f7cfe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33f364c View commit details
    Browse the repository at this point in the history
  3. Resolved todo

    dvdplm committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9d9aaba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    720f709 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce87119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21583d1 View commit details
    Browse the repository at this point in the history
  7. Fix windows test (?)

    dvdplm committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    f25a22d View commit details
    Browse the repository at this point in the history
  8. fmt

    dvdplm committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0d54d2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b93287c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4df383f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. fix bad transport errors

    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    ae2791c View commit details
    Browse the repository at this point in the history
  2. debug windows tests

    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    0d4b18b View commit details
    Browse the repository at this point in the history
  3. update soketto

    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    adbd2c6 View commit details
    Browse the repository at this point in the history
  4. maybe fix windows test

    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    bf0d71d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    186bf84 View commit details
    Browse the repository at this point in the history
  6. revert faulty change.

    Relative reference must start with either `/` or `//`
    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    efe1c28 View commit details
    Browse the repository at this point in the history
  7. revert windows path

    niklasad1 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e70842b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. use manual join paths

    niklasad1 committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    549e563 View commit details
    Browse the repository at this point in the history
  2. remove url dep

    niklasad1 committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    df28dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b5065c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. default max redirects 5

    niklasad1 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    93d0c3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'na-ws-client-redirections' of github.com:paritytech/jso…

    …nrpsee into na-ws-client-redirections
    niklasad1 committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c257fea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. remove needless clone vec

    niklasad1 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0488a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56db40a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aede64 View commit details
    Browse the repository at this point in the history
  4. fix bad merge

    niklasad1 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    223c37c View commit details
    Browse the repository at this point in the history
  5. cmon CI run

    niklasad1 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    ae1e405 View commit details
    Browse the repository at this point in the history