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
Nick Gordon
3fe2c98877
Updates to the ruby generator for protobuf 3.6.0 changes
...
test for verifying the ruby_package option
added WeWork to the AUTHORS file
6 years ago
Stephan Zehetner
59f8157123
optimize Metadata.Entry normalization and validation check. Replaced Regex with custom loop, avoid string allocation if input is already lowercase.
6 years ago
Stephan Zehetner
d16d13a976
avoid Tuple allocation in ClientBaseConfigurationInterceptor
6 years ago
Stephan Zehetner
3729329a3f
avoid byte[] allocation when reading empty strings from native memory
6 years ago
Dylan Thacker-Smith
78f3f44efb
ruby: Raise instead of hanging if grpc is used before and after fork
6 years ago
Alexander Polcyn
2062504cd7
Follow the no_logging param to parse_ipv6_host_port
6 years ago
Vijay Pai
db01bf793a
Add callback-based alarms
6 years ago
Yash Tibrewal
2f6640f005
Add logging to be sure about set values
6 years ago
Hope Casey-Allen
5b27941372
Even cleaner implementation that does not modify the grpc_mdelem struct.
6 years ago
Vijay Pai
0382d06248
Don't use cq_tag on Server CallOpSet's yet
6 years ago