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
ncteisen
c2d5edfef5
Increase CPU cost
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
ncteisen
460af54440
Shuffle new and old jobs together
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
Yash Tibrewal
bdf998a184
Fix compression tests for when they expect the client to receive the completion tag
7 years ago
Nathaniel Manista
8bba3bfc25
Pin pip at 9.0.1
7 years ago
Matt Kwong
fa90655822
Add coverage test to Kokoro
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
Yong Ni
d847616e97
Added step-by-step instrution on how to add a new release to grpc backward compatiblity test.
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
Matt Kwong
316855ef98
Don't stop on failure in post test steps
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
Thomas Voß
3069fc5eb8
Increase reference count on state used in tcp connect.
...
The state is used both in the callback for the actual connect as well as
in the additional timeout that is setup for the operation. Both code
paths decrease the reference count and if they happen to be queued at
the same time, memory is corrupted. Subsequent behavior is undefined and
segfaults can be observed as a result.
Fixes #12608
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
ZhouyihaiDing
5fef3e3fd5
reuse class; change language name; scenario naame;
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
ZhouyihaiDing
c8e145bd93
add protobuf c_ext to php benchmark
7 years ago
Mark D. Roth
a4792f5ad1
Defer restarting LB call until after timer cancellation.
7 years ago