aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Adding cplusplus ifdefs for C linkage in header filesGravatar Yash Tibrewal2017-10-02
|
* including header files in code to get extern C effectGravatar Yash Tibrewal2017-10-02
|
* Clang formatGravatar Yash Tibrewal2017-10-02
|
* More pointer conversions, deprecated string to char *, goto crossing ↵Gravatar Yash Tibrewal2017-10-02
| | | | initializations
* more pointer conversions and goto jump warningsGravatar Yash Tibrewal2017-10-02
|
* More pointer conversion required after making build changesGravatar Yash Tibrewal2017-10-02
|
* Merge pull request #12647 from nicolasnoble/pull_request_interval_scriptGravatar Nicolas Noble2017-09-29
|\ | | | | Adding script to generate pull request list from an interval.
* \ Merge pull request #12766 from ncteisen/tinyGravatar Noah Eisen2017-09-29
|\ \ | | | | | | Fix ClangTidy
* \ \ Merge pull request #12701 from yongni/masterGravatar yongni2017-09-29
|\ \ \ | | | | | | | | Added step-by-step instrution on how to add a new release to grpc bac…
| | * | Fix ClangTidyGravatar ncteisen2017-09-29
| |/ / |/| |
* | | Merge pull request #12763 from ncteisen/debugging-bm-toolsGravatar Noah Eisen2017-09-29
|\ \ \ | | | | | | | | Fix bm_diff
* \ \ \ Merge pull request #12702 from endobson/call-refGravatar Mehrdad Afshari2017-09-29
|\ \ \ \ | | | | | | | | | | Fix docs on grpc_call_ref
| | | | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Nicolas "Pixel" Noble2017-09-29
| | | | |\ | |_|_|_|/ |/| | | | | | | | | pull_request_interval_script
| | | | * Adding Copyright info.Gravatar Nicolas "Pixel" Noble2017-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
|/ / / / / / / /
| | | | | * | | Increase CPU costGravatar ncteisen2017-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.
| | | | | | * | | Shuffle new and old jobs togetherGravatar ncteisen2017-09-28
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | 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".
| | | | | | | | | | * | Added step-by-step instrution on how to add a new release to grpc backward ↵Gravatar Yong Ni2017-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatiblity test.
* | | | | | | | | | | | 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
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |