aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-thingsGravatar ncteisen2017-06-08
|\
* | clang-formatGravatar Craig Tiller2017-06-08
| |
| * Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
| |\ | | | | | | Support grpclb address in the c-ares resolver
* | | Fix testGravatar Craig Tiller2017-06-08
| | |
* | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\| |
| * | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | |
| * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | |
* | | Fix mergeGravatar Craig Tiller2017-06-07
| | |
* | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-07
|\| |
| * | Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| | |
| | * Merge remote-tracking branch 'upstream/master' into srv_recordGravatar Yuchen Zeng2017-06-06
| | |\ | | |/ | |/|
| | * Fix windows build, no_logging tests, dns_resolver_testGravatar Yuchen Zeng2017-06-05
| | |
| | * Fix the fd clean up processGravatar Yuchen Zeng2017-06-05
| | |
| | * Cancel the dns lookup in dns_ares_shutdownGravatar Yuchen Zeng2017-06-04
| | |
* | | Merge branch 'selectivity' into ALL-the-thingsGravatar Craig Tiller2017-06-02
|\| |
| * | clang-formatGravatar Mak Dharma2017-05-30
| | |
| * | Merge branch 'win_bldfix' of https://github.com/makdharma/grpc into win_bldfixGravatar Mak Dharma2017-05-30
| |\ \
| | | * Fix api_fuzzer, dns_resolver_connectivity_testGravatar Yuchen Zeng2017-05-30
| | | |
| | * | s/inline/__inline/. Visual studio incompatiblity.Gravatar Makarand Dharmapurikar2017-05-30
| | | | | | | | | | | | | | | | | | | | | | | | MS Visual studio '13 and before don't understand inline and throw Error C2054. Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
| * | | Merge pull request #11309 from murgatroid99/master_1.3.x_upmergeGravatar Michael Lumish2017-05-30
| |\ \ \ | | |/ / | |/| | Master 1.3.x upmerge
* | | | Merge branch 'thread_pool' into ALL-the-thingsGravatar Craig Tiller2017-05-30
|\ \ \ \ | |/ / / |/| | |
* | | | fix format of include guardsGravatar Alexander Polcyn2017-05-25
| | | |
* | | | rerun clang format code.shGravatar Alexander Polcyn2017-05-25
| | | |
* | | | add missing copyright headersGravatar Alexander Polcyn2017-05-25
| | | |
| | * | Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
| | |\ \
* | | \ \ Merge pull request #11224 from makdharma/http_proxy_test_fixGravatar makdharma2017-05-25
|\ \ \ \ \ | | | | | | | | | | | | Fixes #9542
| | | | | * Fix another memory leakGravatar Yuchen Zeng2017-05-24
| | | | | |
| | * | | | clang-formatGravatar Craig Tiller2017-05-24
| | | | | |
* | | | | | updateGravatar Vizerai2017-05-24
| | | | | |
| | | | | * Convert lb addresses to resolved addresses in the cb of ↵Gravatar Yuchen Zeng2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | grpc_resolve_address_ares_impl
| | * | | | Fix leakGravatar Craig Tiller2017-05-23
| | | | | |
* | | | | | updateGravatar Vizerai2017-05-23
| | | | | |
| | * | | | Merge github.com:grpc/grpc into thread_poolGravatar Craig Tiller2017-05-23
| | |\| | |
* | | | | | Merge branch 'master' of https://github.com/Vizerai/grpc into intrusive_hash_mapGravatar Vizerai2017-05-23
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| | | | | * Fix memory leakGravatar Yuchen Zeng2017-05-22
| | | | | |
| * | | | | %z -> %lu for mingw buildGravatar Alexander Polcyn2017-05-22
| | | | | |
| | | | | * Address review commentsGravatar Yuchen Zeng2017-05-19
| | | | | |
| * | | | | Change round_robin LB policy to use the addresses in the order given.Gravatar Mark D. Roth2017-05-19
| | | | | |
| | | | | * Merge remote-tracking branch 'upstream/master' into srv_recordGravatar Yuchen Zeng2017-05-19
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #10706 from markdroth/c_ares_authorityGravatar Mark D. Roth2017-05-19
| |\ \ \ \ \ | | | | | | | | | | | | | | Allow specifying DNS server to query for c-ares via URI authority.
| | | | | | * grpclb address support in the c-ares resolverGravatar Yuchen Zeng2017-05-18
| | | | | | |
| * | | | | | Add trace protector to flagGravatar ncteisen2017-05-18
| | | | | | |
| * | | | | | Merge pull request #10930 from ncteisen/frame-sizeGravatar Noah Eisen2017-05-18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Set Frame Size to Bytes per Microsecond
| | | * | | | | Allow specifying DNS server to query for c-ares via URI authority.Gravatar Mark D. Roth2017-05-18
| | |/ / / / / | |/| | | | |
| | | | | * | get rid of connectivity state watchers right after timeoutGravatar Alexander Polcyn2017-05-18
| | | | | | |
| | | * | | | Fixes #9542Gravatar Makarand Dharmapurikar2017-05-18
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the case when a server is shutdown right after it Accept'ed a connection. The socket needs to be closed right before the endpoint is destroyed.
| | | * | | Merge github.com:grpc/grpc into thread_poolGravatar Craig Tiller2017-05-18
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #11026 from markdroth/grpclb_drop_altGravatar Mark D. Roth2017-05-18
| |\ \ \ \ \ | | | | | | | | | | | | | | Implement grpclb drop support.
| | | | * \ \ Merge remote-tracking branch 'origin/races' into thread_poolGravatar Craig Tiller2017-05-17
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #11098 from dgquintas/fix_subchannel_stuffsGravatar David G. Quintas2017-05-17
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Fixes to subchannel and its index