aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/resolver
Commit message (Collapse)AuthorAge
* clang-format after nullptr changesGravatar Craig Tiller2017-11-10
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* s/NULL/nullptrGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
|
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-10-05
|\
| * More build errorsGravatar Yash Tibrewal2017-10-02
| |
| * Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | | | | | Also converting to .cc
| * 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
| |
* | Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\|
| * Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
| |\ | | | | | | Drain readable fds in grpc_ares_ev_driver_posix
| | * Fix formatGravatar Yuchen Zeng2017-09-21
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-20
|\| |
| | * Protect fdn->fdGravatar Yuchen Zeng2017-09-19
| | |
| | * Drain readable fdGravatar Yuchen Zeng2017-09-19
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\ \ \ | | |/ | |/|
* | | clang-formatGravatar Craig Tiller2017-09-19
| | |
* | | Fix testGravatar Craig Tiller2017-09-19
| | |
| | * Minor formatting, commenting and clang format for C to C++ conversionGravatar Yash Tibrewal2017-09-18
| | |
| | * Removing designated initializers, implicit string literal to char *Gravatar Yash Tibrewal2017-09-18
| |/ | | | | | | conversions and solving crosses initialization due to jump warnings
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-18
|\ \
| | * Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| |/
| * Merge pull request #12517 from ↵Gravatar apolcyn2017-09-14
| |\ | | | | | | | | | | | | apolcyn/fix_service_config_choice_from_dns_with_zero_percentages Fix choosing of service config when percentage is zero
| * | Adding more pointer conversions and type renamingGravatar Yash Tibrewal2017-09-13
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-13
|\| |
| * | Merge pull request #12512 from apolcyn/fix_cares_mem_leakGravatar apolcyn2017-09-12
| |\ \ | | | | | | | | Fix a memory leak in cares wrapper
| | | * fix handling of service config choosing when percentage is zeroGravatar Alexander Polcyn2017-09-12
| | | |
| | * | Fix a memory leak in cares wrapperGravatar Alexander Polcyn2017-09-12
| | |/
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\| |
| * | Adding more pointer type conversionsGravatar Yash Tibrewal2017-09-08
| |/
| * More explicit pointer type conversionGravatar Yash Tibrewal2017-09-07
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
|\|
| * Save one allocation by init-int instead of creating closureGravatar David Garcia Quintas2017-08-31
| |
| * Fake resolver: Fix use-after-freeGravatar David Garcia Quintas2017-08-31
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |
| * Merge pull request #11927 from y-zeng/nameserGravatar Yuchen Zeng2017-07-28
| |\ | | | | | | Add src/core/lib/iomgr/nameser.h
| | * Update build.yaml, fix formatGravatar Yuchen Zeng2017-07-27
| | |
| | * Add src/core/lib/iomgr/nameser.hGravatar Yuchen Zeng2017-07-27
| | |
| | * C-Ares: Remove Internal HeaderGravatar Axel Huebl2017-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `nameser.h` header is a C-Ares internal header which is not installed with C-Ares. This fixes build errors with cmake -DgRPC_CARES_PROVIDER=package ..
| * | Add already_closed in grpc_fd_orphanGravatar Yuchen Zeng2017-07-17
| |/
* / Compiling againGravatar Craig Tiller2017-07-17
|/
* Merge pull request #11629 from apolcyn/fix_port_orderingGravatar apolcyn2017-07-14
|\ | | | | Port byte ordering fix for srv records
* | C++ compatibility fixesGravatar Craig Tiller2017-07-11
| |
* | Removed leftover debugging msgGravatar David Garcia Quintas2017-06-29
| |
* | Merge pull request #11604 from dgquintas/fix_rr_state_masterGravatar David G. Quintas2017-06-29
|\ \ | | | | | | Fix RR policy connectivity state upon subchannels shutdown
| * | Fixes to pick firstGravatar David Garcia Quintas2017-06-28
| | |
* | | Merge pull request #10462 from nicolasnoble/ares-header-pollutionGravatar Nicolas Noble2017-06-27
|\ \ \ | | | | | | | | Avoid pollution from ares.h into the global space.
| | | * fix byte order of port for srv to host requestGravatar Alex Polcyn2017-06-27
| |_|/ |/| |