1. 6217037 Remove _face_interface_test by Nathaniel Manista · 6 years ago
  2. f7a8f8b Merge pull request #14687 from nathanielmanistaatgoogle/early-ok by Nathaniel Manista · 6 years ago
  3. 4cb0bd0 Merge pull request #14661 from murgatroid99/node_pure_js_interop_client by Michael Lumish · 6 years ago
  4. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 6 years ago
  5. 21a64df Merge pull request #14694 from yashykt/execctxdesc by Yash Tibrewal · 6 years ago
  6. 7726c30 Verify early OK behavior by Nathaniel Manista · 6 years ago
  7. fc9c070 Update documentation for ExecCtx by Yash Tibrewal · 6 years ago
  8. b62d77f Merge pull request #14686 from markdroth/caching_byte_stream_fix by Mark D. Roth · 6 years ago
  9. fc0d0e7 Simplify dn_resolver_ares by kpayson64 · 6 years ago
  10. 575bda3 Merge pull request #14675 from markdroth/auth_filter_metadata_callouts by Mark D. Roth · 6 years ago
  11. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 6 years ago
  12. 3c3c4c9 Update server.h by Vijay Pai · 6 years ago
  13. 589e2cf Update completion_queue.h by Vijay Pai · 6 years ago
  14. 626a65e Added protected default constructor by makdharma · 6 years ago
  15. 49a76e9 clang-format by Mark D. Roth · 6 years ago
  16. dbf4b71 added Experimental in comments by makdharma · 6 years ago
  17. 4941414 Avoid trying to access underlying_stream_ after it's been orphaned. by Mark D. Roth · 6 years ago
  18. 24e34b8 Orphan underlying byte stream as soon as it's been drained. by Mark D. Roth · 6 years ago
  19. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  20. 44fd655 Merge pull request #14676 from muxi/fix-inttypes-include by Vijay Pai · 6 years ago
  21. a7ed100 Add another missing install line by murgatroid99 · 6 years ago
  22. 2a03c87 Fix one more file by Muxi Yan · 6 years ago
  23. 01d1178 Merge pull request #14678 from adelez/foundry_integration by adelez · 6 years ago
  24. 606742d replaced loop with range expression by makdharma · 6 years ago
  25. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 6 years ago
  26. ac21e04 Fix python script style by murgatroid99 · 6 years ago
  27. d898926 Incease job to 100. by Adele Zhou · 6 years ago
  28. e0e110e Fix syntax error by murgatroid99 · 6 years ago
  29. 06210a1 Node pure JS interop: add missing install line, skip more tests by murgatroid99 · 6 years ago
  30. ecc8651 Use metadata batch callouts in client_auth_filter. by Mark D. Roth · 6 years ago
  31. 60aa278 Remove include of inttypes.h completely by Muxi Yan · 6 years ago
  32. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 6 years ago
  33. 9d22758 Use different docker image for Node pure JS interop tests by murgatroid99 · 6 years ago
  34. d10c4e1 added "Experimental" and returned raw pointers by makdharma · 6 years ago
  35. 41c396e Merge pull request #14607 from markdroth/c++_byte_stream by Mark D. Roth · 6 years ago
  36. 1d60324 forgot to add completion_queue.h doh! by makdharma · 6 years ago
  37. d10a885 removed unnecessary "virtual" by makdharma · 6 years ago
  38. ec154f6 Merge pull request #14642 from MrMage/avoid-running-sed-on-backups by Muxi Yan · 6 years ago
  39. 1213682 Merge pull request #14662 from apolcyn/fix_broken_file_test_under_bazel by apolcyn · 6 years ago
  40. a7f52a6 Merge pull request #14660 from vjpai/exception_10x by Vijay Pai · 6 years ago
  41. 9eb82a4 Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node by murgatroid99 · 6 years ago
  42. c04c53b Run exception tests 10x to make sure server doesn't crash by Vijay Pai · 6 years ago
  43. 2c86e06 Add Node pure JS interop client by murgatroid99 · 6 years ago
  44. f133259 Fix broken golden file test under bazel by Alexander Polcyn · 6 years ago
  45. c50ded2 Merge pull request #14651 from vjpai/cpp_deprecate by Vijay Pai · 6 years ago
  46. c8e5233 clang-format by makdharma · 6 years ago
  47. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  48. 34f153c Change grpc++ reference in names to grpcpp in test/cpp/cocoapods by Muxi Yan · 6 years ago
  49. 757af97 added ///Experimental in comment for c_server by makdharma · 6 years ago
  50. 9cd0099 variable init sequence fix by makdharma · 6 years ago
  51. 838af3e moved member variables from protected to private by makdharma · 6 years ago
  52. 59ea0ae Merge pull request #14646 from muxi/add-san-objc by Muxi Yan · 6 years ago
  53. 3761fc1 Merge pull request #14531 from muxi/update-connectivity-test-app by Muxi Yan · 6 years ago
  54. 30e1b4a Merge pull request #14585 from grpc/remove-hostname-extraction by Muxi Yan · 6 years ago
  55. c90a856 Change grpc++ references in names to grpcpp by Vijay Pai · 6 years ago
  56. 2e25169 Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeout by kpayson64 · 6 years ago
  57. 40beafa Put change in template file by Muxi Yan · 6 years ago
  58. 3585922 Add the sanitizer tests to CI by Muxi Yan · 6 years ago
  59. 1648219 Add asan and tsan to ObjC by Muxi Yan · 6 years ago
  60. 3287ceb Merge pull request #14638 from yihuazhang/hook_alts_again by yihuaz · 6 years ago
  61. 44dac60 Merge pull request #14610 from apolcyn/python_dig by apolcyn · 6 years ago
  62. ef3fb66 Merge pull request #14560 from jtattermusch/fix_windows_shutdown_shutdown_finishes_calls by Jan Tattermusch · 6 years ago
  63. ff49e75 Merge pull request #14605 from jtattermusch/build_unitypackage_script by Jan Tattermusch · 6 years ago
  64. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  65. b5821d4 improve comment by Jan Tattermusch · 6 years ago
  66. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  67. 1450fd5 Podspec: Avoid running `sed` on the backup files it created itself. by Daniel Alm · 6 years ago
  68. 632ddf7 Merge pull request #14616 from yang-g/strikke by Yang Gao · 6 years ago
  69. 980fc16 Merge pull request #14632 from grpc/revert-14400-hook_alts by Sree Kuchibhotla · 6 years ago
  70. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  71. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 6 years ago
  72. 03f2200 Increase mac Python artifact build timeout by kpayson64 · 6 years ago
  73. 660547d fix build on netstandard1.5 by Jan Tattermusch · 6 years ago
  74. 4a15f40 Fix test by yang-g · 6 years ago
  75. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  76. 999b650 update third_party/boringssl to the latest chromium-stable by Jan Tattermusch · 6 years ago
  77. dcf340e address comments by Jan Tattermusch · 6 years ago
  78. 8b875ac Merge pull request #14544 from danzh2010/udpinterface by Yang Gao · 6 years ago
  79. a37e8de Do poll for poll_posix engine when kicked with 0s timeout by kpayson64 · 6 years ago
  80. d35471a detect when running on Unity iOS by Jan Tattermusch · 6 years ago
  81. 66d1100 Merge pull request #14613 from grpc/mit-mit-adddart by Jan Tattermusch · 6 years ago
  82. c1e6a84 Merge pull request #14120 from jakobr-google/dart by Jan Tattermusch · 6 years ago
  83. 4135ef7 Merge pull request #14400 from yihuazhang/hook_alts by Mark D. Roth · 6 years ago
  84. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  85. 0a05b78 Move python DNS utilities to utils subdirectory by Alexander Polcyn · 6 years ago
  86. abd9d53 Only increase strike once by yang-g · 6 years ago
  87. 14b470a Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary by apolcyn · 6 years ago
  88. 67bffee Add Dart, and move other repos into a table format by Michael Thomsen · 6 years ago
  89. 3c5e12d Remove the C++ test dependency on dig and dnsutils by Alex Polcyn · 6 years ago
  90. 2377688 Merge pull request #14606 from vjpai/threadname by Vijay Pai · 6 years ago
  91. 092f199 Clean up grpc_py_binary build rule by Alexander Polcyn · 6 years ago
  92. 02b64f5 Fix a thread name by Vijay Pai · 6 years ago
  93. b988e39 script improvements by Jan Tattermusch · 6 years ago
  94. 3ebfe92 Update grpc-dart repo after The Move. by Jakob Roland Andersen · 6 years ago
  95. 1d6072c Merge branch 'master' into udpinterface by danzh · 6 years ago
  96. fdd24f1 enable loading grpc_csharp_ext as a unity native plugin by Jan Tattermusch · 6 years ago
  97. 8f91ad9 use static_cast by Dan Zhang · 6 years ago
  98. a1b0ee2 add IsUnity property by Jan Tattermusch · 6 years ago
  99. cfae76b add experimental script for building the unitypackage by Jan Tattermusch · 6 years ago
  100. cb36a2a Use pre-built Dart docker image. by Jakob Roland Andersen · 7 years ago