Nathaniel Manista
1bf1b586c7
Merge pull request #12639 from kpayson64/fix_import
...
Fix cython definition to match c definition.
8 years ago
kpayson64
0b1e8914be
Merge pull request #12650 from kpayson64/backport_metaclass_fix
...
Backport #12615
8 years ago
Ken Payson
5bb43935e1
Backport #12615
8 years ago
Yash Tibrewal
4a6b08aa47
Modifying uv tests to reflect exec_ctx parameter for grpc_pollset_kick
8 years ago
Yuchen Zeng
b56cf2d3bf
Protect fdn->fd
8 years ago
Nicolas "Pixel" Noble
532aad7752
Adding script to generate pull request list from an interval.
8 years ago
Yash Tibrewal
85629d0696
Add missing exec_ctx parameter to pollset_uv.c
8 years ago
Yash Tibrewal
81e476e6d6
Merge pull request #12624 from yashykt/ctocc6
...
C to C++ compilation
8 years ago
ZhouyihaiDing
c6f9cf3158
update composer installing protobuf v3 for php-qps
8 years ago
Craig Tiller
1b23b104d0
Merge pull request #12580 from ctiller/execp
...
General executor speedups, introspection
8 years ago
Yuchen Zeng
79c12b9dc0
Drain readable fd
8 years ago
Craig Tiller
7fcdd7add0
Really spell out code generation
8 years ago
Craig Tiller
ca87867579
Merge pull request #12571 from vladmos/depset
...
Rename set to depset
8 years ago
Craig Tiller
5e5b73ccf0
Merge github.com:grpc/grpc into execp
8 years ago
Craig Tiller
1e9650ca36
Merge pull request #12641 from ctiller/simple_names
...
Use shortname for shortname for json_run_localhost tests
8 years ago
Craig Tiller
a262f8fa79
Merge pull request #12370 from ctiller/pollset_kick_stats
...
Pollset kick stats
8 years ago
Ken Payson
2746bd5998
Fix cython definition to match c definition
...
This is required to compile with Cython options that
are more strict about const correctness.
8 years ago
Craig Tiller
0f7dc4f71d
Use shortname for shortname for json_run_localhost tests
8 years ago
Vijay Pai
43b55221e4
Cancel outstanding streams when shutting down the client
8 years ago
Nathaniel Manista
574faf3b05
Merge pull request #12625 from nathanielmanistaatgoogle/grpc_1_0_flag
...
Flip gRPC Python Protoc Plug-In default behavior.
8 years ago
Yash Tibrewal
6712c7d203
Merging master into yashykt:ctocc6
8 years ago
Muxi Yan
3f583b7829
Merge remote-tracking branch 'upstream/master' into fix-stream-compression-transport-duplicate
8 years ago
Yuchen Zeng
0aedb8136f
Merge pull request #11587 from y-zeng/pure_ping
...
Fix the client-side ping policy
8 years ago
Jan Tattermusch
67cd21e6c7
adjust sanitizer timeouts
8 years ago
Craig Tiller
350a4239fe
Fix compile error
8 years ago
Craig Tiller
1ed11b7d66
Merge github.com:grpc/grpc into pollset_kick_stats
8 years ago
apolcyn
aafa875cb3
Merge pull request #12452 from apolcyn/google_rpc_status_in_ruby
...
Add ruby client utility for extracting Google::Rpc::Status from GRPC::Status
8 years ago
David G. Quintas
7801f341a8
Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaaaaaaaaaaaak
...
Fix leak in grpclb's lb_on_response_received_locked
8 years ago
David G. Quintas
35d31c3641
Merge pull request #12622 from dgquintas/1.6.x-master-upmerge
...
1.6.x master upmerge
8 years ago
David Garcia Quintas
588e36a3e3
Get rid of magic numbers
8 years ago
David Garcia Quintas
7d764673ef
Backends must be up before some grpclb tests start.
8 years ago
Matt Kwong
75c2778902
Update Dockerfiles from ubuntu:15.10 to debian:jessie
8 years ago
Matt Kwong
473a06ed22
Merge pull request #12621 from matt-kwong/kokoro-shard
...
Split C and C++ basic tests
8 years ago
Sree Kuchibhotla
81b4195c12
Merge pull request #12600 from sreecha/closure-debug
...
More detailed error when double-scheduling a closure
8 years ago
Justin Burke
06576d5bc4
Merge pull request #12359 from justinburke/tsi_factory_locking
...
Add reference counting to tsi_ssl_handshaker_factories
8 years ago
Nathaniel Manista
2c1a7e1375
Flip gRPC Python Protoc Plug-In default behavior
...
Now the grpc_2_0 flag is no longer required for the only-generate-code-
elements-in-_pb2_grpc.py-files behavior and the grpc_1_0 flag is
required for the add-generated-gRPC-using-code-elements-to-_pb2.py-
files behavior.
8 years ago
Nathaniel Manista
769ec3a8fa
Merge pull request #12609 from nathanielmanistaatgoogle/grpc_1_0_flag
...
Use grpc_1_0 flag in beta_python_plugin_test.
8 years ago
Noah Eisen
ab65dc20f7
Merge pull request #12494 from ncteisen/stream-list-tracers
...
Add Stream State Tracer
8 years ago
Yash Tibrewal
06312bdb43
Minor formatting, commenting and clang format for C to C++ conversion
8 years ago
Yash Tibrewal
e203067bdc
initializing checker_mu in timer_list to be safe
8 years ago
Yash Tibrewal
341c7e7eca
Timer generic correction
8 years ago
Yash Tibrewal
067611f192
static metadata and clang format
8 years ago
Yash Tibrewal
533d118480
Removing designated initializers, implicit string literal to char *
...
conversions and solving crosses initialization due to jump warnings
8 years ago
Yash Tibrewal
6b56c4d953
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
...
designated initializers
8 years ago
Sree Kuchibhotla
a63a4f9685
Merge pull request #12564 from sreecha/exp-cq-fix
...
Fix TSAN failure in completion queue
8 years ago
Yash Tibrewal
1db64c0c60
Merge pull request #12610 from yashykt/ctocc5
...
Removing deprecated string to char * conversions
8 years ago
Alexander Polcyn
a594ba0bd7
add a client side utility for extracting a google rpc
...
status from a grpc::Status
8 years ago
Yuchen Zeng
d7eda6127a
Add more options in grpc_chttp2_config_default_keepalive_args
8 years ago
Yuchen Zeng
18ea66fe37
Update writing.c with the trailers-only response change
8 years ago
Yuchen Zeng
1ecbebc08f
Set the ping behavior as described in the proposal
8 years ago