aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/resolve_address_posix.c
Commit message (Expand)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-28
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
* Introducing grpc_executor, for all your threading needsGravatar David Garcia Quintas2015-10-07
* Merge pull request #3476 from vjpai/block_annotateGravatar Yang Gao2015-09-25
|\
| * Move block_annotate from iomgr to support since it's used in otherGravatar vjpai2015-09-24
| * Merge branch 'master' into block_annotate and fix conflict in resolve_address...Gravatar Vijay Pai2015-09-24
| |\
| * | Cleanup existing code to use GPR_ARRAY_SIZEGravatar Vijay Pai2015-09-24
* | | Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
|\ \ \ | | |/ | |/|
| | * Put in blocking point annotations at places in the code where we may block fo...Gravatar Vijay Pai2015-09-24
* | | clang-format all core filesGravatar Craig Tiller2015-09-22
* | | Move argument passing to start of listGravatar Craig Tiller2015-09-22
* | | Rename initGravatar Craig Tiller2015-09-22
* | | Rename runGravatar Craig Tiller2015-09-22
* | | indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* | | Rename call_list to closure_listGravatar Craig Tiller2015-09-22
* | | Call list progressGravatar Craig Tiller2015-09-18
| |/ |/|
| * Enable -WshadowGravatar Craig Tiller2015-09-11
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Don't unregister resolver object until callback completeGravatar Craig Tiller2015-07-01
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* Label all iomgr objectsGravatar Craig Tiller2015-06-01
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Manually resolve well-known service namesGravatar Raul Silvera2015-03-04
* Spam cleanupGravatar Craig Tiller2015-02-24
* Factorizing out function split_host_port.Gravatar Nicolas "Pixel" Noble2015-02-20
* Merge branch 'master' of github.com:google/grpc into win32Gravatar Nicolas "Pixel" Noble2015-02-21
|\
* | Fixing Windows port.Gravatar Nicolas "Pixel" Noble2015-02-20
|/
* Fixing a few winsocket misuses.Gravatar Nicolas "Pixel" Noble2015-01-24
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08
* Wait for name resolutions to complete before shutting down iomgr.Gravatar ctiller2014-12-11
* Introducing iomgr.Gravatar ctiller2014-12-09