Mark D. Roth
|
bd3e3189d6
|
clang-format
|
9 years ago |
Mark D. Roth
|
07cd9c9e06
|
Initial attempt at a C++ wrapper for the C grpc_transport_op and
grpc_transport_stream_op structs.
|
9 years ago |
Mark D. Roth
|
34d07d6f2a
|
Update comments.
|
9 years ago |
Mark D. Roth
|
13e343464b
|
Another boolification.
|
9 years ago |
Mark D. Roth
|
7f8db25797
|
Bool-ify a couple of fields in grpc_transport_op.
|
9 years ago |
Mark D. Roth
|
76d24420d7
|
clang-format
|
9 years ago |
Mark D. Roth
|
5d11e43ce3
|
Added test for filter whose call initialization fails, and fixed bugs
uncovered by the test.
|
9 years ago |
Mark D. Roth
|
09e669878f
|
Propagate error up through grpc_connected_subchannel_create_call().
|
9 years ago |
Mark D. Roth
|
9f97cca37b
|
Fix error handling in grpc_call_create().
|
9 years ago |
Mark D. Roth
|
0badbe8b11
|
Change grpc_channel_filter init_call_elem() method to return grpc_error.
|
9 years ago |
Jan Tattermusch
|
892f8f952a
|
Update c# readme.
|
9 years ago |
David Garcia Quintas
|
e89aad02bf
|
updated node interop server
|
9 years ago |
Jan Tattermusch
|
be37455297
|
add missing ConfigureAwait(false)
|
9 years ago |
David Garcia Quintas
|
ad8723f647
|
moved up 'package' statement.
|
9 years ago |
David Garcia Quintas
|
7edfcb021f
|
Using inlined BoolValue in lieu of wrappers.proto due to lack of node support
|
9 years ago |
Jan Tattermusch
|
381e26a21e
|
regenerate project.json files
|
9 years ago |
Jan Tattermusch
|
74330130a3
|
improve project.json files
|
9 years ago |
Nathaniel Manista
|
3b5ae53cd1
|
Correct lingering FATAL_FAILURE sites
This should have been done as part of 5444bed32f .
|
9 years ago |
Mark D. Roth
|
083afc225d
|
Add comments indicating what the grpc_call_context_element values are for
each array index.
|
9 years ago |
Nathaniel Manista
|
ffaafe6fa3
|
Change with_call from parameter to attribute
|
9 years ago |
Craig Tiller
|
fa1f74e226
|
Fix errored streams prematurely terminating, add a test
|
9 years ago |
Craig Tiller
|
daec5f94d2
|
We dont need to account for parsing or not when writing
|
9 years ago |
Mark D. Roth
|
4fd2134daf
|
Make another .h file accessible from C++.
|
9 years ago |
Craig Tiller
|
56565fca75
|
Force receiving a SETTINGS frame as the first frame
|
9 years ago |
Craig Tiller
|
78a73333b7
|
Fix memory leak upon receiving two RST_STREAMs
|
9 years ago |
Nathaniel Manista
|
76233f5c2f
|
Delete tests of dead pre-GA code
|
9 years ago |
Nathaniel Manista
|
6efe7c7ecf
|
Fix secure channel construction
|
9 years ago |
David Garcia Quintas
|
5ad70a6953
|
removed spurious .format()
|
9 years ago |
David Garcia Quintas
|
377bfdef92
|
added extra path to python protoc
|
9 years ago |
David Garcia Quintas
|
e5f0f95101
|
fixed syntax errors in proto
|
9 years ago |
Jan Tattermusch
|
099cbf84aa
|
add debian.8-x64 to the list of runtimes
|
9 years ago |
Jan Tattermusch
|
fab857eefc
|
address review comments
|
9 years ago |
Craig Tiller
|
97fe0a6d5a
|
clang-format code
|
9 years ago |
Craig Tiller
|
7264f14b55
|
Cleanup spam
|
9 years ago |
Stanley Cheung
|
a66e075144
|
php: there is an unimplemented service
|
9 years ago |
Stanley Cheung
|
89391406cd
|
php: implement 2 more interop tests
|
9 years ago |
Stanley Cheung
|
e2e08735e5
|
php: implement custom_metadata interop test
|
9 years ago |
murgatroid99
|
20e5d9eb0a
|
Update Node plugin to handle well known type changes
|
9 years ago |
murgatroid99
|
40f5726579
|
Node QPS worker: wait for clients to be ready before making calls
|
9 years ago |
thinkerou
|
f3bc3b62a7
|
Load default roots.pem in PHP via grpc_set_ssl_roots_override_callback
|
9 years ago |
Jan Tattermusch
|
317b8acf99
|
migrate everything to netstandard1.5
|
9 years ago |
Ken Payson
|
bef286f034
|
Wait for channel to be connected for each client
|
9 years ago |
Nathaniel Manista
|
5444bed32f
|
Rename FATAL_FAILURE SHUTDOWN
|
9 years ago |
Jan Tattermusch
|
474a574ba7
|
update readme.md
|
9 years ago |
Mark D. Roth
|
035cb3a3d4
|
Pass peer string to ChannelData ctor when available.
|
9 years ago |
Mark D. Roth
|
9fe5ef5f9d
|
Removed unnecessary comments. Added connection counter to test.
|
9 years ago |
Nathaniel Manista
|
3e1379a35d
|
grpc.__all__ definition
|
9 years ago |
Mark D. Roth
|
f5bbff9c8e
|
Fix portability issues.
|
9 years ago |
Mark D. Roth
|
f9c1f7a412
|
clang-format
|
9 years ago |
Mark D. Roth
|
c008b33c18
|
Pass channel args to ChannelData ctor and ChannelData to CallData ctor.
|
9 years ago |