ncteisen
805b8db33c
fix asan
7 years ago
Juanli Shen
a4345934a3
Use unique port in php test
7 years ago
ncteisen
86600071b0
reviewer feedback
7 years ago
David Garcia Quintas
d194cc378e
Free result of grpc_dump_slice
7 years ago
Jan Tattermusch
a2a4629614
add MarshallerTest
7 years ago
Jan Tattermusch
63a31d85f1
contextual marshaller test
7 years ago
Vijay Pai
be18cedf90
Delete epollsig poller and tests using it
7 years ago
Muxi Yan
d65d25795b
generate_projects
7 years ago
Yash Tibrewal
cd1992bc04
Add comment
7 years ago
Muxi Yan
2c68f60b15
Rename the openssl framework to openssl_grpc to avoid conflict
7 years ago
Muxi Yan
983d9be035
Update function signature in grpc_security
7 years ago
Yash Tibrewal
a12740f0ae
Revert the revert to server.cc
7 years ago
Muxi Yan
fc136beecd
Change function signature
7 years ago
Muxi Yan
0049ba865d
Rename openssl in test
7 years ago
Yash Tibrewal
4e7ede8dd2
Set seen_recv_trailing_metadata to false
7 years ago
Muxi Yan
f511f247dd
bug fix
7 years ago
Hope Casey-Allen
ae6f620d6c
Add comment to explain obscure performance choice
7 years ago
Vijay Pai
da1b75b5d5
Add a virtual destructor to the new class with virtual methods
7 years ago
Muxi Yan
3f4fef6116
replace #include library name in BoringSSL files
7 years ago
Hope Casey-Allen
cc79390604
Fix on_trailing_header
7 years ago
Muxi Yan
d0029bac14
generate_projects.sh
7 years ago
Vijay Pai
74fc60e9af
Make our C function pointer use consistent
7 years ago
Vijay Pai
aee8271fe3
Fix a Status, and resolve reviewer comments
7 years ago
Vijay Pai
9e6511ae2e
Make the core callback interface API so that it can be used in generated code
7 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
7 years ago
Hope Casey-Allen
091f8dd51e
Remove unnecessary callout_is_default checks
7 years ago
Hope Casey-Allen
15eb7853da
Skip 2 slice_eq checks on static mdelems on hpack parse path
7 years ago
Muxi Yan
37b9b9e8fd
Rename the openssl framework to openssl_grpc to avoid conflict
7 years ago
Hope Casey-Allen
327c514fe7
Some reorganizing to respond to code review comments
7 years ago
Vijay Pai
deb3126611
Fix clang-tidy concerns
7 years ago
Juanli Shen
dd10cbc554
Change force_creation from atm to bool
7 years ago
ncteisen
0a650eae58
regenerate projects
7 years ago
ganmacs
50c31d18e5
Use logger to suppress output debug output during test
7 years ago
Muxi Yan
6a75d93e91
Fix analyze issues in gRPC ObjC lib
7 years ago
ncteisen
bd9d97a200
Channelz socket support
7 years ago
Vijay Pai
1cd9aacab7
Add codegen support for client callback unary calls
7 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.
7 years ago
Yash Tibrewal
23ddadb7ca
Noob mistake
7 years ago
Yash Tibrewal
98048811a4
Reviewer comments
7 years ago
Mehrdad Afshari
3586ac1c99
Fix SSL channel credential when an argument is None
7 years ago
Yash Tibrewal
51dbd906d6
Convert status_error to an atomic because it can be accessed from different threads at the same time
7 years ago
Yash Tibrewal
4009616b58
Reviewer comments
7 years ago
Vijay Pai
73d89a66f9
Catch exceptions in user callbacks
7 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
7 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.
7 years ago
Stephan Zehetner
d16d13a976
avoid Tuple allocation in ClientBaseConfigurationInterceptor
7 years ago
Stephan Zehetner
3729329a3f
avoid byte[] allocation when reading empty strings from native memory
7 years ago
Dylan Thacker-Smith
78f3f44efb
ruby: Raise instead of hanging if grpc is used before and after fork
7 years ago
Alexander Polcyn
2062504cd7
Follow the no_logging param to parse_ipv6_host_port
7 years ago
Vijay Pai
db01bf793a
Add callback-based alarms
7 years ago