Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | Merge pull request #16653 from ganmacs/not-to-use-p-in-test | apolcyn | 2018-09-20 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Use logger to suppress output debug output during test | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #16488 from hcaseyal/hpack_static_table | hcaseyal | 2018-09-20 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding | |||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #16658 from AspirinSJL/tag_fix | Juanli Shen | 2018-09-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tag variable | |||
| | | | | | * | | | | | | | Use GPR_CODEGEN_ASSERT in impl/codegen | Vijay Pai | 2018-09-20 | |
| | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | Reset status field in tag as well as func | Vijay Pai | 2018-09-20 | |
| | | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | Fix a Status, and resolve reviewer comments | Vijay Pai | 2018-09-20 | |
| | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #16642 from tenderlove/send-instead-of-method | apolcyn | 2018-09-20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to `send` instead of `method(...).call` | |||
| | | | | | | * | | | | | | | Make the core callback interface API so that it can be used in generated code | Vijay Pai | 2018-09-19 | |
| | | | | | | | | | | | | | | ||||
| | | | | * | | | | | | | | | Add in port_platform.h. The permanent fix for this is currently in a pending ↵ | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR that should get merged soon | |||
| | | | | * | | | | | | | | | Remove unnecessary callout_is_default checks | Hope Casey-Allen | 2018-09-19 | |
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | | Skip 2 slice_eq checks on static mdelems on hpack parse path | Hope Casey-Allen | 2018-09-19 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||
| | | | | * | | | | | | | Destroy arena at end of benchmark to not leak memory | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | | | | ||||
| | | | | * | | | | | | | Increase initial arena size to be more representative of real workload ↵ | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scenario and increase frequency of recreating the arena to avoid oom | |||
| | | | | * | | | | | | | Move arena create outside of benchmark, format, and typo fix | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | | | | ||||
| | | | | | | | * | | | | Rename the openssl framework to openssl_grpc to avoid conflict | Muxi Yan | 2018-09-19 | |
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||
| | | | | | | * | | | | Update function signature | Muxi Yan | 2018-09-19 | |
| |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||
| | * | | | | | | | | Fix tag variable | Juanli Shen | 2018-09-19 | |
| |/ / / / / / / / |/| | | | | | | | | ||||
| | | | | * | | | | Merge branch 'master' into callback_codegen_client_unary | Vijay Pai | 2018-09-19 | |
| | | | | |\ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| | | | | | | * | | Merge branch 'master' into statuscaution | Yash Tibrewal | 2018-09-19 | |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
| | * | | | | | | | Minor cleanup to gen_static_metadadta.py | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | ||||
| | * | | | | | | | Add needed include | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | ||||
| | * | | | | | | | Some reorganizing to respond to code review comments | Hope Casey-Allen | 2018-09-19 | |
| | | | | | | | | | ||||
* | | | | | | | | | Merge pull request #16655 from vjpai/callback_tidy | Vijay Pai | 2018-09-19 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Callback API: Fix clang-tidy concerns | |||
* \ \ \ \ \ \ \ \ \ | Merge pull request #16651 from AspirinSJL/improve_force_creation | Juanli Shen | 2018-09-19 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Change force_creation from atm to bool | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #16624 from vjpai/callback_alarms | Vijay Pai | 2018-09-19 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Add callback-based alarms | |||
| | | * | | | | | | | | | Fix clang-tidy concerns | Vijay Pai | 2018-09-19 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||
| | * | | | | | | | | | Change force_creation from atm to bool | Juanli Shen | 2018-09-19 | |
| | | | | | | | | | | | ||||
| * | | | | | | | | | | Add a comment to address reviewer feedback | Vijay Pai | 2018-09-19 | |
| | | | | | | | | | | | ||||
| | | | | | | | | | * | regenerate projects | ncteisen | 2018-09-19 | |
| | | | | | | | | | | | ||||
| | | | | * | | | | | | Use logger to suppress output debug output during test | ganmacs | 2018-09-19 | |
| |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
| | | | | | * | | | | Add more test cases | Vijay Pai | 2018-09-18 | |
| | | | | | | | | | | ||||
| | | | | | | | | * | Channelz socket support | ncteisen | 2018-09-18 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | test: split fake ALTS handshaker server to lib and main | Lizan Zhou | 2018-09-18 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lizan Zhou <zlizan@google.com> | |||
* | | | | | | | | | Merge pull request #16384 from yashykt/doc1 | Yash Tibrewal | 2018-09-18 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve documentation on lifetime of message and status | |||
| | | | | | | | * \ | Merge branch 'master' into statuscaution | Yash Tibrewal | 2018-09-18 | |
| | | | | | | | |\ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||
| | | | | | | * | | | Fix conflict | Vijay Pai | 2018-09-18 | |
| | | | | | | | | | | ||||
| | | | | | | * | | | Merge branch 'master' into callback_codegen_client_unary | Vijay Pai | 2018-09-18 | |
| | | | | | | |\ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||
| | | | | | | * | | | Add a test | Vijay Pai | 2018-09-18 | |
| | | | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #16638 from vjpai/callback_exceptions | Vijay Pai | 2018-09-18 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | EXPERIMENTAL: Catch exceptions in user callbacks | |||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #16477 from ganmacs/rescue-grpc-call-error | apolcyn | 2018-09-18 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rescue `GRPC::Core::CallError` so that worker threads are not killed | |||
| | | | | | | | | * | | | fix golden file | Vijay Pai | 2018-09-18 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | * | | | Add codegen support for client callback unary calls | Vijay Pai | 2018-09-18 | |
| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge pull request #16644 from AspirinSJL/add_interop_matrix | Juanli Shen | 2018-09-18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add v1.15.0 to interop matrix | |||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #16635 from jtattermusch/everything_runs_on_kokoro | Jan Tattermusch | 2018-09-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests_matrix: deprecate the --internal_ci argument as everything runs on kokoro now | |||
| | * | | | | | | | | | | | | Add v1.15.0 to interop matrix | Juanli Shen | 2018-09-17 | |
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge pull request #16641 from ncteisen/stats | Noah Eisen | 2018-09-17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Only Print Stats if They Are Collected | |||
| | | | | | | * | | | | | | Switch to `send` instead of `method(...).call` | Aaron Patterson | 2018-09-17 | |
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit switches `method(...).call` to `send`. The call sites I changed were all immediately calling `call` on the method object, then throwing the method object away. Using `send` should be equivalent and will not allocate the intermediate `method` object. | |||
| * | | | | | | | | | | | Only output stats if they were collected | Noah Eisen | 2018-09-17 | |
|/ / / / / / / / / / / | ||||
| | | | | | | | | * | | Noob mistake | Yash Tibrewal | 2018-09-17 | |
| | | | | | | | | | | | ||||
| | | | | | | | | * | | Reviewer comments | Yash Tibrewal | 2018-09-17 | |
| | | | | | | | | | | |