Vijay Pai
74fc60e9af
Make our C function pointer use consistent
6 years ago
Hope Casey-Allen
d44feec92f
Reassign arena pointer instead of stomping on memory
6 years ago
apolcyn
878703d6fa
Merge pull request #16653 from ganmacs/not-to-use-p-in-test
...
Use logger to suppress output debug output during test
6 years ago
hcaseyal
5bb69e0f01
Merge pull request #16488 from hcaseyal/hpack_static_table
...
Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
6 years ago
Juanli Shen
799d7e0b37
Merge pull request #16658 from AspirinSJL/tag_fix
...
Fix tag variable
6 years ago
Vijay Pai
0db69018b0
Use GPR_CODEGEN_ASSERT in impl/codegen
6 years ago
Vijay Pai
fc1e35444b
Reset status field in tag as well as func
6 years ago
Vijay Pai
aee8271fe3
Fix a Status, and resolve reviewer comments
6 years ago
apolcyn
dc09ab5b37
Merge pull request #16642 from tenderlove/send-instead-of-method
...
Switch to `send` instead of `method(...).call`
6 years ago
Vijay Pai
9e6511ae2e
Make the core callback interface API so that it can be used in generated code
6 years ago
Hope Casey-Allen
7e21b10cf2
Add in port_platform.h. The permanent fix for this is currently in a pending PR that should get merged soon
6 years ago
Hope Casey-Allen
091f8dd51e
Remove unnecessary callout_is_default checks
6 years ago
Hope Casey-Allen
15eb7853da
Skip 2 slice_eq checks on static mdelems on hpack parse path
6 years ago
Hope Casey-Allen
4b721fbde0
Destroy arena at end of benchmark to not leak memory
6 years ago
Hope Casey-Allen
29d9489ea9
Increase initial arena size to be more representative of real workload scenario and increase frequency of recreating the arena to avoid oom
6 years ago
Hope Casey-Allen
91727bd015
Move arena create outside of benchmark, format, and typo fix
6 years ago
Muxi Yan
37b9b9e8fd
Rename the openssl framework to openssl_grpc to avoid conflict
6 years ago
Muxi Yan
51b79f1757
Update function signature
6 years ago
Juanli Shen
974d66f94f
Fix tag variable
6 years ago
Vijay Pai
830e5ad5df
Merge branch 'master' into callback_codegen_client_unary
6 years ago
Yash Tibrewal
34e000372f
Merge branch 'master' into statuscaution
6 years ago
Hope Casey-Allen
2a51d406e8
Minor cleanup to gen_static_metadadta.py
6 years ago
easy
0131c7bbb3
Document that set_deadline() uses absolute time.
6 years ago
Hope Casey-Allen
4cc1cd7baa
Add needed include
6 years ago
Hope Casey-Allen
327c514fe7
Some reorganizing to respond to code review comments
6 years ago
Vijay Pai
f6e7b778c4
Merge pull request #16655 from vjpai/callback_tidy
...
Callback API: Fix clang-tidy concerns
6 years ago
Juanli Shen
a0578f075c
Merge pull request #16651 from AspirinSJL/improve_force_creation
...
Change force_creation from atm to bool
6 years ago
Vijay Pai
46429a2a6a
Merge pull request #16624 from vjpai/callback_alarms
...
EXPERIMENTAL: Add callback-based alarms
6 years ago
Vijay Pai
deb3126611
Fix clang-tidy concerns
6 years ago
Juanli Shen
dd10cbc554
Change force_creation from atm to bool
6 years ago
Vijay Pai
1359543b47
Add a comment to address reviewer feedback
6 years ago
ncteisen
0a650eae58
regenerate projects
6 years ago
ganmacs
50c31d18e5
Use logger to suppress output debug output during test
6 years ago
Vijay Pai
845bc9ae21
Add more test cases
6 years ago
ncteisen
bd9d97a200
Channelz socket support
6 years ago
Lizan Zhou
cf9b412c97
test: split fake ALTS handshaker server to lib and main
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
6 years ago
Yash Tibrewal
d177c8fe46
Merge pull request #16384 from yashykt/doc1
...
Improve documentation on lifetime of message and status
6 years ago
Yash Tibrewal
e085aee990
Merge branch 'master' into statuscaution
6 years ago
Vijay Pai
47ae48e20c
Fix conflict
6 years ago
Vijay Pai
a1e87be377
Merge branch 'master' into callback_codegen_client_unary
6 years ago
Vijay Pai
42a0ed43cb
Add a test
6 years ago
Vijay Pai
0e5b2a7946
Merge pull request #16638 from vjpai/callback_exceptions
...
EXPERIMENTAL: Catch exceptions in user callbacks
6 years ago
apolcyn
8ad90b42a7
Merge pull request #16477 from ganmacs/rescue-grpc-call-error
...
Rescue `GRPC::Core::CallError` so that worker threads are not killed
6 years ago
Vijay Pai
c5afb25905
fix golden file
6 years ago
Vijay Pai
1cd9aacab7
Add codegen support for client callback unary calls
6 years ago
Juanli Shen
acff0768ad
Merge pull request #16644 from AspirinSJL/add_interop_matrix
...
Add v1.15.0 to interop matrix
6 years ago
Jan Tattermusch
4e26fcce46
Merge pull request #16635 from jtattermusch/everything_runs_on_kokoro
...
run_tests_matrix: deprecate the --internal_ci argument as everything runs on kokoro now
6 years ago
Juanli Shen
268733bd83
Add v1.15.0 to interop matrix
6 years ago
Noah Eisen
4b8db307dc
Merge pull request #16641 from ncteisen/stats
...
Only Print Stats if They Are Collected
6 years ago
Aaron Patterson
d374ee9a4f
Switch to `send` instead of `method(...).call`
...
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.
6 years ago