ncteisen
|
848a749f7a
|
yapf examples/python
|
7 years ago |
Yang Gao
|
8cfaf4ec4f
|
Merge pull request #13713 from yang-g/delete
Add dummy operator delete to make VS2015 not complain.
|
7 years ago |
Noah Eisen
|
de110af820
|
Merge pull request #13718 from ncteisen/yapf-src-python
Yapf src/python
|
7 years ago |
apolcyn
|
a81ff04cc9
|
Merge pull request #13716 from apolcyn/provide_args_to_bazel_test
Make sure to always pass bazel "args" to tests
|
7 years ago |
Yang Gao
|
25f3bbaed6
|
Merge pull request #13711 from yang-g/ping
Use the correct env var name
|
7 years ago |
yang-g
|
9c5d8267cd
|
resolve comments
|
7 years ago |
ncteisen
|
138ee78529
|
yapf grpcio_tests
|
7 years ago |
ncteisen
|
e2097f0cc9
|
yapf-ize grpc_testing
|
7 years ago |
ncteisen
|
0f6c518e3c
|
yapf-ize grpcio_reflection
|
7 years ago |
Jan Tattermusch
|
8face3d49b
|
Merge pull request #13700 from jtattermusch/faster_header_check
Speed up sanity's check_sources_and_headers.py
|
7 years ago |
ncteisen
|
d258430bc3
|
yapf-ize grpcio_health_checking
|
7 years ago |
ncteisen
|
128366374f
|
Yapf-ize grpcio/grpc_.py
|
7 years ago |
Alexander Polcyn
|
b94346f541
|
pass intended invocation args to bazel tests under poller script
|
7 years ago |
yang-g
|
69aec17562
|
Add dummy operator delete to make VS2015 not complain.
|
7 years ago |
Muxi Yan
|
b2cf1bcba2
|
Merge pull request #13708 from muxi/preboot-xcode-sim
pre-boot xcode sim in objc-tests
|
7 years ago |
yang-g
|
3c42425cd1
|
Use the correct env var name
|
7 years ago |
Muxi Yan
|
98e075a616
|
Add a comment when Xcode simulator fails to start.
|
7 years ago |
Muxi Yan
|
2b57a10db4
|
pre-boot xcode sim in objc-tests
|
7 years ago |
Sree Kuchibhotla
|
7fd341746b
|
Merge pull request #13678 from sreecha/rpc-deadline-fix
Tweak the RpcDeadline test to reduce flakes
|
7 years ago |
Jan Tattermusch
|
866db6e9b1
|
Merge pull request #13675 from jtattermusch/fix_csharp_clientserver_test
C# synchronize access to grpc_channel methods.
|
7 years ago |
Zhouyihai Ding
|
f9675bb186
|
Merge pull request #12706 from applinskinner/master
Fix a PHP memory leak with SSL root certificates
|
7 years ago |
Jan Tattermusch
|
38466bc00e
|
precompute transitive closure for speed
|
7 years ago |
adelez
|
9a1c51dec9
|
Merge pull request #13646 from menghanl/release_matrix
Add go release versions to client_matrix.py
|
7 years ago |
Jan Tattermusch
|
7a64e6964e
|
Merge pull request #13521 from jtattermusch/csharp_requestcallcontext_pooling
C#: Reuse RequestCallContextSafeHandle objects by pooling them.
|
7 years ago |
Noah Eisen
|
5b1a66cef1
|
Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped
Surface Error String to Wrapped Languages
|
7 years ago |
ncteisen
|
6193c63dab
|
Reviewer feedback
|
7 years ago |
Yash Tibrewal
|
94e676e10f
|
Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx
Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
|
7 years ago |
Yash Tibrewal
|
9e5dc246ee
|
Disallow delete on ExecCtx
|
7 years ago |
Yash Tibrewal
|
caaf416eba
|
virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python
|
7 years ago |
Yash Tibrewal
|
d6c292f177
|
Merge master
|
7 years ago |
Muxi Yan
|
a25697095b
|
Merge pull request #13666 from grpc/reduce-time-wait
Exclude Cronet restricted ports from port server pool
|
7 years ago |
David G. Quintas
|
0b6bdbc492
|
Merge pull request #12488 from dgquintas/removed_expiration_interval
Removed expiration_interval from LB proto
|
7 years ago |
David G. Quintas
|
495476a5db
|
Merge pull request #13682 from dgquintas/send_rpc_status_return
Make it possible to ignore result of SendRPC() in test
|
7 years ago |
Menghan Li
|
f7b8fa1753
|
Add go release versions to client_matrix.py
|
7 years ago |
Muxi Yan
|
cd62e7d04c
|
Exclude cronet restricted ports from port server pool
|
7 years ago |
kpayson64
|
a802157268
|
Merge pull request #13677 from kpayson64/fix_benchmark
Fix Async QPS Test
|
7 years ago |
David Garcia Quintas
|
9702566b98
|
Make it possible to ignore result of SendRPC() in test
|
7 years ago |
Jan Tattermusch
|
1aee9d9880
|
address comments
|
7 years ago |
adelez
|
b8b326a35b
|
Merge pull request #13668 from adelez/foundry_integration
Add dbg mode for remote testing
|
7 years ago |
Yuchen Zeng
|
c01a91da2d
|
Merge pull request #13647 from y-zeng/send_ping
Add on_initiate callback for the send_ping tranport op
|
7 years ago |
apolcyn
|
4ff97d2906
|
Merge pull request #13670 from apolcyn/fix_backup_poller_race
Unref global backup poller while under its lock
|
7 years ago |
Sree Kuchibhotla
|
cc6601e213
|
Tweak the RpcDeadline test to reduce flakes
|
7 years ago |
Ken Payson
|
8873975a30
|
Fix Async QPS Test
|
7 years ago |
Alexander Polcyn
|
f7a869fdbe
|
Unref global backup poller under its lock
|
7 years ago |
Jan Tattermusch
|
737f6e7ea6
|
synchronize access to native channel methods
|
7 years ago |
Jan Tattermusch
|
05455715db
|
split out channel connectivity test
|
7 years ago |
David G. Quintas
|
84d78acfa4
|
Merge pull request #13663 from dgquintas/fix_rr_reresolve_test
Fixed ClientLbEnd2endTest.RoundRobinReresolve flakiness
|
7 years ago |
apolcyn
|
6fbaa824c9
|
Merge pull request #13396 from apolcyn/ruby_101_take_two
Run patches on ruby 101 docker image during upload script
|
7 years ago |
David Garcia Quintas
|
4d9f7f6cf9
|
PR comments
|
7 years ago |
David Garcia Quintas
|
230338201f
|
regenerated proto with lastest version of protobuf
|
7 years ago |