1. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/resolve_address_posix.c]
  2. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 8 years ago
  3. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  4. 24ebdfb Remove duplicate include of string.h by ahedberg · 8 years ago
  5. 803931d Make use of unix sockets optional. by ahedberg · 8 years ago
  6. e1e4559 Make blocking_resolve_address overridable by Craig Tiller · 8 years ago
  7. a93a25f Update copyrights by Craig Tiller · 9 years ago
  8. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  9. 4bc3463 Introducing grpc_executor, for all your threading needs by David Garcia Quintas · 9 years ago
  10. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  11. 9839d28 Move block_annotate from iomgr to support since it's used in other by vjpai · 9 years ago
  12. 87cec15 Merge branch 'master' into block_annotate and fix conflict in resolve_address_posix.c by Vijay Pai · 9 years ago
  13. 4473a08 Cleanup existing code to use GPR_ARRAY_SIZE by Vijay Pai · 9 years ago
  14. 8dc0971 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  15. ba13055 Put in blocking point annotations at places in the code where we may block for reasons other than synchronization by Vijay Pai · 9 years ago
  16. a82950e clang-format all core files by Craig Tiller · 9 years ago
  17. e7db29f Move argument passing to start of list by Craig Tiller · 9 years ago
  18. f5768a6 Rename init by Craig Tiller · 9 years ago
  19. 098047b Rename run by Craig Tiller · 9 years ago
  20. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  21. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  22. d1bec03 Call list progress by Craig Tiller · 9 years ago
  23. b9d3596 Enable -Wshadow by Craig Tiller · 9 years ago
  24. d6c98df clang-format all source by Craig Tiller · 9 years ago
  25. 3123134 Don't unregister resolver object until callback complete by Craig Tiller · 9 years ago
  26. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  27. fa275a9 Label all iomgr objects by Craig Tiller · 9 years ago
  28. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  29. 659be5a Manually resolve well-known service names by Raul Silvera · 9 years ago
  30. 2c04a53 Spam cleanup by Craig Tiller · 9 years ago
  31. 589cba2 Factorizing out function split_host_port. by Nicolas "Pixel" Noble · 10 years ago
  32. c6d8f5a Merge branch 'master' of github.com:google/grpc into win32 by Nicolas "Pixel" Noble · 10 years ago
  33. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago[Renamed (98%) from src/core/iomgr/resolve_address.c]
  34. 7db49ff Merge pull request #701 from ctiller/mac3 by Nicolas Noble · 10 years ago
  35. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  36. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  37. d209ed0 clang-format by Craig Tiller · 10 years ago
  38. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  39. 78b7992 Fix up feature test macros by David Klempner · 10 years ago
  40. d5a9985 Fixing a few winsocket misuses. by Nicolas "Pixel" Noble · 10 years ago[Renamed (97%) from src/core/iomgr/resolve_address_posix.c]
  41. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  42. 58393c2 Remove libevent. by ctiller · 10 years ago
  43. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  44. 1a277ec Remove libevent. by ctiller · 10 years ago
  45. ccd27fd Wait for name resolutions to complete before shutting down iomgr. by ctiller · 10 years ago
  46. 18b49ab Introducing iomgr. by ctiller · 10 years ago[Renamed (97%) from src/core/endpoint/resolve_address.c]
  47. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  48. b7ebd3b Initial import. by Nicolas Noble · 10 years ago