1. 4d6644a Merge pull request #15429 from grpc/fix-conc-self by Muxi Yan · 6 years ago
  2. 869f877 Merge pull request #15531 from muxi/fix-7406 by Muxi Yan · 6 years ago
  3. d27cf28 Update BoringSSL podspec by Muxi Yan · 6 years ago
  4. 76facd4 Move GRXMappingWriter to root directory by Muxi Yan · 6 years ago
  5. 7e5cfc2 Merge branch 'master' into fix-objc-msan by Muxi Yan · 6 years ago
  6. b43c333 Fix self use in GRXConcurrentWriteable by Muxi Yan · 6 years ago
  7. 4c531de Redirect BoringSSL podspec to download from mirror by Muxi Yan · 6 years ago
  8. 3001499 Merge pull request #15050 from grpc/fix-grpchost-connchange by Muxi Yan · 6 years ago
  9. fd30b02 Merge pull request #13498 from lipka/utf8 by Muxi Yan · 6 years ago
  10. 0f1fcd4 Fix build error by Muxi Yan · 6 years ago
  11. e4c349e Merge pull request #15285 from grpc/fix-channel-leak by Muxi Yan · 6 years ago
  12. 10a8c16 Revert "Revert "Revert "Provide protocol for initializer of generated messages""" by Juanli Shen · 6 years ago
  13. 58686fe Fix a memory leak by Muxi Yan · 6 years ago
  14. e6d6a1b Revert "Revert "Provide protocol for initializer of generated messages"" by Muxi Yan · 6 years ago
  15. ccb83f0 Merge pull request #15258 from grpc/revert-15193-service-init-protocol by Muxi Yan · 6 years ago
  16. 219354f Revert "Provide protocol for initializer of generated messages" by Muxi Yan · 6 years ago
  17. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  18. 83601d6 Merge pull request #15193 from muxi/service-init-protocol by Muxi Yan · 6 years ago
  19. bf0b879 Provide protocol for generics by Muxi Yan · 6 years ago
  20. 4e13959 Merge pull request #15110 from muxi/advance-boringssl-10.0.2 by Muxi Yan · 6 years ago
  21. 95fc9b8 Merge pull request #15086 from grpc/fix-channel-refcount by Muxi Yan · 6 years ago
  22. 68b9068 Address comments by Muxi Yan · 6 years ago
  23. 731d3e1 Update Swift version in xcodeproj by Muxi Yan · 7 years ago
  24. e7aa6c7 Convert SwiftSample to Swift 3 style by Muxi Yan · 7 years ago
  25. a0b5696 BoringSSL 10.0.2 by Muxi Yan · 6 years ago
  26. dc1e4e4 Inhibit warnings caused by Protobuf by Muxi Yan · 6 years ago
  27. bc1a1b4 Comment on the fix by Muxi Yan · 6 years ago
  28. bb5482f Fix _channel ref count issue by Muxi Yan · 6 years ago
  29. b458070 Unregister connectivitymonitor callback at dealloc by Muxi Yan · 6 years ago
  30. 417e63a Fix GRPCHost callback for connectivity monitor by Muxi Yan · 6 years ago
  31. c92d90a clang-format objective-c files by Muxi Yan · 6 years ago
  32. b0db704 Merge pull request #14942 from muxi/fix-objc-status by Muxi Yan · 7 years ago
  33. 109bb09 Surface return status from core by Muxi Yan · 7 years ago
  34. 90cfc8e Regenerate projects by Mehrdad Afshari · 7 years ago
  35. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 7 years ago
  36. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 7 years ago
  37. bb10d2a Release self retain only after all clean-up done by Muxi Yan · 7 years ago
  38. 53f0b8d Merge pull request #14781 from muxi/objc-keep-alive by Muxi Yan · 7 years ago
  39. 4c0872d Disable test for Cronet (unsupported) by Muxi Yan · 7 years ago
  40. 16248a0 Test nit fixes by Muxi Yan · 7 years ago
  41. a6ffad9 Polish comments for setKeepaliveWithInterval by Muxi Yan · 7 years ago
  42. 6d855c5 Allow gRPC ObjC user to set keepalive options by Muxi Yan · 7 years ago
  43. 0287924 Added host override info to test fixture config by David Garcia Quintas · 7 years ago
  44. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 7 years ago
  45. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 7 years ago
  46. 5062ce8 Merge pull request #14674 from muxi/add-link-map-analyzer by Muxi Yan · 7 years ago
  47. a2f9916 Add Xcode link map analyzer by Muxi Yan · 7 years ago
  48. 59ea0ae Merge pull request #14646 from muxi/add-san-objc by Muxi Yan · 7 years ago
  49. 3761fc1 Merge pull request #14531 from muxi/update-connectivity-test-app by Muxi Yan · 7 years ago
  50. 3585922 Add the sanitizer tests to CI by Muxi Yan · 7 years ago
  51. 1648219 Add asan and tsan to ObjC by Muxi Yan · 7 years ago
  52. a1cb459 Remove hostname extraction for ConnectivityMonitor by Muxi Yan · 7 years ago
  53. 0776795 Revert "Revert "Refactor connectivity monitor on iOS"" by Muxi Yan · 7 years ago
  54. c6c5ce9 Revert "Refactor connectivity monitor on iOS" by Muxi Yan · 7 years ago
  55. 3cec602 Rewrite connectivity testing app by Muxi Yan · 7 years ago
  56. 822d175 Refactor connectivity monitor by Muxi Yan · 7 years ago
  57. 0cfd3cd Guarantees that `GRPCCall:finishWithError` is only called once by Muxi Yan · 7 years ago
  58. e0857f3 Cancel underlying call when GRPCCall is finished by Muxi Yan · 7 years ago
  59. 55ea271 Better use of strong/weak ref to self in GRPCCall by Muxi Yan · 7 years ago
  60. 5699cfc Merge pull request #14318 from muxi/add-logging-interface by Muxi Yan · 7 years ago
  61. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  62. 1a6d3a5 Add comments to the interface by Muxi Yan · 7 years ago
  63. 0aa0324 Merge pull request #14433 from muxi/add-cronet-bin-base64 by Muxi Yan · 7 years ago
  64. efc5ae8 Add binary metadata support for cronet transport by Muxi Yan · 7 years ago
  65. dda548f Fix comiler warning by Noah Eisen · 7 years ago
  66. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  67. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 7 years ago
  68. 091f546 Minor fix on obj-c code by Vijay Pai · 7 years ago
  69. 45ca202 Resolve warnings of implementing deprecated class by Muxi Yan · 7 years ago
  70. 3e440f3 Add MobileLog support by Muxi Yan · 7 years ago
  71. 53a295b Fix a typo by Muxi Yan · 7 years ago
  72. d65458d Fix reference of self in block by Muxi Yan · 7 years ago
  73. 9e794d8 Remove initial backoff override in ObjC by Muxi Yan · 7 years ago
  74. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  75. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  76. f2e99e9 Exclude bcm.c for dup symbol issue by Muxi Yan · 7 years ago
  77. e1e939e Update BoringSSL podspec by Muxi Yan · 7 years ago
  78. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  79. dc80282 Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac by apolcyn · 7 years ago
  80. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  81. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  82. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 7 years ago
  83. 401f903 Build fix by Muxi Yan · 7 years ago
  84. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  85. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  86. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  87. 47fe850 Merge pull request #14031 from muxi/fix-boringssl-sed by Muxi Yan · 7 years ago
  88. 53e0b74 Specify minimum supported versions in README.md by Muxi Yan · 7 years ago
  89. f3c83bf Fix sed error in podspecs on sed 4.4 by Muxi Yan · 7 years ago
  90. d9c69e1 Merge pull request #13865 from muxi/add-objc-compression by Muxi Yan · 7 years ago
  91. 5132bf3 Reconcile messages.proto; abort() when an invalid compression algorithm is set by Muxi Yan · 7 years ago
  92. 3d44fc3 print output when the first test succeeded by Muxi Yan · 7 years ago
  93. 36abd15 Redirect stderr of xcodebuild by Muxi Yan · 7 years ago
  94. c47b3f5 Add interface to API to enable compression by Muxi Yan · 7 years ago
  95. 9f2dd2d Retry test when xcodebuild exit with simulator error by Muxi Yan · 7 years ago
  96. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  97. 98e075a Add a comment when Xcode simulator fails to start. by Muxi Yan · 7 years ago
  98. 2b57a10 pre-boot xcode sim in objc-tests by Muxi Yan · 7 years ago
  99. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  100. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago