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

codec: check serialization result length #496

Open
wants to merge 7 commits into
base: v0.5.x
Choose a base branch
from

Commits on Nov 17, 2020

  1. codec: check serialization result length

    grpc c core can only handle message that is not larger than 4GiB.
    
    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    842a2e5 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    bdaa6d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. address comment

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    166a842 View commit details
    Browse the repository at this point in the history
  2. remove binding tests

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    aaf972b View commit details
    Browse the repository at this point in the history
  3. generate bindings for x86_64

    Signed-off-by: Jay <BusyJayLee@gmail.com>
    BusyJay committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5d339e6 View commit details
    Browse the repository at this point in the history
  4. generate bindings for aarch64

    Signed-off-by: Jay <BusyJayLee@gmail.com>
    BusyJay committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a083fca View commit details
    Browse the repository at this point in the history
  5. make size limit public

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1b25b2e View commit details
    Browse the repository at this point in the history