Nicolas "Pixel" Noble
0fc9999fba
Putting message size filter back.
8 years ago
Nicolas "Pixel" Noble
3d5592cea8
Moving message_size_filter properly.
8 years ago
Craig Tiller
1b36a7d4ed
Ping rate limiting for HTTP2
8 years ago
Craig Tiller
e4c2b10516
No need for copyright on generated files
8 years ago
Craig Tiller
68c9dbe694
Add clamping to pid controller, make arguments more readable
8 years ago
Craig Tiller
88d81bffd1
Fix cast
8 years ago
Craig Tiller
5ed702b78c
Simplify math
8 years ago
Craig Tiller
95234e1baa
Increase stability of integration for PID controller
8 years ago
Craig Tiller
fb27caca3b
More UV fixes
8 years ago
Craig Tiller
aef521c6f9
Fix closure usage in UV code
8 years ago
Craig Tiller
d4654560dc
clang-format code
8 years ago
Craig Tiller
460da03d0c
Fixup Windows source files for new closure APIs
8 years ago
Craig Tiller
801c6cc548
Fix some NULL usage
8 years ago
Craig Tiller
91f77eacce
PID controller stabilization
8 years ago
Craig Tiller
ff281b9d22
Fix udp server
8 years ago
Craig Tiller
eff97ae57a
Update cronet
8 years ago
Craig Tiller
c0118b494e
Ping progress
8 years ago
Craig Tiller
e9c2d4e9ff
Update cronet
8 years ago
Craig Tiller
061ef740c0
Some fixes
8 years ago
Nathaniel Manista
2fab0e78b0
Rename interop-as-a-unit-test "intraop"
...
It's been confusing that these tests have been called "interop" but
are not actually tests of interoperation.
8 years ago
Craig Tiller
d6887e0e4e
Some fixes
8 years ago
Yuchen Zeng
a13ec951b9
Remove for loop initial declarations
8 years ago
Masood Malekghassemi
0d62d7e8d7
Add `auto-gen`d comment to `_pb2_grpc.py` files
8 years ago
Craig Tiller
3cb3447e49
Fix some uninitialized variables
8 years ago
Craig Tiller
91031dacb1
Changes to exec_ctx/closure/combiner/workqueue interfaces
...
- make closures know where they should be executed (eg, on a workqueue,
or a combiner, or on an exec_ctx)
- this allows removal of a large number of trampoline functions that
were appearing whenever we used combiners, and should allow for a much
easier interface to combiner locks
8 years ago
Craig Tiller
ad2a11fc3d
Cleanup ping story: part 0
8 years ago
Craig Tiller
00a2d18234
Fix flipped conditional
8 years ago
Masood Malekghassemi
25186ae0f1
Set Python documentation copyright
8 years ago
Craig Tiller
4cc1c35ad3
Fix merge errors
8 years ago
Yuan He
9383d2b809
Ruby: show error class and message instead of unknown
8 years ago
Julien Boeuf
964d7bb482
Fixing JWT verifier.
...
- Initializes grpc correctly in the JWT utils.
- Make the email mapping work with the new service accounts produced by
Google IAM.
- Adding check for email issuers where the issuer has to be the subject as well.
- Implementing portable version of memrchr.
8 years ago
siddharthshukla
48226a2f1f
Add _invocation_defects_test.InvocationDefectsTest
...
Added tests for detecting invocation time defects arising out of the
runtime.
8 years ago
Alexander Polcyn
2ec43d2dac
change ruby default unimplemented ruby server handler to have two arguments
8 years ago
ncteisen
2e3972ae54
Add advanced interop test behavior for Ruby server side
8 years ago
yang-g
92fa9608f2
Check and fail if user provides a metadata key starting with :
8 years ago
Noah Eisen
ef4ceda6fd
Add advanced interop tests for Ruby client
8 years ago
Alexander Polcyn
eb69c34f83
attach trailing metadata to ruby bidi call op when it's received
8 years ago
Dan Born
e955c1f236
Method to expose the resource quota of a resource user
8 years ago
siddharthshukla
dd52a31337
Replace Python unit test iterables by iterators
...
Cast iterables into iterators for stream based compression, empty
message, and metadata tests.
8 years ago
siddharthshukla
6bfa91a795
Handle non-iterator objects in consume_request_iterator
...
Restructure the consume_request_iterator method to handle exceptions
where the object being passed is not an iterator. Fixes #8231 and #8454 .
8 years ago
Yuchen Zeng
b810b85e52
Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fd
8 years ago
ncteisen
02a7d4272a
Add python client to test negative http2 conditions
...
Documentation for the new tests can be found https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
8 years ago
siddharthshukla
c336268a40
Fix invalid tests.json
...
Add a comma delimiter for "_invalid_metadata_test.InvalidMetadataTest".
8 years ago
Nathaniel Manista
6aedd44fb6
Drop use of Exception.message in metadata test
...
Apparently Exception.message was introduced in Python 2.5 and
deprecated almost immediately afterward in Python 2.6.
8 years ago
ncteisen
d803b805ae
Fix RST_STREAM(0) inconsistency
8 years ago
David Garcia Quintas
855a1063ec
grpclb: skip slash in server uri path if present
8 years ago
Bryan Blanchard
c549a3e37b
don't print multiple imports to protobuf modules
8 years ago
Yuchen Zeng
63e3e3b1df
Add grpc_pollset_set as an arg in grpc_resolver_create
8 years ago
Yuchen Zeng
426cf85a68
Fix resolve_address_windows
8 years ago
Yuchen Zeng
f62706f206
Add pollset_set in grpc_resolver
8 years ago