1. 37d8bbc resolver and default executors by Sree Kuchibhotla · 6 years ago
  2. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  3. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  4. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  5. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 7 years ago
  6. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 7 years ago
  7. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  8. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  9. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  10. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  11. 45b7ad5 GPR_TLS Macro fix, and windows resolve_address fix by Yash Tibrewal · 7 years ago
  12. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  13. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  14. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  15. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  16. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  17. fcd26bc Removing more build errors by Yash Tibrewal · 7 years ago
  18. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  19. 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_windows.c]
  20. 8ac417c Fix Windows? by Craig Tiller · 7 years ago
  21. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  22. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  23. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  24. d465456 clang-format code by Craig Tiller · 8 years ago
  25. 460da03 Fixup Windows source files for new closure APIs by Craig Tiller · 8 years ago
  26. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  27. 426cf85 Fix resolve_address_windows by Yuchen Zeng · 8 years ago
  28. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  29. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  30. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  31. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  32. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  33. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  34. e451225 Fix naming bug by Craig Tiller · 8 years ago
  35. 3e149f3 clang-format by Craig Tiller · 8 years ago
  36. a41ac57 Windows port of error system by Craig Tiller · 8 years ago
  37. 12dfdc3 Change win32 file suffix by Yuchen Zeng · 8 years ago
  38. 482ce5e Fix typo by Craig Tiller · 8 years ago
  39. 24d687e Single thread fake name resolution for fuzzing by Craig Tiller · 8 years ago
  40. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  41. 9533d04 Fix includes by Craig Tiller · 8 years ago
  42. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/iomgr/resolve_address_windows.c]
  43. e1e4559 Make blocking_resolve_address overridable by Craig Tiller · 8 years ago
  44. c085e5c Fix copyrights by Craig Tiller · 9 years ago
  45. eced8ae Fix windows by Craig Tiller · 9 years ago
  46. 661ad7f We need the iomgr_init for winsocks initialization. by David Garcia Quintas · 9 years ago
  47. 706b70f Updated Windows resolver by David Garcia Quintas · 9 years ago
  48. b09a875 Merge pull request #3476 from vjpai/block_annotate by Yang Gao · 9 years ago
  49. 9839d28 Move block_annotate from iomgr to support since it's used in other by vjpai · 9 years ago
  50. 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
  51. 82f9bd8 Update Windows stuff by Craig Tiller · 9 years ago
  52. c2e5be9 fix C# test access violation exception on Windows by Jan Tattermusch · 9 years ago
  53. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  54. 33da332 Fix Windows compilation by Craig Tiller · 9 years ago
  55. 49185a8 removed unused variables by wkubiak · 9 years ago
  56. 5618a9d removed chatty log messages on windows by Jan Tattermusch · 9 years ago
  57. 589cba2 Factorizing out function split_host_port. by Nicolas "Pixel" Noble · 10 years ago
  58. 94964fd Fixing Windows port. by Nicolas "Pixel" Noble · 10 years ago[Copied (91%) from src/core/iomgr/resolve_address.c]
  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