Mark D. Roth
375109d30b
Merge branch 'filter_call_init_failure' into filter_api
9 years ago
Mark D. Roth
afa864244d
When call creation fails, free the allocated call.
9 years ago
Mark D. Roth
d1ec258331
Merge branch 'filter_call_init_failure' into filter_api
9 years ago
Mark D. Roth
acfb34333d
Fix msan/asan/tsan build failure.
9 years ago
Mark D. Roth
bd3e3189d6
clang-format
9 years ago
Mark D. Roth
7f3f7076f3
Fix C++ API to support returning an error from call data initialization.
9 years ago
Mark D. Roth
89ebe55985
Merge branch 'filter_call_init_failure' into filter_api
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
acbf8c290a
Merge pull request #6437 from kpayson64/build_change
...
Add egg-info to python distribution
9 years ago
Jan Tattermusch
4bfb7945db
Merge pull request #6993 from grpc/update_csharp_readme
...
Update C# readme.
9 years ago
Jan Tattermusch
cfce066be8
Merge pull request #6104 from jtattermusch/coreclr_support
...
Add experimental CoreCLR support
9 years ago
Jan Tattermusch
b2a18c8758
Merge pull request #6984 from jtattermusch/fix_6930
...
Add missing ConfigureAwait(false)
9 years ago
Jan Tattermusch
892f8f952a
Update c# readme.
9 years ago
Jan Tattermusch
00ab5304b7
Merge pull request #6839 from dgquintas/simplify_compression_interop
...
Revamped interop spec, especially wrt compression
9 years ago
David Garcia Quintas
396f9435d5
added freaking missing comma
9 years ago
David Garcia Quintas
446f70e384
fixed faulty server streaming c++ test case
9 years ago
Ken Payson
47031a8b14
Add egg-info to python distribution.
...
Currently, grpcio cannot be used as a dependency for egg packages
(https://github.com/grpc/grpc/issues/6939 )
There is likely a better solution, but this is intended as a patch
for the 0.15.0 release.
9 years ago
David Garcia Quintas
ff32a86482
updated the interop tests driver
9 years ago
Jan Tattermusch
19cce5917d
Merge pull request #6985 from dgquintas/fix_performance_jenkins
...
slightly fancier output for jenkins profiling
9 years ago
David Garcia Quintas
e89aad02bf
updated node interop server
9 years ago
David Garcia Quintas
dacce7a1e1
fixed bad merge. c++ tests should work again
9 years ago
Jan Tattermusch
311c74ec80
Merge pull request #6972 from nathanielmanistaatgoogle/fatal_failure→shutdown
...
Correct lingering FATAL_FAILURE sites
9 years ago
Jan Tattermusch
34d052a607
Merge pull request #6981 from murgatroid99/node_tools_package_regenerate
...
Make src/node/tools/package.json consistent with its template
9 years ago
David Garcia Quintas
9d393a5d3c
slightly fancier output
9 years ago
Jan Tattermusch
be37455297
add missing ConfigureAwait(false)
9 years ago
Jan Tattermusch
176a55729e
Merge pull request #6974 from dgquintas/fix_performance_jenkins
...
use qps_json_driver for latency profiling
9 years ago
murgatroid99
f8bbe72a00
Make src/node/tools/package.json consistent with its template
9 years ago
David Garcia Quintas
ad8723f647
moved up 'package' statement.
9 years ago
Jan Tattermusch
be22335879
Merge pull request #6969 from ctiller/stream_finish
...
Fix errored streams prematurely terminating, add a test
9 years ago
Jan Tattermusch
7bfa751404
Merge pull request #6966 from ctiller/get_settings_first
...
Force receiving a SETTINGS frame as the first frame
9 years ago
Jan Tattermusch
f019766756
Merge pull request #6965 from ctiller/naughty_client
...
Fix memory leak upon receiving two RST_STREAMs
9 years ago
Jan Tattermusch
0c3ea08b7f
Merge pull request #6970 from nathanielmanistaatgoogle/with_call
...
Change with_call from (Unary, Stream)UnaryMultiCallable parameter to (Unary, Stream)UnaryMultiCallable attribute
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
743decdafa
fix C# --use_docker on linux
9 years ago
Jan Tattermusch
6e2f88c9fd
compile 64bit extension for coreclr on windows
9 years ago
Jan Tattermusch
6d082203eb
try making C# tests work on coreclr on mac
9 years ago
Jan Tattermusch
381e26a21e
regenerate project.json files
9 years ago
Jan Tattermusch
939e9ca6d8
use template to generate project.json files
9 years ago
Jan Tattermusch
5988716d9d
Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2
...
Add well known protos to Node and Ruby tools packages
9 years ago
David Garcia Quintas
74ea91d552
use qps_json_driver for latency profiling
9 years ago
Jan Tattermusch
64c137c4f5
select runtime dir
9 years ago
Jan Tattermusch
bbe601ab7c
add a hack
9 years ago