aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Pass channel args through resolver.Gravatar Mark D. Roth2016-10-21
* Merge pull request #8303 from markdroth/service_configGravatar Mark D. Roth2016-10-19
|\
* \ Merge pull request #8370 from lyuxuan/fix_handshake_mallocGravatar Craig Tiller2016-10-19
|\ \
| | * clang-formatGravatar Mark D. Roth2016-10-19
* | | Merge pull request #8330 from kpayson64/poll_failureGravatar kpayson642016-10-18
|\ \ \
| | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-18
| | | |\ | |_|_|/ |/| | |
* | | | Fix wakeup bugGravatar Craig Tiller2016-10-18
* | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-17
|\ \ \ \
| * \ \ \ Merge pull request #7664 from kpayson64/cv_wakeup_fdGravatar kpayson642016-10-17
| |\ \ \ \
* | | | | | Better debug stringsGravatar Craig Tiller2016-10-17
| * | | | | clang-formatGravatar David Garcia Quintas2016-10-15
* | | | | | Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-callsGravatar Craig Tiller2016-10-14
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-14
|\ \ \ \ \ \ \
| | * | | | | | clang-formatGravatar Craig Tiller2016-10-14
| |/ / / / / / |/| | | | | |
| | * | | | | Factored out common code into pick_from_internal_rr.Gravatar David Garcia Quintas2016-10-14
* | | | | | | Fix some test failuresGravatar Craig Tiller2016-10-14
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_racesGravatar David Garcia Quintas2016-10-14
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Tiny refactoringGravatar David Garcia Quintas2016-10-14
| * | | | | | Merge pull request #8348 from dgquintas/new_lb_md_keysGravatar David G. Quintas2016-10-14
| |\ \ \ \ \ \
| | | | | | | * Merge remote-tracking branch 'upstream/master' into service_configGravatar Mark D. Roth2016-10-14
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
| | | * | | | | pr commentsGravatar David Garcia Quintas2016-10-14
| | | | | | | * Pass call start time into the call stack via grpc_call_element_args.Gravatar Mark D. Roth2016-10-14
| | | | | | | * Rename grpc_hash_table to grpc_mdstr_hash_table.Gravatar Mark D. Roth2016-10-14
| * | | | | | | Merge pull request #7962 from y-zeng/call_holder_add_pollentGravatar Yuchen Zeng2016-10-14
| |\ \ \ \ \ \ \
* | | | | | | | | Fix potential crashGravatar Craig Tiller2016-10-14
| | | * | | | | | Merge branch 'master' of github.com:grpc/grpc into new_lb_md_keysGravatar David Garcia Quintas2016-10-14
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | | | * | | | | gRPCLB and RR race fixesGravatar David Garcia Quintas2016-10-13
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Revert spamGravatar Craig Tiller2016-10-13
* | | | | | | | Fix bad stream terminatorsGravatar Craig Tiller2016-10-13
| | | | * | | | Use atomics for poll status to prevent tsan race complaintsGravatar Ken Payson2016-10-13
| | | | | | * | change from malloc to gpr_mallocGravatar Yuxuan Li2016-10-13
| | |_|_|_|/ / | |/| | | | |
| | | | * | | Moved cv polling into ev_poll_posix.cGravatar Ken Payson2016-10-13
* | | | | | | Fix 32-bit linux buildGravatar Craig Tiller2016-10-13
* | | | | | | Expand documentationGravatar Craig Tiller2016-10-13
| | | | | | * clang-formatGravatar Mark D. Roth2016-10-12
| | | | | | * Unref the call stack in read_service_config even on error.Gravatar Mark D. Roth2016-10-12
| | | | | | * Hold a ref to the call stack for the read_service_config callback.Gravatar Mark D. Roth2016-10-12
| | | | | | * Code review changes.Gravatar Mark D. Roth2016-10-12
* | | | | | | Fix race with fetching data and writing it in chttp2Gravatar Craig Tiller2016-10-12
* | | | | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-12
|\| | | | | |
| * | | | | | Merge pull request #8354 from grpc/v1.0.xGravatar Jan Tattermusch2016-10-12
| |\ \ \ \ \ \
| | * | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | * | | | | | Update README.mdGravatar Jan Tattermusch2016-10-12
| | | | | | | * Improve documentation in method_config.h.Gravatar Mark D. Roth2016-10-12
| * | | | | | | Merge pull request #8320 from jtattermusch/gprlog_format_fixGravatar Jan Tattermusch2016-10-12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #8073 from daniel-j-born/handshake_shutdownGravatar Yang Gao2016-10-11
| |\ \ \ \ \ \ \ \
| | | | | | * | | | Removed outdated TODOs and improved docstringsGravatar David Garcia Quintas2016-10-11
* | | | | | | | | | Merge github.com:grpc/grpc into direct-callsGravatar Craig Tiller2016-10-11
|\| | | | | | | | |
| | | | | | * | | | Renamed LB-related metadata keysGravatar David Garcia Quintas2016-10-11
| | |_|_|_|/ / / / | |/| | | | | | |
| | | | | | * | | ChangesGravatar Ken Payson2016-10-11