1. aa9c578 Clean up code after merge with master by murgatroid99 · 8 years ago
  2. fde76d7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  3. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  4. 757e84e Add 'extern "C"' to error.h. by Mark D. Roth · 8 years ago
  5. 998dbc0 Merge pull request #7612 from rjshade/enable_udp_testing by Yang Gao · 8 years ago
  6. 35d7a26 Merge branch 'master' into enable_udp_testing by Robbie Shade · 8 years ago
  7. 53ab32b added missing line to UDP server by David Garcia Quintas · 8 years ago
  8. 0bb3fdb Merge pull request #7596 from rjshade/orphan_before_shutdown by Yang Gao · 8 years ago
  9. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  10. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  11. 2587f20 Merge pull request #8238 from nicolasnoble/master-upmerge-from-deep-under by Nicolas Noble · 8 years ago
  12. 66306c2 Merge pull request #8224 from sreecha/grpc_signal by Nicolas Noble · 8 years ago
  13. 748524e Merge branch 'master' of https://github.com/grpc/grpc into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  14. 7398363 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  15. fa242cb Plugging memory leak. by Nicolas "Pixel" Noble · 8 years ago
  16. bd48c91 Use SIGMINRT + 6 as the default signal for gRPC epoll engine by Sree Kuchibhotla · 8 years ago
  17. dedb923 Clang format by murgatroid99 · 8 years ago
  18. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  19. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  20. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  21. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  22. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  23. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  24. 85102a9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  25. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  26. a99e02c Use GPR_ARRAY_SIZE(). by Mark D. Roth · 8 years ago
  27. 5e1b58b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  28. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  29. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  30. 242dc4b Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  31. e65ff11 Propagate error through grpc_lb_policy_cancel_picks(). Also fix error by Mark D. Roth · 8 years ago
  32. a4a223f Fix Windows no_logging test failure. by Mark D. Roth · 8 years ago
  33. 932b10c clang-format by Mark D. Roth · 8 years ago
  34. e5f4349 Fix portability problems. by Mark D. Roth · 8 years ago
  35. 1e35b69 Set status from the grpc_error or whichever of its children has the data. by Mark D. Roth · 8 years ago
  36. 6262297 Fix typo by Craig Tiller · 8 years ago
  37. f6b6d29 Address review comments by Craig Tiller · 8 years ago
  38. 23aff2e Improve comment by Craig Tiller · 8 years ago
  39. ceb39ae Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  40. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  41. 7684c74 Merge pull request #7795 from dgquintas/errors_doc by David G. Quintas · 8 years ago
  42. bacaceb Merge pull request #7645 from y-zeng/fix_ev_epoll_linux by kpayson64 · 8 years ago
  43. cef5401 Mark an epoll that has a timeout as a blocking region by Vijay Pai · 8 years ago
  44. 6257159 Merge branch 'port_platform_split' into uv_core_transport by murgatroid99 · 8 years ago
  45. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  46. 4bf00c9 slight rewording of grpc_error ownership rules by David Garcia Quintas · 8 years ago
  47. baa35fc Disabling check for SO_REUSEPORT in MANYLINUX; it'll always fail. by Nicolas "Pixel" Noble · 8 years ago
  48. 6ceb0cf Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  49. 4998e30 Include missing header in ev_epoll_linux.c by Sree Kuchibhotla · 8 years ago
  50. 9dfd0b7 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  51. 2f320ca Fix some #include statements and add one dependency in build.yaml by murgatroid99 · 8 years ago
  52. 2c779d6 Merge pull request #7675 from y-zeng/AF_unix_so_reuseport by David G. Quintas · 8 years ago
  53. 7e924a0 Clang format by murgatroid99 · 8 years ago
  54. 3196363 Make usage of grpc_inet_ntop consistent by murgatroid99 · 8 years ago
  55. 0b110dd Changed grpc_inet_ntop signature to match Windows function by murgatroid99 · 8 years ago
  56. cb6ce70 Fixed copyright year in new file by murgatroid99 · 8 years ago
  57. 3c2c6c1 Fixed InetNtop function call by murgatroid99 · 8 years ago
  58. bdec157 Merge pull request #7128 from daniel-j-born/server_clone_fix by Nicolas Noble · 8 years ago
  59. 192293d Move GPR_MANYLINUX1 to top of port.h checks by murgatroid99 · 8 years ago
  60. 2414bbb Disable SO_REUSEPORT at prepare_socket() for unix sockets by Yuchen Zeng · 8 years ago
  61. d745a6f Disable SO_REUSEPORT for UNIX socket by Yuchen Zeng · 8 years ago
  62. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  63. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  64. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago
  65. a0399f2 Fix the error ref issue by Yuchen Zeng · 8 years ago
  66. 427d7d7 Fix tsan reported error in trace by Craig Tiller · 8 years ago
  67. 292b7cb clang-format by Craig Tiller · 8 years ago
  68. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  69. 34befca Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  70. 26f9088 Remove GRPC_NEED_UDP ifdefs by Robbie Shade · 8 years ago
  71. 51c7b91 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  72. 6e26952 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  73. ce8f977 Call orphan_cb before FD shutdown by Robbie Shade · 8 years ago
  74. 8f76df4 Some compilers don't like big stack frames. There is no need by Vijay Pai · 8 years ago
  75. 3cfc5a7 Made significant progress on the test, but not working yet. by Mark D. Roth · 8 years ago
  76. 1212d3f Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  77. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  78. 65c6f2c Merge branch 'handshake_api' into http_connect by Mark D. Roth · 8 years ago
  79. 3e42671 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  80. da9af33 Merge pull request #7320 from yang-g/shut_down_acceptor_early by Nicolas Noble · 8 years ago
  81. 224fe98 Fixed incorrect merges by murgatroid99 · 8 years ago
  82. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  83. 898d84d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  84. 5332c4b Merge branch 'handshake_api' into http_connect by Mark D. Roth · 8 years ago
  85. 2da58cf Force queuing to workqueue instead of relying on exec_ctx by Craig Tiller · 8 years ago
  86. 476e987 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  87. 5ca7e47 Merge pull request #6737 from ctiller/delayed-write by Craig Tiller · 8 years ago
  88. c76e48b Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early by yang-g · 8 years ago
  89. c3df7b4 Get traces around everything by Craig Tiller · 8 years ago
  90. e7603b8 Fixes & debug by Craig Tiller · 8 years ago
  91. 4623e1c Initial framework for HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  92. 9d01848 Fixes by Craig Tiller · 8 years ago
  93. d60b91d Merge remote-tracking branch 'upstream/master' into filter_call_init_failure by Mark D. Roth · 8 years ago
  94. 64d8024 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  95. 69b7478 Reduce the number of unnecessary allocations by Sree Kuchibhotla · 8 years ago
  96. 40b495a Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write by Craig Tiller · 8 years ago
  97. f11b333 Make network status follow the normal init/shutdown path by Craig Tiller · 8 years ago
  98. 0a06cd7 Cleanup from code review by Craig Tiller · 8 years ago
  99. c69d27b Add timing data by Craig Tiller · 8 years ago
  100. 9053ec0 Remove now redundant line by Craig Tiller · 8 years ago