Jan Tattermusch
c2fd689bad
address comments
6 years ago
Soheil Hassas Yeganeh
46a97e5f55
Avoid extra branches in grpc_error_get_(str|int).
...
Moving the check for "which" inside the for loop, will let the compiler
unroll the loop and merge it with the branches grpc_error_is_especial.
This is visible in the following godbolts:
Before: https://godbolt.org/z/Nqujh1
After: https://godbolt.org/z/fA2PX-
6 years ago
Mark D. Roth
be1ce0c4cc
Revert "Merge pull request #16600 from grpc/revert-16574-health_checking_service"
...
This reverts commit de11358660
, reversing
changes made to 107d10ea73
.
6 years ago
Jan Tattermusch
1044731858
add DeserializationContext implementation note
6 years ago
Muxi Yan
bd1279ebf1
Add tests for NSError+GRPC
6 years ago
Muxi Yan
f83ca91702
Fix crash in grpc_errorFromStatusCode
6 years ago
ncteisen
cc0a1e1d7e
reviewer feedback:
6 years ago
ncteisen
805b8db33c
fix asan
6 years ago
Juanli Shen
a4345934a3
Use unique port in php test
6 years ago
ncteisen
86600071b0
reviewer feedback
6 years ago
David Garcia Quintas
d194cc378e
Free result of grpc_dump_slice
6 years ago
Jan Tattermusch
a2a4629614
add MarshallerTest
6 years ago
Jan Tattermusch
63a31d85f1
contextual marshaller test
6 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
6 years ago
Muxi Yan
d65d25795b
generate_projects
6 years ago
Yash Tibrewal
cd1992bc04
Add comment
6 years ago
Muxi Yan
2c68f60b15
Rename the openssl framework to openssl_grpc to avoid conflict
6 years ago
Muxi Yan
983d9be035
Update function signature in grpc_security
6 years ago
Yash Tibrewal
a12740f0ae
Revert the revert to server.cc
6 years ago
Muxi Yan
fc136beecd
Change function signature
6 years ago
Muxi Yan
0049ba865d
Rename openssl in test
6 years ago
Yash Tibrewal
4e7ede8dd2
Set seen_recv_trailing_metadata to false
6 years ago
Muxi Yan
f511f247dd
bug fix
6 years ago
Hope Casey-Allen
ae6f620d6c
Add comment to explain obscure performance choice
6 years ago
Vijay Pai
da1b75b5d5
Add a virtual destructor to the new class with virtual methods
6 years ago
Muxi Yan
3f4fef6116
replace #include library name in BoringSSL files
6 years ago
Hope Casey-Allen
cc79390604
Fix on_trailing_header
6 years ago
Muxi Yan
d0029bac14
generate_projects.sh
6 years ago
Vijay Pai
74fc60e9af
Make our C function pointer use consistent
6 years ago
Vijay Pai
aee8271fe3
Fix a Status, and resolve reviewer comments
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
Muxi Yan
37b9b9e8fd
Rename the openssl framework to openssl_grpc to avoid conflict
6 years ago
Hope Casey-Allen
327c514fe7
Some reorganizing to respond to code review comments
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
ncteisen
0a650eae58
regenerate projects
6 years ago
ganmacs
50c31d18e5
Use logger to suppress output debug output during test
6 years ago
Muxi Yan
6a75d93e91
Fix analyze issues in gRPC ObjC lib
6 years ago
ncteisen
bd9d97a200
Channelz socket support
6 years ago
Vijay Pai
1cd9aacab7
Add codegen support for client callback unary calls
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
Yash Tibrewal
23ddadb7ca
Noob mistake
6 years ago
Yash Tibrewal
98048811a4
Reviewer comments
6 years ago
Mehrdad Afshari
3586ac1c99
Fix SSL channel credential when an argument is None
6 years ago
Yash Tibrewal
51dbd906d6
Convert status_error to an atomic because it can be accessed from different threads at the same time
6 years ago
Yash Tibrewal
4009616b58
Reviewer comments
6 years ago
Vijay Pai
73d89a66f9
Catch exceptions in user callbacks
6 years ago