Sree Kuchibhotla
1c9ef7c5ef
Merge pull request #12663 from sreecha/debug-timers
...
Add a hash table in timer code (in debug builds only) to detect duplicate timers
7 years ago
Nathaniel Manista
87997edd45
Merge pull request #12765 from nathanielmanistaatgoogle/cython
...
Devolve staticmethod to ordinary function.
7 years ago
Mark D. Roth
ede8ed2156
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
...
Change plugin credentials API to support both sync and async modes
7 years ago
Yang Gao
226e9060b9
Merge pull request #12574 from yang-g/comp_call
...
Add CompositeCallCredentials
7 years ago
Nathaniel Manista
103991eb73
Devolve staticmethod to ordinary function
7 years ago
yang-g
3c00328b62
Add a simple test
7 years ago
yang-g
cfd20c4262
Add CompositeCallCredentials
7 years ago
Michael Lumish
38d089e9b9
Merge pull request #12596 from matt-kwong/node-testing
...
Add testing of grpc-node for Linux and MacOS
7 years ago
Nathaniel Manista
d31551e35f
Merge pull request #12762 from nathanielmanistaatgoogle/cleanups
...
Python cleanups.
7 years ago
kpayson64
73144f9ab2
Merge pull request #12759 from kpayson64/no_more_xp
...
Specify min windows version as Vista for Python
7 years ago
Nathaniel Manista
6489785f3d
Merge pull request #11599 from nathanielmanistaatgoogle/pin-pip
...
Pin pip at 9.0.1 (currently most recent).
7 years ago
Nathaniel Manista
3efe754799
"resopnse" typo correction
7 years ago
Nathaniel Manista
4ceb743c82
Drop unused staticmethods
7 years ago
Nathaniel Manista
3e3bbdff91
Raise exception instances rather than classes
7 years ago
Mark D. Roth
6456e494a8
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
7 years ago
Mark D. Roth
fde890e905
Merge pull request #12749 from markdroth/composite_credentials_race_condition
...
Fix race condition in composite credentials.
7 years ago
Ken Payson
30f1d0fe79
Specify min windows version as Vista for Python
7 years ago
Matt Kwong
8ba60a7e35
Merge pull request #12757 from matt-kwong/start-port
...
Start port_server before running daily performance profile
7 years ago
apolcyn
e4895675f2
Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittests
...
Add c-ares resolver tests against GCE DNS, redo of #12010
7 years ago
Matt Kwong
292c1ef3dc
Start port_server before running daily performance profile
7 years ago
Nathaniel Manista
8bba3bfc25
Pin pip at 9.0.1
7 years ago
Yang Gao
951f6fb4bf
Merge pull request #12729 from yang-g/osxisdifferent
...
Fix bad_client_window_overflow_test at mac
7 years ago
Mark D. Roth
61b26f97b0
Code review changes.
7 years ago
Mark D. Roth
55a807aec8
Fix race condition in composite credentials.
7 years ago
Mark D. Roth
a745825153
Merge pull request #12474 from yihuazhang/async_tsi_test
...
update tsi test library to support async tsi implementation
7 years ago
Alexander Polcyn
9e3a76ba71
Add c-ares resolver tests against GCE DNS, using the unit test.
7 years ago
Nathaniel Manista
98f8989a67
Merge pull request #12606 from nathanielmanistaatgoogle/all_the_cpythons
...
Add compiler value "all_the_cpythons".
7 years ago
Nicolas Noble
c1af97d076
Merge pull request #12739 from markdroth/proxy_mapper_uds_fix
...
Fix http_proxy proxy mapper to not set proxy_name when returning false.
7 years ago
apolcyn
8eeb7ce9c0
Merge pull request #12721 from apolcyn/google_rpc_status_fix_not_present_case
...
Make ruby google RPC status conversion return nil if the status-details trailer was missing
7 years ago
Juanli Shen
56e4b8e67c
Merge pull request #12587 from AspirinSJL/lb_fallback
...
Readd grpclb fallback
7 years ago
Juanli Shen
fe40815682
Readd grpclb fallback
7 years ago
Mark D. Roth
1c34d1d0d8
Fix C++ goto problem.
7 years ago
Mark D. Roth
cb799c5132
Fix http_proxy proxy mapper to not set proxy_name when returning false.
7 years ago
kpayson64
c3d8237b15
Merge pull request #12713 from mehrdada/rebase-8663
...
Be a tad more specific requesting error reports (rebase #8663 )
7 years ago
yang-g
6bf3184127
Fix bad_client_window_overflow_test at mac
7 years ago
Mark D. Roth
1a8bb821f4
Add tracer for plugin credentials.
7 years ago
Yash Tibrewal
708163a0b4
Merge pull request #12719 from grpc/revert-12580-execp
...
Revert "General executor speedups, introspection"
7 years ago
Mark D. Roth
5490cdd172
Merge pull request #12709 from markdroth/grpclb_client_load_report_timer_fix
...
grpclb client load report timer fix
7 years ago
Alexander Polcyn
f1b1ab0899
return nil from google rpc status conversion if the grpc-status-details-bin trailer wasnt set
7 years ago
Craig Tiller
2477cf3778
Revert "General executor speedups, introspection"
7 years ago
Muxi Yan
873b55cfeb
Merge pull request #12340 from muxi/fix-objc-unreachable-code
...
Allow unreachable code on iPhone
7 years ago
Mehrdad Afshari
e249079cbe
Be a tad more specific requesting error reports
...
This commit is a rebase of an old contribution with minor formatting
edits (cf. https://github.com/grpc/grpc/pull/8663 )
[Original Author]
Masood Malekghassemi <atash@google.com>
Date: Mon Nov 7 14:49:09 2016 -0800
Contributor is a Xoogler and the contribution is owned by Google Inc.
as per the copyright assignment agreement with the original author,
as it was drafted during their employment with Google Inc.
7 years ago
Mark D. Roth
a4792f5ad1
Defer restarting LB call until after timer cancellation.
7 years ago
Mark D. Roth
2de36a8037
Remove unnecessary code to defer client load report until after initial request.
7 years ago
Mark D. Roth
9247ad5c55
Fix dumb timer cancellation bug (reversed conditional).
7 years ago
David G. Quintas
a1fbca0fa5
Merge pull request #12584 from dgquintas/pr_latency_script
...
Script for CI testing latency
7 years ago
Mark D. Roth
b4c01f9e29
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
7 years ago
Muxi Yan
008a173a7e
Merge pull request #12244 from muxi/fix-stream-compression-eos
...
End stream compression gzip stream at end of call
7 years ago
Mehrdad Afshari
f3f420d91f
Merge pull request #12100 from bigcommerce/ruby-interceptors-2
...
Add Ruby interceptors
7 years ago
Shaun McCormick
eec7a917ba
Add Ruby server interceptors
7 years ago