aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Merge pull request #12759 from kpayson64/no_more_xpGravatar kpayson642017-09-28
|\
| * Specify min windows version as Vista for PythonGravatar Ken Payson2017-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
|\ \
* | | 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 #12719 from grpc/revert-12580-execpGravatar Yash Tibrewal2017-09-26
|\ \ | |/ |/|
| * Revert "General executor speedups, introspection"Gravatar Craig Tiller2017-09-26
* | 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 fix-stream-compression-eosGravatar Muxi Yan2017-09-22
|\
| * Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicateGravatar Muxi Yan2017-09-22
| |\
| * \ Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
| |\ \
| * \ \ Merge pull request #12573 from grpc/revert-12572-revert-12214-cereal_eye_sirGravatar Vijay Pai2017-09-21
| |\ \ \
| | * | | Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Gravatar Vijay Pai2017-09-21
| | | * | Fix formatGravatar Yuchen Zeng2017-09-21
| * | | | Correct uncompressed string countGravatar Craig Tiller2017-09-21
| * | | | Add HPACK statsGravatar Craig Tiller2017-09-21
| |/ / /
| | * | Protect fdn->fdGravatar Yuchen Zeng2017-09-19
| * | | Add missing exec_ctx parameter to pollset_uv.cGravatar Yash Tibrewal2017-09-19
| * | | Merge pull request #12624 from yashykt/ctocc6Gravatar Yash Tibrewal2017-09-19
| |\ \ \
| | | * | Drain readable fdGravatar Yuchen Zeng2017-09-19
| * | | | Really spell out code generationGravatar Craig Tiller2017-09-19
| * | | | Merge github.com:grpc/grpc into execpGravatar Craig Tiller2017-09-19
| |\ \ \ \
| | * \ \ \ Merge pull request #12370 from ctiller/pollset_kick_statsGravatar Craig Tiller2017-09-19
| | |\ \ \ \
| | | | * \ \ Merging master into yashykt:ctocc6Gravatar Yash Tibrewal2017-09-19
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | | | | | * Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Gravatar Muxi Yan2017-09-19
| | | | | | |\
| | * | | | | \ Merge pull request #11587 from y-zeng/pure_pingGravatar Yuchen Zeng2017-09-19
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | | * | | | Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-18
| | | | |\ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaa...Gravatar David G. Quintas2017-09-18
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #12600 from sreecha/closure-debugGravatar Sree Kuchibhotla2017-09-18
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Merge pull request #12359 from justinburke/tsi_factory_lockingGravatar Justin Burke2017-09-18
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #12494 from ncteisen/stream-list-tracersGravatar Noah Eisen2017-09-18
| | |\ \ \ \ \ \ \ \
| | | | | | | | | * | Minor formatting, commenting and clang format for C to C++ conversionGravatar Yash Tibrewal2017-09-18
| | | | | | | | | * | initializing checker_mu in timer_list to be safeGravatar Yash Tibrewal2017-09-18
| | | | | | | | | * | Timer generic correctionGravatar Yash Tibrewal2017-09-18
| | | | | | | | | * | static metadata and clang formatGravatar Yash Tibrewal2017-09-18
| | | | | | | | | * | Removing designated initializers, implicit string literal to char *Gravatar Yash Tibrewal2017-09-18
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #12564 from sreecha/exp-cq-fixGravatar Sree Kuchibhotla2017-09-18
| | |\ \ \ \ \ \ \ \
| | | | | | | | * | | Add more options in grpc_chttp2_config_default_keepalive_argsGravatar Yuchen Zeng2017-09-18
| | | | | | | | * | | Update writing.c with the trailers-only response changeGravatar Yuchen Zeng2017-09-18
| | | | | | | | * | | Set the ping behavior as described in the proposalGravatar Yuchen Zeng2017-09-18
| | | | | | | | * | | Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
| | | | | | | | * | | Fix ping policyGravatar Yuchen Zeng2017-09-18
| | | | | | | * | | | Fix leak in grpclb's lb_on_response_received_lockedGravatar David Garcia Quintas2017-09-18
| | | | | | | |/ / /
| | | | | | * | | | Merge branch 'master' into closure-debugGravatar Sree Kuchibhotla2017-09-18
| | | | | | |\| | |
| | | | | | * | | | clang formatGravatar Sree Kuchibhotla2017-09-18
| | | | | | * | | | fix a bad typoGravatar Sree Kuchibhotla2017-09-18