1. 1c6f655 Merge branch 'master' into fix_reuseport by Sree Kuchibhotla · 6 years ago
  2. e4cae41 enable SO_REUSEPORT option in ipv6 too by Sree Kuchibhotla · 6 years ago
  3. 9bef139 Merge pull request #14746 from grpc/revert-13883-channel-tracing by Noah Eisen · 6 years ago
  4. bce37d2 Merge pull request #14464 from yashykt/socklent by Yash Tibrewal · 6 years ago
  5. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  6. e88b62b clean up alts proto by Yihua Zhang · 6 years ago
  7. f001d67 Merge pull request #14626 from kpayson64/remove_dead_code by kpayson64 · 6 years ago
  8. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  9. 0e2c645 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  10. 2665565 Merge pull request #14723 from yashykt/tcpservermemset by Yash Tibrewal · 6 years ago
  11. 2352380 Update proto name to fix Windows portability build by ncteisen · 6 years ago
  12. 81a3376 Zero out resolved address before calling accept by Yash Tibrewal · 6 years ago
  13. 78e532a Reviewer comments by ncteisen · 6 years ago
  14. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  15. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  16. 711e32d Add header files for exec_ctx and closure in windows iomgr header files by Yash Tibrewal · 6 years ago
  17. a22e16a Merge master into yashykt:execctxcleanup by Yash Tibrewal · 6 years ago
  18. c0cd82f Remove unnecessary includes of exec_ctx.h by Yash Tibrewal · 6 years ago
  19. 3681ca3 Merge pull request #14712 from yashykt/hotplugcpu by Yash Tibrewal · 6 years ago
  20. 0b4361c Add checking for hotplugged CPUs in gpr_cpu_current_cpu for linux by Yash Tibrewal · 6 years ago
  21. f60cbbd Merge pull request #14688 from kpayson64/revert_pr by kpayson64 · 6 years ago
  22. f3b28b8 Merge pull request #14681 from AspirinSJL/head by Juanli Shen · 6 years ago
  23. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 6 years ago
  24. 21a64df Merge pull request #14694 from yashykt/execctxdesc by Yash Tibrewal · 6 years ago
  25. 0dee3d9 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  26. db5f4d5 Remove unncessary casts by Yash Tibrewal · 6 years ago
  27. fc9c070 Update documentation for ExecCtx by Yash Tibrewal · 6 years ago
  28. b62d77f Merge pull request #14686 from markdroth/caching_byte_stream_fix by Mark D. Roth · 6 years ago
  29. fc0d0e7 Simplify dn_resolver_ares by kpayson64 · 6 years ago
  30. 575bda3 Merge pull request #14675 from markdroth/auth_filter_metadata_callouts by Mark D. Roth · 6 years ago
  31. fb0dabd Revert "Use heuristic to determine how many events to handle per iteration" by kpayson64 · 6 years ago
  32. 49a76e9 clang-format by Mark D. Roth · 6 years ago
  33. 4941414 Avoid trying to access underlying_stream_ after it's been orphaned. by Mark D. Roth · 6 years ago
  34. 24e34b8 Orphan underlying byte stream as soon as it's been drained. by Mark D. Roth · 6 years ago
  35. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  36. 44fd655 Merge pull request #14676 from muxi/fix-inttypes-include by Vijay Pai · 6 years ago
  37. 7573f98 Fix call stack ref flake by Juanli Shen · 6 years ago
  38. ecc8651 Use metadata batch callouts in client_auth_filter. by Mark D. Roth · 6 years ago
  39. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 6 years ago
  40. 4d46260 Explicit static_cast conversions by Yash Tibrewal · 6 years ago
  41. 5f3b474 Blank line after including port_platform.h by Yash Tibrewal · 6 years ago
  42. e63ab97 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  43. ea37b0c Adding uv too by Yash Tibrewal · 6 years ago
  44. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  45. 68dbea2 Trial windows changes by Yash Tibrewal · 6 years ago
  46. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  47. 632ddf7 Merge pull request #14616 from yang-g/strikke by Yang Gao · 6 years ago
  48. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  49. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 6 years ago
  50. 622b33d Remove unused idle_work by kpayson64 · 6 years ago
  51. 8b875ac Merge pull request #14544 from danzh2010/udpinterface by Yang Gao · 6 years ago
  52. a37e8de Do poll for poll_posix engine when kicked with 0s timeout by kpayson64 · 6 years ago
  53. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  54. d2365d6 Reviewer comments by ncteisen · 6 years ago
  55. 36e02bf Fix sanity by ncteisen · 6 years ago
  56. 09703ea Add severity by ncteisen · 6 years ago
  57. bec1a61 Reviewer feedback by ncteisen · 6 years ago
  58. 568a95e Make test work by ncteisen · 6 years ago
  59. 503099b Redoing render, about to take things away by ncteisen · 6 years ago
  60. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  61. abd9d53 Only increase strike once by yang-g · 6 years ago
  62. 9efb177 Review feedback, gTest by ncteisen · 6 years ago
  63. e9587db Move status util by ncteisen · 6 years ago
  64. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  65. 1d6072c Merge branch 'master' into udpinterface by danzh · 6 years ago
  66. 8f91ad9 use static_cast by Dan Zhang · 6 years ago
  67. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  68. 7d90d54 Reviewer feedback by ncteisen · 6 years ago
  69. ac945eb Reviewer comments by ncteisen · 6 years ago
  70. 6684230 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  71. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  72. 5cb1c97 Merge pull request #14458 from coryan/patch-1 by Vijay Pai · 6 years ago
  73. e5335b4 Merge pull request #14532 from ncteisen/cpu by Vijay Pai · 6 years ago
  74. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  75. 4013f0c Address reviewer comments by Vijay Pai · 6 years ago
  76. cd6755b Re write rendered by ncteisen · 6 years ago
  77. 7791768 reviewer feedback by ncteisen · 6 years ago
  78. 21687ea fix mem leak by ncteisen · 6 years ago
  79. ee013d2 Fix build and sanity by ncteisen · 6 years ago
  80. bf5237a reviewer comments by ncteisen · 6 years ago
  81. 240fbf9 reviewer comment by ncteisen · 6 years ago
  82. 6ea7f33 Reviewer comments by ncteisen · 6 years ago
  83. 95cf057 Reviewer feedback by ncteisen · 6 years ago
  84. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  85. 756caa7 Minor changes and fixes by Vijay Pai · 6 years ago
  86. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  87. 2fe87b0 Move assignment for Thread, make destructor optional, loop cv waits by Vijay Pai · 6 years ago
  88. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 6 years ago
  89. 03f56a1 edit comment by Dan Zhang · 6 years ago
  90. 396d49d Introduce a 'weak' and mutable version of slice hash table by David Garcia Quintas · 6 years ago
  91. baf1a41 Merge pull request #14546 from y-zeng/backup_poller_fix by Yuchen Zeng · 6 years ago
  92. 718c834 Retry support. by Mark D. Roth · 6 years ago
  93. 1bdc940 fix format by Dan Zhang · 6 years ago
  94. ad0996b Perform secure naming checks in grpclb_end2end_test by David Garcia Quintas · 6 years ago
  95. 41a6aa3 Address the comments on backup poller by Yuchen Zeng · 6 years ago
  96. 6cc5a09 fix format by Dan Zhang · 6 years ago
  97. b293e9e Refactors grpc udp_server_listener to be object oriented. Also adds a mutex to each listener. Instead of sharing the mutex in udp_server for all listeners, this per-listener mutex can make most of the call to different listeners in parallel. by Dan Zhang · 6 years ago
  98. dca52e5 Remain consitant with #14493 by ncteisen · 6 years ago
  99. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  100. 200dffc Merge pull request #14525 from grpc/v1.10.x by Mehrdad Afshari · 6 years ago