Craig Tiller
|
1a8f1e831d
|
Make alarm_test tolerant of threading
|
7 years ago |
Craig Tiller
|
8070e361bd
|
Fix type
|
7 years ago |
Craig Tiller
|
de682c59cb
|
Portability fixes
|
7 years ago |
Craig Tiller
|
b603489629
|
Use monotonic times (as we used to)
|
7 years ago |
Craig Tiller
|
b668f5bc19
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
6ce6050ddf
|
Merge pull request #12657 from yashykt/libuv_fix1
Missing argument in finish_connection in tcp_client_uv_test
|
7 years ago |
Yash Tibrewal
|
a17ad0ce3c
|
Missing argument in finish_connection in tcp_client_uv_test
|
7 years ago |
Craig Tiller
|
bf21f0b025
|
Fix ubsan failure
|
7 years ago |
Craig Tiller
|
cf66f59377
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Stanley Cheung
|
cc198e56f0
|
Merge pull request #12426 from michaelbausor/php-namespaces
PHP: Determine type name using php_namespace option
|
7 years ago |
Zhouyihai Ding
|
31aea7ee3a
|
Merge pull request #12643 from ZhouyihaiDing/composer
php qps: composer install stable protobuf instead of dev
|
7 years ago |
Craig Tiller
|
49a0964437
|
Fix executor time invalidation
|
7 years ago |
Craig Tiller
|
183f2a6aaa
|
clang-fmt
|
7 years ago |
Craig Tiller
|
0d958d200e
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
eb44079fcd
|
Merge pull request #12646 from yashykt/libuv_fix
Add missing exec_ctx parameter to pollset_uv.c
|
7 years ago |
Nathaniel Manista
|
1bf1b586c7
|
Merge pull request #12639 from kpayson64/fix_import
Fix cython definition to match c definition.
|
7 years ago |
kpayson64
|
0b1e8914be
|
Merge pull request #12650 from kpayson64/backport_metaclass_fix
Backport #12615
|
7 years ago |
Ken Payson
|
5bb43935e1
|
Backport #12615
|
7 years ago |
Yash Tibrewal
|
4a6b08aa47
|
Modifying uv tests to reflect exec_ctx parameter for grpc_pollset_kick
|
7 years ago |
Yash Tibrewal
|
85629d0696
|
Add missing exec_ctx parameter to pollset_uv.c
|
7 years ago |
Yash Tibrewal
|
81e476e6d6
|
Merge pull request #12624 from yashykt/ctocc6
C to C++ compilation
|
7 years ago |
Craig Tiller
|
34da2eeb42
|
Fix pings
|
7 years ago |
ZhouyihaiDing
|
c6f9cf3158
|
update composer installing protobuf v3 for php-qps
|
7 years ago |
Craig Tiller
|
1b23b104d0
|
Merge pull request #12580 from ctiller/execp
General executor speedups, introspection
|
7 years ago |
Craig Tiller
|
18c77ccfdb
|
Fix pings
|
7 years ago |
Craig Tiller
|
7fcdd7add0
|
Really spell out code generation
|
7 years ago |
Craig Tiller
|
ca87867579
|
Merge pull request #12571 from vladmos/depset
Rename set to depset
|
7 years ago |
Craig Tiller
|
5e5b73ccf0
|
Merge github.com:grpc/grpc into execp
|
7 years ago |
Craig Tiller
|
1e9650ca36
|
Merge pull request #12641 from ctiller/simple_names
Use shortname for shortname for json_run_localhost tests
|
7 years ago |
Craig Tiller
|
6a34067d16
|
Merge github.com:grpc/grpc into grpc_millis
|
7 years ago |
Craig Tiller
|
a262f8fa79
|
Merge pull request #12370 from ctiller/pollset_kick_stats
Pollset kick stats
|
7 years ago |
Craig Tiller
|
dd96654721
|
Merge github.com:grpc/grpc into grpc_millis
|
7 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.
|
7 years ago |
Craig Tiller
|
0f7dc4f71d
|
Use shortname for shortname for json_run_localhost tests
|
7 years ago |
Craig Tiller
|
d0ceb377a4
|
clang-format
|
7 years ago |
Craig Tiller
|
4aa2331958
|
Fix compile
|
7 years ago |
Craig Tiller
|
1f710e5831
|
Fix test
|
7 years ago |
Craig Tiller
|
6ef8db92bc
|
Fix test
|
7 years ago |
Craig Tiller
|
a1bb6cad29
|
Fix timeout encoding test
|
7 years ago |
Nathaniel Manista
|
574faf3b05
|
Merge pull request #12625 from nathanielmanistaatgoogle/grpc_1_0_flag
Flip gRPC Python Protoc Plug-In default behavior.
|
7 years ago |
Yash Tibrewal
|
6712c7d203
|
Merging master into yashykt:ctocc6
|
7 years ago |
Yuchen Zeng
|
0aedb8136f
|
Merge pull request #11587 from y-zeng/pure_ping
Fix the client-side ping policy
|
7 years ago |
Craig Tiller
|
350a4239fe
|
Fix compile error
|
7 years ago |
Craig Tiller
|
1ed11b7d66
|
Merge github.com:grpc/grpc into pollset_kick_stats
|
7 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
|
7 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
|
7 years ago |
David G. Quintas
|
35d31c3641
|
Merge pull request #12622 from dgquintas/1.6.x-master-upmerge
1.6.x master upmerge
|
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 |