1. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  2. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/lib/iomgr/resolve_address_posix.c]
  3. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  4. 16fc232 Merge branch 'master' into write_completion by Craig Tiller · 7 years ago
  5. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  6. 8ac417c Fix Windows? by Craig Tiller · 7 years ago
  7. 7a82afd Introduce long/short jobs to executor (not used yet) by Craig Tiller · 7 years ago
  8. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. 4b36a3d Change error_create API to slice by ncteisen · 8 years ago
  11. bbb3801 Change error get/set API to grpc_slice by ncteisen · 8 years ago
  12. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  13. 15521de Request a pollset_set in grpc_resolve_address by Yuchen Zeng · 8 years ago
  14. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  15. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  16. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  17. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  18. d5520c1 fixes for resolve address by David Garcia Quintas · 8 years ago
  19. 5b15afd Progress converting to new error system by Craig Tiller · 8 years ago
  20. c027e77 Progress by Craig Tiller · 8 years ago
  21. 27f59af Unifying error handling within core by Craig Tiller · 8 years ago
  22. 24d687e Single thread fake name resolution for fuzzing by Craig Tiller · 8 years ago
  23. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  24. 9533d04 Fix includes by Craig Tiller · 8 years ago
  25. 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]
  26. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 8 years ago
  27. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  28. 24ebdfb Remove duplicate include of string.h by ahedberg · 9 years ago
  29. 803931d Make use of unix sockets optional. by ahedberg · 9 years ago
  30. e1e4559 Make blocking_resolve_address overridable by Craig Tiller · 9 years ago
  31. a93a25f Update copyrights by Craig Tiller · 9 years ago
  32. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  33. 4bc3463 Introducing grpc_executor, for all your threading needs by David Garcia Quintas · 9 years ago
  34. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  35. 9839d28 Move block_annotate from iomgr to support since it's used in other by vjpai · 9 years ago
  36. 87cec15 Merge branch 'master' into block_annotate and fix conflict in resolve_address_posix.c by Vijay Pai · 9 years ago
  37. 4473a08 Cleanup existing code to use GPR_ARRAY_SIZE by Vijay Pai · 9 years ago
  38. 8dc0971 Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  39. 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
  40. a82950e clang-format all core files by Craig Tiller · 9 years ago
  41. e7db29f Move argument passing to start of list by Craig Tiller · 9 years ago
  42. f5768a6 Rename init by Craig Tiller · 9 years ago
  43. 098047b Rename run by Craig Tiller · 9 years ago
  44. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  45. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  46. d1bec03 Call list progress by Craig Tiller · 9 years ago
  47. b9d3596 Enable -Wshadow by Craig Tiller · 9 years ago
  48. d6c98df clang-format all source by Craig Tiller · 9 years ago
  49. 3123134 Don't unregister resolver object until callback complete by Craig Tiller · 9 years ago
  50. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  51. fa275a9 Label all iomgr objects by Craig Tiller · 9 years ago
  52. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 10 years ago
  53. 659be5a Manually resolve well-known service names by Raul Silvera · 10 years ago
  54. 2c04a53 Spam cleanup by Craig Tiller · 10 years ago
  55. 589cba2 Factorizing out function split_host_port. by Nicolas "Pixel" Noble · 10 years ago
  56. c6d8f5a Merge branch 'master' of github.com:google/grpc into win32 by Nicolas "Pixel" Noble · 10 years ago
  57. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago[Renamed (98%) from src/core/iomgr/resolve_address.c]
  58. 7db49ff Merge pull request #701 from ctiller/mac3 by Nicolas Noble · 10 years ago
  59. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  60. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  61. d209ed0 clang-format by Craig Tiller · 10 years ago
  62. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  63. 78b7992 Fix up feature test macros by David Klempner · 10 years ago
  64. d5a9985 Fixing a few winsocket misuses. by Nicolas "Pixel" Noble · 10 years ago[Renamed (97%) from src/core/iomgr/resolve_address_posix.c]
  65. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  66. 58393c2 Remove libevent. by ctiller · 10 years ago
  67. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  68. 1a277ec Remove libevent. by ctiller · 10 years ago
  69. ccd27fd Wait for name resolutions to complete before shutting down iomgr. by ctiller · 10 years ago
  70. 18b49ab Introducing iomgr. by ctiller · 10 years ago[Renamed (97%) from src/core/endpoint/resolve_address.c]
  71. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  72. b7ebd3b Initial import. by Nicolas Noble · 10 years ago