David Garcia Quintas
d3ace6cf29
Fix authority fuzzing failures
7 years ago
jiangtaoli2016
4fe2cd2555
Init default root certs store once
7 years ago
everysick
bae00e08cc
Add test for verifying to get memory usage in client request
7 years ago
Muxi Yan
4c0872d44e
Disable test for Cronet (unsupported)
7 years ago
Jan Tattermusch
0e3d2fe823
make package builds work on kokoro
7 years ago
Mark D. Roth
efcd45bc24
Fix asan failures.
7 years ago
Mark D. Roth
5885b53809
Simplify capacity growth calculation.
7 years ago
Mark D. Roth
62d2ca77db
Change InlinedVector to keep elements stored contiguously.
7 years ago
Mark D. Roth
9db86fcc63
Convert retry throttle code to C++ and add tests.
7 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
kpayson64
0bb2fe946e
Explicitly stop servers in unit tests.
...
Relying on garbage collection to stop servers breaks with gevent.
7 years ago
Mehrdad Afshari
e1a9f170b5
regenerate projects
7 years ago
Muxi Yan
16248a035f
Test nit fixes
7 years ago
David Garcia Quintas
46511cd5d3
malloc to stack
7 years ago
David Garcia Quintas
d5d36d7b7b
fix wrong include
7 years ago
David Garcia Quintas
9a2cea0aed
fix include guard
7 years ago
ncteisen
acd8822a86
Fix objc macos build
7 years ago
ncteisen
7ee8aa58f6
Fix flow control bug
7 years ago
David Garcia Quintas
49f625f232
more comments
7 years ago
ncteisen
2920457547
Fix objc macos build
7 years ago
Muxi Yan
a6ffad9725
Polish comments for setKeepaliveWithInterval
7 years ago
ncteisen
6e17041aa7
Fix flow control bug
7 years ago
David Garcia Quintas
e44efe099d
rest of pr comments
7 years ago
Daniel Neighman
8b7007ad7b
Updates the ruby generator RubyAsType to correctly account for underscores in packages
...
Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package
(or a direct parent package) and the package contains underscores,
the result would simply uppercase the first character.
It should however uppercase each letter that proceeds an underscore and remove underscores.
i.e.
```
package my_package.service;
import "my_package/data.proto";
service MyService {
rpc Test (data.Request) returns data.Response {}
}
```
Was
```ruby
# ...
rpc :Test, My_package::Data::REquest, My_package::Data::Response
# ...
```
Should be:
```ruby
# ...
rpc :Test, MyPackage::Data::REquest, My_package::Data::Response
# ...
```
7 years ago
David Garcia Quintas
861363d618
added call_host_override test
7 years ago
Muxi Yan
6d855c5f3c
Allow gRPC ObjC user to set keepalive options
7 years ago
Vijay Pai
ad9ec9e017
Fix an ifdef comment
7 years ago
everysick
dfc95159a6
Use GRPC_RB_MEMSIZE_UNAVAILABLE in grpc_rb_md_ary_data_type
7 years ago
David Garcia Quintas
0287924466
Added host override info to test fixture config
7 years ago
Muxi Yan
93e2d92992
Add more plugins to be used by grpc_cronet
7 years ago
yang-g
1f7e8cb4a4
Properly reset pings_before_data_required
7 years ago
David Garcia Quintas
fa460dcf1d
Factor out grpc_add_default_authority_if_not_present
7 years ago
David Garcia Quintas
d043fa06bc
PR comments
7 years ago
jiangtaoli2016
144f5559da
cache default SSL root cert store
7 years ago
Feng Li
7b2f5775d8
Release the GIL when calling grpc_call_start_batch.
7 years ago
Mark D. Roth
e63e06d8d7
Fall calls with wait_for_ready=false on transient resolver failure.
7 years ago
David Garcia Quintas
4b31e36a19
Fixed tests call host
7 years ago
Vijay Pai
a4da2d2a54
Eliminate existence of SneakyCallOpSet, some server cleanup
7 years ago
David Garcia Quintas
0c29f6a703
Added comment
7 years ago
yang-g
502ba74868
Rename generate_mock to generate_mocks
7 years ago
yang-g
69e153209f
Properly reset pings_before_data_required
7 years ago
Yash Tibrewal
14f1c35259
Remove unnecessary assert on size check of address length after conversion to socklen_t
7 years ago
David Garcia Quintas
31e957632f
Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filter
7 years ago
Muxi Yan
cc1bb3463a
Fix wrong timeout value of keepalive watchdog
7 years ago
Jan Tattermusch
f6909b259f
fix a test
7 years ago
Jan Tattermusch
9b9807a48c
fix C# connectivity watcher shutdown race
7 years ago
Alex Polcyn
77f64f76bd
Put address_sorting's public header under its own directory. Also add
...
test_only to sort function used in test.
7 years ago
Alexander Polcyn
690dde672a
Add address sorting submodule for use in c-ares wrapper
7 years ago
Noah Eisen
d2bc0c2609
Revert "Verify early OK behavior"
7 years ago
Muxi Yan
b94d68111d
Add message size filter and deadline filter plugins
7 years ago