aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Make this workGravatar Craig Tiller2017-10-03
|
* Moving to allow fuzzer test to run entire corpora under bazelGravatar Craig Tiller2017-09-29
|
* Merge pull request #12663 from sreecha/debug-timersGravatar Sree Kuchibhotla2017-09-29
|\ | | | | Add a hash table in timer code (in debug builds only) to detect duplicate timers
* \ Merge pull request #12765 from nathanielmanistaatgoogle/cythonGravatar Nathaniel Manista2017-09-29
|\ \ | | | | | | Devolve staticmethod to ordinary function.
* \ \ Merge pull request #12374 from markdroth/plugin_credentials_api_fixGravatar Mark D. Roth2017-09-29
|\ \ \ | | | | | | | | Change plugin credentials API to support both sync and async modes
* \ \ \ Merge pull request #12574 from yang-g/comp_callGravatar Yang Gao2017-09-28
|\ \ \ \ | | | | | | | | | | Add CompositeCallCredentials
| | | * | Devolve staticmethod to ordinary functionGravatar Nathaniel Manista2017-09-29
| | | | |
| * | | | Add a simple testGravatar yang-g2017-09-28
| | | | |
| * | | | Add CompositeCallCredentialsGravatar yang-g2017-09-28
|/ / / /
* | | | Merge pull request #12596 from matt-kwong/node-testingGravatar Michael Lumish2017-09-28
|\ \ \ \ | | | | | | | | | | Add testing of grpc-node for Linux and MacOS
* \ \ \ \ Merge pull request #12762 from nathanielmanistaatgoogle/cleanupsGravatar Nathaniel Manista2017-09-28
|\ \ \ \ \ | | |_|/ / | |/| | | Python cleanups.
* | | | | Merge pull request #12759 from kpayson64/no_more_xpGravatar kpayson642017-09-28
|\ \ \ \ \ | | | | | | | | | | | | Specify min windows version as Vista for Python
* \ \ \ \ \ Merge pull request #11599 from nathanielmanistaatgoogle/pin-pipGravatar Nathaniel Manista2017-09-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Pin pip at 9.0.1 (currently most recent).
| | | * | | | "resopnse" typo correctionGravatar Nathaniel Manista2017-09-28
| | | | | | |
| | | * | | | Drop unused staticmethodsGravatar Nathaniel Manista2017-09-28
| | | | | | |
| | | * | | | Raise exception instances rather than classesGravatar Nathaniel Manista2017-09-28
| | | | | | |
| | | | | * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-28
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #12749 from markdroth/composite_credentials_race_conditionGravatar Mark D. Roth2017-09-28
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Fix race condition in composite credentials.
| | | * | | | Specify min windows version as Vista for PythonGravatar Ken Payson2017-09-28
| | | | | | |
* | | | | | | Merge pull request #12757 from matt-kwong/start-portGravatar Matt Kwong2017-09-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Start port_server before running daily performance profile
* \ \ \ \ \ \ \ Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittestsGravatar apolcyn2017-09-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add c-ares resolver tests against GCE DNS, redo of #12010
| | * | | | | | | Start port_server before running daily performance profileGravatar Matt Kwong2017-09-28
| |/ / / / / / / |/| | | | | | |
| | | * | | | | Pin pip at 9.0.1Gravatar Nathaniel Manista2017-09-28
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #12729 from yang-g/osxisdifferentGravatar Yang Gao2017-09-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix bad_client_window_overflow_test at mac
| | | | | | * | Code review changes.Gravatar Mark D. Roth2017-09-28
| | | | | | | |
| | | * | | | | Fix race condition in composite credentials.Gravatar Mark D. Roth2017-09-28
| | | | | | | |
* | | | | | | | Merge pull request #12474 from yihuazhang/async_tsi_testGravatar Mark D. Roth2017-09-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | update tsi test library to support async tsi implementation
| | | * | | | | | Add c-ares resolver tests against GCE DNS, using the unit test.Gravatar Alexander Polcyn2017-09-27
| | | | | | | | |
* | | | | | | | | Merge pull request #12606 from nathanielmanistaatgoogle/all_the_cpythonsGravatar Nathaniel Manista2017-09-27
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Add compiler value "all_the_cpythons".
* | | | | | | | | Merge pull request #12739 from markdroth/proxy_mapper_uds_fixGravatar Nicolas Noble2017-09-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix http_proxy proxy mapper to not set proxy_name when returning false.
* \ \ \ \ \ \ \ \ \ Merge pull request #12721 from apolcyn/google_rpc_status_fix_not_present_caseGravatar apolcyn2017-09-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make ruby google RPC status conversion return nil if the status-details trailer was missing
* \ \ \ \ \ \ \ \ \ \ Merge pull request #12587 from AspirinSJL/lb_fallbackGravatar Juanli Shen2017-09-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Readd grpclb fallback
| * | | | | | | | | | | Readd grpclb fallbackGravatar Juanli Shen2017-09-27
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | * | | | | | | | Fix C++ goto problem.Gravatar Mark D. Roth2017-09-27
| | | | | | | | | | |
| | | * | | | | | | | Fix http_proxy proxy mapper to not set proxy_name when returning false.Gravatar Mark D. Roth2017-09-27
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #12713 from mehrdada/rebase-8663Gravatar kpayson642017-09-26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Be a tad more specific requesting error reports (rebase #8663)
| | | | | * | | | | Fix bad_client_window_overflow_test at macGravatar yang-g2017-09-26
| |_|_|_|/ / / / / |/| | | | | | | |
| | | | | | | * | Add tracer for plugin credentials.Gravatar Mark D. Roth2017-09-26
| | | | | | | | |
* | | | | | | | | Merge pull request #12719 from grpc/revert-12580-execpGravatar Yash Tibrewal2017-09-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Revert "General executor speedups, introspection"
* | | | | | | | | Merge pull request #12709 from markdroth/grpclb_client_load_report_timer_fixGravatar Mark D. Roth2017-09-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | grpclb client load report timer fix
| | | | * | | | | | return nil from google rpc status conversion if the grpc-status-details-bin ↵Gravatar Alexander Polcyn2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trailer wasnt set
| | * | | | | | | | Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #12340 from muxi/fix-objc-unreachable-codeGravatar Muxi Yan2017-09-26
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Allow unreachable code on iPhone
| | | * | | | | | Be a tad more specific requesting error reportsGravatar Mehrdad Afshari2017-09-26
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | Defer restarting LB call until after timer cancellation.Gravatar Mark D. Roth2017-09-26
| | | | | | | |
| | * | | | | | Remove unnecessary code to defer client load report until after initial request.Gravatar Mark D. Roth2017-09-25
| | | | | | | |
| | * | | | | | Fix dumb timer cancellation bug (reversed conditional).Gravatar Mark D. Roth2017-09-25
| | | | | | | |
* | | | | | | | Merge pull request #12584 from dgquintas/pr_latency_scriptGravatar David G. Quintas2017-09-25
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Script for CI testing latency
| | | | | | * | Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| | | | | | |\ \ | |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #12244 from muxi/fix-stream-compression-eosGravatar Muxi Yan2017-09-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | End stream compression gzip stream at end of call