David G. Quintas
35d31c3641
Merge pull request #12622 from dgquintas/1.6.x-master-upmerge
...
1.6.x master upmerge
7 years ago
David Garcia Quintas
588e36a3e3
Get rid of magic numbers
7 years ago
David Garcia Quintas
7d764673ef
Backends must be up before some grpclb tests start.
7 years ago
Matt Kwong
75c2778902
Update Dockerfiles from ubuntu:15.10 to debian:jessie
7 years ago
Matt Kwong
473a06ed22
Merge pull request #12621 from matt-kwong/kokoro-shard
...
Split C and C++ basic tests
7 years ago
Sree Kuchibhotla
81b4195c12
Merge pull request #12600 from sreecha/closure-debug
...
More detailed error when double-scheduling a closure
7 years ago
Justin Burke
06576d5bc4
Merge pull request #12359 from justinburke/tsi_factory_locking
...
Add reference counting to tsi_ssl_handshaker_factories
7 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.
7 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.
7 years ago
Noah Eisen
ab65dc20f7
Merge pull request #12494 from ncteisen/stream-list-tracers
...
Add Stream State Tracer
7 years ago
Yash Tibrewal
06312bdb43
Minor formatting, commenting and clang format for C to C++ conversion
7 years ago
Yash Tibrewal
e203067bdc
initializing checker_mu in timer_list to be safe
7 years ago
Yash Tibrewal
341c7e7eca
Timer generic correction
7 years ago
Yash Tibrewal
067611f192
static metadata and clang format
7 years ago
Yash Tibrewal
533d118480
Removing designated initializers, implicit string literal to char *
...
conversions and solving crosses initialization due to jump warnings
7 years ago
Yash Tibrewal
6b56c4d953
Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead of
...
designated initializers
7 years ago
Sree Kuchibhotla
a63a4f9685
Merge pull request #12564 from sreecha/exp-cq-fix
...
Fix TSAN failure in completion queue
7 years ago
Yash Tibrewal
1db64c0c60
Merge pull request #12610 from yashykt/ctocc5
...
Removing deprecated string to char * conversions
7 years ago
Alexander Polcyn
a594ba0bd7
add a client side utility for extracting a google rpc
...
status from a grpc::Status
7 years ago
Yuchen Zeng
d7eda6127a
Add more options in grpc_chttp2_config_default_keepalive_args
7 years ago
Yuchen Zeng
18ea66fe37
Update writing.c with the trailers-only response change
7 years ago
Yuchen Zeng
1ecbebc08f
Set the ping behavior as described in the proposal
7 years ago
Yuchen Zeng
ad32075af8
Set last_ping_sent_time to inf_past after receiving data
7 years ago
Yuchen Zeng
27411495f6
Fix keepalive_timeout
7 years ago
Yuchen Zeng
6a8c0ac2aa
Fix ping policy
7 years ago
David Garcia Quintas
998bd2c7f4
Fix leak in grpclb's lb_on_response_received_locked
7 years ago
David Garcia Quintas
b352be025f
Upmerge from v1.6.x branch to master
7 years ago
Matt Kwong
4cd5683746
Split C and C++ basic tests
7 years ago
Sree Kuchibhotla
d4477c17e7
Merge branch 'master' into closure-debug
7 years ago
Sree Kuchibhotla
9667e8a57d
clang format
7 years ago
Sree Kuchibhotla
31ad68a7e0
fix a bad typo
7 years ago
ZhouyihaiDing
63f31e8cd1
Merge pull request #12495 from ZhouyihaiDing/build_php
...
run_tests.py: embed openssl during building c-core before running build_php.sh
7 years ago
Nathaniel Manista
086e95ae65
Use grpc_1_0 flag in beta_python_plugin_test
...
Beta code elements are not generated at all in _pb2_grpc.py files.
This duplicates a lot of the in-test code generation done in
_split_definitions_test. In a future clean-up we may want to
deduplicate the common behavior, put it in a module available to all
other tests, and do all of our testing of generated code with in-test
code generation.
7 years ago
Yash Tibrewal
dc1cd5437c
Running generate_projects.sh
7 years ago
Michael Bausor
87c0952531
Apply formatting tool
7 years ago
Jan Tattermusch
3de4c55abe
Merge pull request #12616 from jtattermusch/fix_test_filtering
...
Test everything if internal_ci scripts change
7 years ago
Sree Kuchibhotla
0dbfde6750
Restore no_barrier operations to some places where it is safe
7 years ago
Sree Kuchibhotla
9d37978844
Merge branch 'master' into exp-cq-fix
7 years ago
Sree Kuchibhotla
966bf49b9c
Add to closure_list_sched as well
7 years ago
Nathaniel Manista
e963820cfd
Merge pull request #12615 from nathanielmanistaatgoogle/fix_with_metaclass_usage
...
Fix a six.with_metaclass usage mistake.
7 years ago
Craig Tiller
3462fd1481
Fix test
7 years ago
Craig Tiller
adbcec4f57
Merge github.com:grpc/grpc into pollset_kick_stats
7 years ago
ZhouyihaiDing
e4260e5b44
EMBED_OPENSSL before build php
7 years ago
Jan Tattermusch
a29032fd32
test everything if internal_ci scripts change
7 years ago
Jan Tattermusch
a5f46e29bc
Merge pull request #12477 from jtattermusch/reveal_hangs
...
Reveal processes left by our test suite.
7 years ago
Nathaniel Manista
86eb4ec0ef
Fix a six.with_metaclass usage mistake
...
I made this mistake in 2010985ab2
but
only with yesterday's release of six 1.11.0 has it started failing
("TypeError: metaclass conflict: the metaclassof a derived class must
be a (non-strict) subclass of the metaclasses of all its bases").
7 years ago
ncteisen
0252252fdd
Update env var documentation
7 years ago
ncteisen
571fa0c596
Add stream state tracer
7 years ago
Yash Tibrewal
9eb8672bbe
Removing deprecated string to char * conversions
7 years ago
Nathaniel Manista
c8cbddae0b
Merge pull request #12602 from nathanielmanistaatgoogle/grpc_1_0_flag
...
Overhaul protoc_plugins._split_definitions_test.
7 years ago