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

servlet: Implement gRPC server as a Servlet #8596

Merged
merged 133 commits into from
Jan 20, 2023

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    a0c92df View commit details
    Browse the repository at this point in the history
  2. better-logging

    dapengzhang0 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    8719377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d00ec View commit details
    Browse the repository at this point in the history
  4. rename files

    dapengzhang0 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    4fa6271 View commit details
    Browse the repository at this point in the history
  5. fix serverListener NPE

    dapengzhang0 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    e793c7c View commit details
    Browse the repository at this point in the history
  6. fix onSendingBytes()

    dapengzhang0 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    393fcf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    706a3c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e11674 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1776917 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb3a720 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

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

Commits on Nov 16, 2018

  1. fix codecov

    dapengzhang0 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    af7f6a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. minor enhancements

    dapengzhang0 committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    2fc04fc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    8b78b6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    680872b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    b3473df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3728866 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fce63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b02064 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d59f81e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. comment SPSC

    dapengzhang0 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    5b7496e View commit details
    Browse the repository at this point in the history
  2. attributes.toBuilder()

    dapengzhang0 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e98e4f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    6aa26e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3dfaba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44ea5f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. temp

    dapengzhang0 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    ef5f879 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    47e3e95 View commit details
    Browse the repository at this point in the history
  2. create util methods

    dapengzhang0 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c5fc2bd View commit details
    Browse the repository at this point in the history
  3. minor cleanup

    dapengzhang0 committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    63e8cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

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

Commits on Aug 12, 2019

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

Commits on Oct 13, 2020

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

Commits on Oct 20, 2020

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

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    a53114b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0085f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a02c82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7977de6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    811fcbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccbfd8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d017a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    0180d29 View commit details
    Browse the repository at this point in the history
  2. Add explicit guava dependency

    Previously we transitively got it from grpc-core
    niloc132 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    7bb191c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59d9754 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Simple typos

    niloc132 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1f4b0ca View commit details
    Browse the repository at this point in the history
  2. Merge commit 'v1.33.0^' into servletasync

    This was a mistake, should have merged to where v1.33 diverged
    niloc132 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ccc5cd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d90af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aea3351 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    70ca920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d405e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18d20d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4c0c87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b12370e View commit details
    Browse the repository at this point in the history
  6. tomcat

    dapengzhang0 authored and niloc132 committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a39be4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dea10c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Relax jetty rate control

    niloc132 committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2154764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5c225 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    a0b5852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512a2d3 View commit details
    Browse the repository at this point in the history
  3. Typo in test class

    niloc132 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4bed353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    907f432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75f9b82 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    00b8f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e0af2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    0c5664c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8162d6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e25c4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bcd0af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    034771f View commit details
    Browse the repository at this point in the history
  6. Import cleanup

    niloc132 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    da85cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f84a156 View commit details
    Browse the repository at this point in the history
  8. Example servlet readme

    niloc132 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f7677f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc2ddcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc9eb3f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    67eb249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8eea3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c4e08 View commit details
    Browse the repository at this point in the history
  4. Fix readme link error

    niloc132 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    490abf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0db2bdf View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    6440b3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2297d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    6197088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9acba27 View commit details
    Browse the repository at this point in the history
  3. fix bad import

    dapengzhang0 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    44fc657 View commit details
    Browse the repository at this point in the history
  4. remove logging in test

    dapengzhang0 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6764b77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cce389 View commit details
    Browse the repository at this point in the history
  6. update RELEASING.md

    dapengzhang0 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    33639da View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. remove unnecessary line

    niloc132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    822701e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a2ff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a26e5e View commit details
    Browse the repository at this point in the history
  4. Remove jetty 9 workaround

    niloc132 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    a72bed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a67519c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

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

Commits on Dec 29, 2021

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

Commits on Dec 30, 2021

  1. Revert "update RELEASING.md"

    This reverts commit 33639da.
    dapengzhang0 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    d77973e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e632dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c903d75 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    0bc4dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73bad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    714e81b View commit details
    Browse the repository at this point in the history
  4. add jacoco coverage

    dapengzhang0 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1962a0e View commit details
    Browse the repository at this point in the history
  5. fix jacoco

    dapengzhang0 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    022c66c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    533bd21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7e626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc802ae View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    b1da336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93f1c6f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    0e64316 View commit details
    Browse the repository at this point in the history
  2. enhance lincheck test

    dapengzhang0 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    38c0585 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    5cb764a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    986ee81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c350f View commit details
    Browse the repository at this point in the history
  4. add Test annotation

    dapengzhang0 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    7a90a53 View commit details
    Browse the repository at this point in the history
  5. improve builder test

    dapengzhang0 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f8b9950 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

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

Commits on Feb 27, 2022

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

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    79dc180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d58c9b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge commit '78ccc81fd' into servletasync

    Up to date with master where 1.46 was cut
    niloc132 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    dda244d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    5829381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae71dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    639084a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b13d505 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    5bbaea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524bbe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129628e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c68cfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f26201a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7929461 View commit details
    Browse the repository at this point in the history