yang-g
6486883940
Add more files
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
Yuchen Zeng
15521de93f
Request a pollset_set in grpc_resolve_address
8 years ago
ncteisen
61b8c89206
Add check on return value from start_client_batch
8 years ago
Masood Malekghassemi
4682bf3928
Diagnose AttrErr as too-old setuptools
8 years ago
Mark D. Roth
13f3574642
clang-format
8 years ago
Mark D. Roth
f8439141a0
clang-format
8 years ago
Masood Malekghassemi
9fb054a537
Upversion Python
8 years ago
Masood Malekghassemi
94b82355cb
Patch overlooked strings from Python un-namespacing
8 years ago
Masood Malekghassemi
f1cdf59b7f
Patch overlooked strings from Python un-namespacing
8 years ago
thinkerou
0c3e8dbc68
fix code style
8 years ago
Sree Kuchibhotla
ef35bc33bd
Code review comment: make maybe_embiggen more efficient and realloc only if necessary
8 years ago
Sree Kuchibhotla
4aecf49405
Improve grpc_slice_buffer's grpc_slice_buffer_take_first function. This
...
required modifying grpc_slice_buffer structure
8 years ago
Yuchen Zeng
78246df236
Add GRPC_CONTEXT_TRAFFIC in grpc_context_index
8 years ago
murgatroid99
5eebc93b1d
Make event order consistent, and make 'end' and 'error' mutually exclusive
8 years ago
David Garcia Quintas
68a9e38c56
Short deadlines: set Status on deadline
8 years ago
Jan Tattermusch
00f66361b7
Generate param comments in C# proto plugin
8 years ago
Jan Tattermusch
726f40f046
remove leading space in C# comments
8 years ago
Jan Tattermusch
727f887cc2
remove leading space in C# comments
8 years ago
Jan Tattermusch
5b7c5f5216
fix compiler warning in hpack_parser.c
8 years ago
Jan Tattermusch
4038cbff1a
make grpc_csharp_ext compile
8 years ago
Alexander Polcyn
70f4d26e0f
convert char* to grpc_slice in ruby
8 years ago
Nathaniel Manista
1de3914d69
Style fix: pass keyword arguments by keyword
8 years ago
Nathaniel Manista
91764921bc
Use LONG_TIMEOUT for calls that do not time out
8 years ago
murgatroid99
a053f23b1d
Make Node extension work with slice changes
8 years ago
Masood Malekghassemi
e136c1a773
Up-version Python
8 years ago
Masood Malekghassemi
f096f540ee
Recover 'namespace'd Python distribution packages
...
Uses dynamic loading to paper-over the negative effects of losing
namespace packages in the previous commit.
8 years ago