1. f7a8f8b Merge pull request #14687 from nathanielmanistaatgoogle/early-ok by Nathaniel Manista · 7 years ago
  2. 7518ce9 Merge pull request #14599 from kpayson64/abstract_libuv_stuff by kpayson64 · 7 years ago
  3. 21a64df Merge pull request #14694 from yashykt/execctxdesc by Yash Tibrewal · 7 years ago
  4. 7726c30 Verify early OK behavior by Nathaniel Manista · 7 years ago
  5. fc9c070 Update documentation for ExecCtx by Yash Tibrewal · 7 years ago
  6. b62d77f Merge pull request #14686 from markdroth/caching_byte_stream_fix by Mark D. Roth · 7 years ago
  7. fc0d0e7 Simplify dn_resolver_ares by kpayson64 · 7 years ago
  8. 575bda3 Merge pull request #14675 from markdroth/auth_filter_metadata_callouts by Mark D. Roth · 7 years ago
  9. 129f38a Merge pull request #14517 from makdharma/extensible_api by Nicolas Noble · 7 years ago
  10. 49a76e9 clang-format by Mark D. Roth · 7 years ago
  11. 4941414 Avoid trying to access underlying_stream_ after it's been orphaned. by Mark D. Roth · 7 years ago
  12. 24e34b8 Orphan underlying byte stream as soon as it's been drained. by Mark D. Roth · 7 years ago
  13. 539f506 Abstract libuv implementation by kpayson64 · 7 years ago
  14. 44fd655 Merge pull request #14676 from muxi/fix-inttypes-include by Vijay Pai · 7 years ago
  15. 606742d replaced loop with range expression by makdharma · 7 years ago
  16. ecc8651 Use metadata batch callouts in client_auth_filter. by Mark D. Roth · 7 years ago
  17. 4b37fb0 Stop including inttypes.h in gRPC core public header in Apple platforms by Muxi Yan · 7 years ago
  18. d10a885 removed unnecessary "virtual" by makdharma · 7 years ago
  19. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  20. 9cd0099 variable init sequence fix by makdharma · 7 years ago
  21. 59ea0ae Merge pull request #14646 from muxi/add-san-objc by Muxi Yan · 7 years ago
  22. 3761fc1 Merge pull request #14531 from muxi/update-connectivity-test-app by Muxi Yan · 7 years ago
  23. 30e1b4a Merge pull request #14585 from grpc/remove-hostname-extraction by Muxi Yan · 7 years ago
  24. 3585922 Add the sanitizer tests to CI by Muxi Yan · 7 years ago
  25. 1648219 Add asan and tsan to ObjC by Muxi Yan · 7 years ago
  26. 3287ceb Merge pull request #14638 from yihuazhang/hook_alts_again by yihuaz · 7 years ago
  27. ff49e75 Merge pull request #14605 from jtattermusch/build_unitypackage_script by Jan Tattermusch · 7 years ago
  28. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  29. b5821d4 improve comment by Jan Tattermusch · 7 years ago
  30. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 7 years ago
  31. 632ddf7 Merge pull request #14616 from yang-g/strikke by Yang Gao · 7 years ago
  32. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 7 years ago
  33. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 7 years ago
  34. 660547d fix build on netstandard1.5 by Jan Tattermusch · 7 years ago
  35. d606e36 regenerate projects by Jan Tattermusch · 7 years ago
  36. dcf340e address comments by Jan Tattermusch · 7 years ago
  37. 8b875ac Merge pull request #14544 from danzh2010/udpinterface by Yang Gao · 7 years ago
  38. a37e8de Do poll for poll_posix engine when kicked with 0s timeout by kpayson64 · 7 years ago
  39. d35471a detect when running on Unity iOS by Jan Tattermusch · 7 years ago
  40. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 7 years ago
  41. abd9d53 Only increase strike once by yang-g · 7 years ago
  42. 02b64f5 Fix a thread name by Vijay Pai · 7 years ago
  43. b988e39 script improvements by Jan Tattermusch · 7 years ago
  44. 1d6072c Merge branch 'master' into udpinterface by danzh · 7 years ago
  45. fdd24f1 enable loading grpc_csharp_ext as a unity native plugin by Jan Tattermusch · 7 years ago
  46. 8f91ad9 use static_cast by Dan Zhang · 7 years ago
  47. a1b0ee2 add IsUnity property by Jan Tattermusch · 7 years ago
  48. cfae76b add experimental script for building the unitypackage by Jan Tattermusch · 7 years ago
  49. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 7 years ago
  50. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  51. 5cb1c97 Merge pull request #14458 from coryan/patch-1 by Vijay Pai · 7 years ago
  52. 39a4746 update php plugin with protobuf 3.5.0 by ZhouyihaiDing · 7 years ago
  53. e5335b4 Merge pull request #14532 from ncteisen/cpu by Vijay Pai · 7 years ago
  54. 79424cf Merge pull request #14576 from jtattermusch/csharp_unity_xamarin_resources by Jan Tattermusch · 7 years ago
  55. 4013f0c Address reviewer comments by Vijay Pai · 7 years ago
  56. a1cb459 Remove hostname extraction for ConnectivityMonitor by Muxi Yan · 7 years ago
  57. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 7 years ago
  58. 0f97a36 address comments by Jan Tattermusch · 7 years ago
  59. 4d77449 add useful resources for unity/xamarin support by Jan Tattermusch · 7 years ago
  60. 756caa7 Minor changes and fixes by Vijay Pai · 7 years ago
  61. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  62. 2fe87b0 Move assignment for Thread, make destructor optional, loop cv waits by Vijay Pai · 7 years ago
  63. ccd1d55 Merge pull request #14554 from grpc/revert-14553-revert-14529-polish-connectivity-monitor by Muxi Yan · 7 years ago
  64. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 7 years ago
  65. abffe59 Merge pull request #14516 from dgquintas/weakmap by David G. Quintas · 7 years ago
  66. 03f56a1 edit comment by Dan Zhang · 7 years ago
  67. 0776795 Revert "Revert "Refactor connectivity monitor on iOS"" by Muxi Yan · 7 years ago
  68. 396d49d Introduce a 'weak' and mutable version of slice hash table by David Garcia Quintas · 7 years ago
  69. c6c5ce9 Revert "Refactor connectivity monitor on iOS" by Muxi Yan · 7 years ago
  70. baf1a41 Merge pull request #14546 from y-zeng/backup_poller_fix by Yuchen Zeng · 7 years ago
  71. 718c834 Retry support. by Mark D. Roth · 7 years ago
  72. 1786766 Merge pull request #14507 from dgquintas/reintroduce_secure_naming_test_to_grpclb by David G. Quintas · 7 years ago
  73. 1bdc940 fix format by Dan Zhang · 7 years ago
  74. ad0996b Perform secure naming checks in grpclb_end2end_test by David Garcia Quintas · 7 years ago
  75. 41a6aa3 Address the comments on backup poller by Yuchen Zeng · 7 years ago
  76. cab345e Merge pull request #14490 from nallohki/master by Muxi Yan · 7 years ago
  77. 0a03bee Merge pull request #14529 from muxi/polish-connectivity-monitor by Muxi Yan · 7 years ago
  78. 6cc5a09 fix format by Dan Zhang · 7 years ago
  79. 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 · 7 years ago
  80. 0fc97ad Merge pull request #14539 from jtattermusch/csharp_dotnet_2 by Jan Tattermusch · 7 years ago
  81. 3d35c54 Run clang-format by Muxi Yan · 7 years ago
  82. a7ad717 Fix a typo in PreprocIfNotElse by Muxi Yan · 7 years ago
  83. 02a8d09 Merge pull request #14450 from markdroth/c++_service_config by Mark D. Roth · 7 years ago
  84. 1832617 Use newest dotnet SDK to build C# by Jan Tattermusch · 7 years ago
  85. 4bc336d fix build in newer dotnet SDK versions by Jan Tattermusch · 7 years ago
  86. eadb701 Moves import utilities to objective_c_generator_helpers by Tyson Roberts · 7 years ago
  87. 3bbc91b regenerate by Jan Tattermusch · 7 years ago
  88. 43c58cc explicit naming of types in generated code by Jan Tattermusch · 7 years ago
  89. 70b2bfb Moved statics by Tyson Roberts · 7 years ago
  90. dca52e5 Remain consitant with #14493 by ncteisen · 7 years ago
  91. 3cec602 Rewrite connectivity testing app by Muxi Yan · 7 years ago
  92. 822d175 Refactor connectivity monitor by Muxi Yan · 7 years ago
  93. 0cfd3cd Guarantees that `GRPCCall:finishWithError` is only called once by Muxi Yan · 7 years ago
  94. e0857f3 Cancel underlying call when GRPCCall is finished by Muxi Yan · 7 years ago
  95. 55ea271 Better use of strong/weak ref to self in GRPCCall by Muxi Yan · 7 years ago
  96. e1a7283 moved Next implementation to CC file. by makdharma · 7 years ago
  97. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 7 years ago
  98. 200dffc Merge pull request #14525 from grpc/v1.10.x by Mehrdad Afshari · 7 years ago
  99. 8ffa1ae Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  100. af9f81c Cancel max idle timer when shutting down the server channel by Yuchen Zeng · 7 years ago