aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
|
* Fix ClangTidyGravatar ncteisen2017-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
| | * | Devolve staticmethod to ordinary functionGravatar Nathaniel Manista2017-09-29
| | | |
* | | | Add CompositeCallCredentialsGravatar yang-g2017-09-28
| | | |
* | | | 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
| | * | | "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
| | | |\ \ | |_|_|/ / |/| | | |
| * | | | Specify min windows version as Vista for PythonGravatar Ken Payson2017-09-28
| | | | |
| | | * | Code review changes.Gravatar Mark D. Roth2017-09-28
| | | | |
* | | | | Fix race condition in composite credentials.Gravatar Mark D. Roth2017-09-28
| |/ / / |/| | |
* | | | 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)
| | | | * | 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"
| | | * | | 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
| | |/ / / | |/| | |
| | * | | 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 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
* | | | Add Ruby server interceptorsGravatar Shaun McCormick2017-09-25
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-eosGravatar Muxi Yan2017-09-22
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicateGravatar Muxi Yan2017-09-22
|\ \ \ \ | | | | | | | | | | Fix stream compression transport duplicate
* \ \ \ \ Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
|\ \ \ \ \ | | | | | | | | | | | | Drain readable fds in grpc_ares_ev_driver_posix
* \ \ \ \ \ Merge pull request #12645 from vjpai/generic_unaryGravatar Vijay Pai2017-09-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | C++ GenericStub: add unary call mode
* \ \ \ \ \ \ Merge pull request #12681 from apolcyn/fix_ruby_sigint_mask_in_testGravatar apolcyn2017-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Dont assume sigint wasnt masked when invoking ruby tests
* | | | | | | | Revert "Temporarily take ownership of cpp generator to prevent changes"Gravatar Vijay Pai2017-09-21
| | | | | | | |
| | * | | | | | Add unary call mode to GenericStub to allow generic RPC with 1 CQ tripGravatar Vijay Pai2017-09-21
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sirGravatar Vijay Pai2017-09-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix-forward: Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer
| | | | | | | * delete obsolete codeGravatar Sree Kuchibhotla2017-09-21
| | | | | | | |