1. 2a15a31 Merge pull request #8561 from muxi/update-objc-connectivity by Muxi Yan · 8 years ago
  2. 411969a Mark connectivity closures as nullable and check null when invoking them by Muxi Yan · 8 years ago
  3. aea7d31 Undo the modification in project.pbxproj by Muxi Yan · 8 years ago
  4. 2a25f33 Use nil function instead of empty function by Muxi Yan · 8 years ago
  5. 61274ca Revert format changes in related files by Muxi Yan · 8 years ago
  6. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  7. 2c88b46 Revert format changes of unrelated files by Muxi Yan · 8 years ago
  8. 79b75b9 Merge pull request #8441 from muxi/update-objc-connectivity by Muxi Yan · 8 years ago
  9. e53707c Update GRPCHost comments by Muxi Yan · 8 years ago
  10. 6f5cfed Add comments for GRPCHost by Muxi Yan · 8 years ago
  11. 4f6a19b Create connectivityMonitor after call is set up by Muxi Yan · 8 years ago
  12. 1d42421 advance OBJC_VERSION_STRING in GRPCHost.m by Muxi Yan · 8 years ago
  13. 447d0a2 Advance versions of gRPC from v1.0.1-pre1 to v1.0.1 by Muxi Yan · 8 years ago
  14. 7f77310 Override clang-format indent by Muxi Yan · 8 years ago
  15. bd19fc7 clang-format format clean by Muxi Yan · 8 years ago
  16. d54e1bc bug fix by Muxi Yan · 8 years ago
  17. 93fc277 Use the v1.0.0 plugin by Muxi Yan · 8 years ago
  18. b6becb9 Adjust version of protobuf and point zip file in mxyan's repo by Muxi Yan · 8 years ago
  19. ad93106 Keep a singleton of connectivity monitor in GRPCHost by Muxi Yan · 8 years ago
  20. 6ac6a52 Fix stupid compiler error by Muxi Yan · 8 years ago
  21. ff1ef24 Do not finish call with error when switching between wifi and cellular by Muxi Yan · 8 years ago
  22. 95d75ea clean with clang-format by Muxi Yan · 8 years ago
  23. 4848369 Clean cache thoroughly by Muxi Yan · 8 years ago
  24. 5655130 Break retain cycle and fix bug by Muxi Yan · 8 years ago
  25. b93053f bug fix by Muxi Yan · 8 years ago
  26. 0a18d64 Address the comments by Muxi Yan · 8 years ago
  27. 544c23a Reverts PR #8426 by Muxi Yan · 8 years ago
  28. 4a08e71 Revert PR #8425 by Muxi Yan · 8 years ago
  29. 72e9244 Fix nonnull problem by Muxi Yan · 8 years ago
  30. e1443b1 Flush host when network connectivity changes by Muxi Yan · 8 years ago
  31. 924a2cb Update tests project to XCode 8 by Jorge Canizales · 8 years ago
  32. fd7df95 Update Sample project to XCode 8 by Jorge Canizales · 8 years ago
  33. b2583d8 Upgrade SwiftSample to XCode 8 and Swift 3 by Jorge Canizales · 8 years ago
  34. ee16704 Merge pull request #8425 from jcanizales/xcode-8-fix by Muxi Yan · 8 years ago
  35. 1a4678f Merge pull request #8424 from muxi/objc-v1.0.1-pre1 by Jorge Canizales · 8 years ago
  36. 8f4e312 Update tests project to XCode 8 by Jorge Canizales · 8 years ago
  37. abb0f0b Update CronetFramework.podspec license by Muxi Yan · 8 years ago
  38. b183e1a Merge pull request #8412 from muxi/objc-v1.0.1-pre1 by Muxi Yan · 8 years ago
  39. a4ead72 Use BoringSSL tag instead of commit# by Muxi Yan · 8 years ago
  40. a507de3 Advance version of BoringSSL by Muxi Yan · 8 years ago
  41. 6758caa Advance versions from 1.0.0 to 1.0.1-pre1 by Muxi Yan · 8 years ago
  42. 31c3e01 Clean up code by Muxi Yan · 8 years ago
  43. 45c8c30 Set initial backoff to 10000ms when creating channel by Muxi Yan · 8 years ago
  44. be4fcc4 Fix InteropTests.m bug by Muxi Yan · 8 years ago
  45. a8d6681 Update Podfile by Muxi Yan · 8 years ago
  46. bc7fae2 Update Sample project to XCode 8 by Jorge Canizales · 8 years ago
  47. 20d58ef Upgrade SwiftSample to XCode 8 and Swift 3 by Jorge Canizales · 8 years ago
  48. ba46906 Merge pull request #8223 from muxi/add-quic-support by makdharma · 8 years ago
  49. 8739e80 Update test by Muxi Yan · 8 years ago
  50. 6c0b960 Name revision by Muxi Yan · 8 years ago
  51. 0814e3c Minor fixes by Muxi Yan · 8 years ago
  52. 1bd5c77 Add idempotent test by Muxi Yan · 8 years ago
  53. 22f7973 ObjC API update by Muxi Yan · 8 years ago
  54. 1674f65 Clean up code by Muxi Yan · 8 years ago
  55. dcbf544 Set initial backoff to 10000ms when creating channel by Muxi Yan · 8 years ago
  56. 9deb09f Use NS_OPTIONS flags for ObjC API by Muxi Yan · 8 years ago
  57. e97f7c0 Allow more general flags to be passed to ObjC API by Muxi Yan · 8 years ago
  58. fdea83d Update grpc objc API for support of PUT method by Muxi Yan · 8 years ago
  59. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  60. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  61. c99fd89 Increase max send message size on server used in objc tests. by Mark D. Roth · 8 years ago
  62. a4d9ee2 Fix objective-C test case. by Mark D. Roth · 8 years ago
  63. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  64. ea5325c Avoid static initialization of the kIdentity block by Jorge Canizales · 8 years ago
  65. 7603d64 Let tracing be enabled before starting an RPC by Jorge Canizales · 8 years ago
  66. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 9 years ago
  67. 36031d5 Move user-agent version to 1.0.0 by Jorge Canizales · 9 years ago
  68. 4a18c67 Move Podspecs to v1 by Jorge Canizales · 9 years ago
  69. b731abf Merge pull request #7713 from makdharma/cronet_e2e_take2 by makdharma · 9 years ago
  70. 91d5195 removed file from commit by Makarand Dharmapurikar · 9 years ago
  71. 7f074e0 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 9 years ago
  72. 8ac55f8 Solve merge conflict at gRPC-ProtoRPC.podspec by Jorge Canizales · 9 years ago
  73. a9b1c5c Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix by Jorge Canizales · 9 years ago
  74. d4230bb Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-advance-protobuf-version by Jorge Canizales · 9 years ago
  75. 229b161 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 9 years ago
  76. c44f619 Bug fix on error suppression and comment by Muxi Yan · 9 years ago
  77. d915c6e Suppress warning in all libraries whose names starting with gRPC-Core by Muxi Yan · 9 years ago
  78. 9e83d7e Fix local server tests & exceptions tests by Jorge Canizales · 9 years ago
  79. b9be58e Use dedicated build configuration 'Cronet' for the new target by Muxi Yan · 9 years ago
  80. 32fde7a Better names for the methods to clear all host settings by Jorge Canizales · 9 years ago
  81. fb3a71d Fix usage of proto message parsing by Jorge Canizales · 9 years ago
  82. 7a2bc14 Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version by Jorge Canizales · 9 years ago
  83. 72dce2d Update podspecs to use Protobuf 3.0.0 by Jorge Canizales · 9 years ago
  84. 4bb2eb2 Reset all host configs *before* setting what we need by Jorge Canizales · 9 years ago
  85. f8372c6 Minor revisions by Muxi Yan · 9 years ago
  86. 4da5fd0 Document by Jorge Canizales · 9 years ago
  87. ec0743e Leave improving the error message as a TODO by Jorge Canizales · 9 years ago
  88. 6af4add Let override default response size limit by Jorge Canizales · 9 years ago
  89. 2a5072e Fix Objective-C test pods for Cronet tests by Muxi Yan · 9 years ago
  90. 2f7060b test harness changes for compiling by Makarand Dharmapurikar · 9 years ago
  91. 39e151b Merge pull request #7525 from muxi/add-interop-cronet-test by makdharma · 9 years ago
  92. 7bc45f3 Add InteropTestsRemoteWithCronet to the tests by Muxi Yan · 9 years ago
  93. 316f73f Merge v1.0.x into master by murgatroid99 · 9 years ago
  94. 76692bb Merge pull request #7368 from muxi/cronet-e2e by makdharma · 9 years ago
  95. 7195a49 Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests by makdharma · 9 years ago
  96. 4c82af5 Add test target file to repo by Muxi Yan · 9 years ago
  97. 70ded7e Update sample and test versions to -pre1.1 by Jorge Canizales · 9 years ago
  98. 5a14bbe Let roots_filename be a static variable by Muxi Yan · 9 years ago
  99. b6b0932 Add fixture description and TODO for test name inferral from test case method name by Muxi Yan · 9 years ago
  100. bff5cbf Collapse fixture into CoreCronetEnd2EndTests.m so that individual test cases can be run, instead of only allow running the entire fixture by Muxi Yan · 9 years ago