1. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  2. 8938943 Merge pull request #10609 from makdharma/xcodebuild_cmdline by makdharma · 7 years ago
  3. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  4. 2eeedad fix mac issues by Sree Kuchibhotla · 7 years ago
  5. 60df47a added env var to the Cronet target by Makarand Dharmapurikar · 7 years ago
  6. 840a135 Add shutdown_cq as a server cq so that progress can be made when calling cq_pluck on f->shutdown_cq by Sree Kuchibhotla · 7 years ago
  7. b3d308b Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  8. e7a8f41 Create f->shutdown_cq in the fixture by Sree Kuchibhotla · 7 years ago
  9. 2bb075d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  10. f70b9ee added correct preprocessor defines to xcodeproj by Makarand Dharmapurikar · 7 years ago
  11. b4e9727 replaced hardcoded server path with cmdline arg by Makarand Dharmapurikar · 7 years ago
  12. da2f0cf Restore Cronet test accidentally removed by Muxi Yan · 7 years ago
  13. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  14. e1ed771 Add test by Muxi Yan · 7 years ago
  15. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  16. 5ce09f0 Disable CronetUnitTests for possible Jenkins flakiness by Muxi Yan · 7 years ago
  17. c1a32fa Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  18. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  19. ea9d8b6 Display time between tests for troubleshooting timeout by Muxi Yan · 7 years ago
  20. 14ab588 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  21. d7e5862 Merge pull request #9247 from muxi/packet-coalescing-objc by Muxi Yan · 7 years ago
  22. 67647d4 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  23. da4cf9d Merge pull request #10244 from muxi/more-test-information by Muxi Yan · 7 years ago
  24. d34f2a4 Better strategy by Muxi Yan · 7 years ago
  25. 1cef41f Fix testInternalError that caused Jenkins hang for a long time by Muxi Yan · 7 years ago
  26. e0b6aaa More granularity in objc tests by Muxi Yan · 7 years ago
  27. 12081c0 Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory by Sree Kuchibhotla · 7 years ago
  28. e414d6c Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  29. ffc69a7 Objective-C changes by Sree Kuchibhotla · 7 years ago
  30. b05fc32 xcpretty for examples too by Muxi Yan · 7 years ago
  31. b18d54f Use xcpretty to provide better test information by Muxi Yan · 7 years ago
  32. 36c3707 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  33. 59660e5 Add supprot of processing trailer-only response in cronet_transport.c by Muxi Yan · 7 years ago
  34. 9f74e83 Merge branch 'master' into packet-coalescing-objc by Muxi Yan · 7 years ago
  35. 7e15184 Wrap entire GRPCCall (InternalTests) class in GRPC_TEST_OBJC by Muxi Yan · 7 years ago
  36. dc87ef5 Use k-contant and add comment for encoding overhead by Muxi Yan · 7 years ago
  37. 88a41bf Add comment to encodingOverhead by Muxi Yan · 7 years ago
  38. abc886d Use the right encoding overhead number in remote interop test with Cronet by Muxi Yan · 7 years ago
  39. 7e49365 Remove Cronet test cherry-pick by Muxi Yan · 7 years ago
  40. 1fb35b5 Add comments to packet coalescing test by Muxi Yan · 7 years ago
  41. 013a8b9 Objective-C: Completion queue creation API changes by Sree Kuchibhotla · 7 years ago
  42. 84b4214 Fix flakiness in testPacketCoalescing by Muxi Yan · 8 years ago
  43. 8da82bb Add CronetUnitTests into Jenkins tests by Muxi Yan · 8 years ago
  44. b67243f Polish test by Muxi Yan · 8 years ago
  45. 4d352be remove some temporary comments by Muxi Yan · 8 years ago
  46. ccbfb46 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 8 years ago
  47. 8e6aec5 Separate/Restore public test interfaces and internal ones by Muxi Yan · 8 years ago
  48. 5bd16b7 Warnings and macro guards for op batch log by Muxi Yan · 8 years ago
  49. 51319c7 Add Cronet remote interop test to Jenkins by Muxi Yan · 8 years ago
  50. acbc5dd Merge remote-tracking branch 'upstream/master' into packet-coalescing-objc by Muxi Yan · 8 years ago
  51. 40d7c62 Only test the ObjC layer by Muxi Yan · 8 years ago
  52. 938f099 Add Cronet core tests to Jenkins by Muxi Yan · 8 years ago
  53. e1cf1b6 nit fix 2 by Muxi Yan · 8 years ago
  54. d592357 nit fixes by Muxi Yan · 8 years ago
  55. 1a5f90f Fix and clang-format Cronet unit tests by Muxi Yan · 8 years ago
  56. 2688eb1 Merge remote-tracking branch 'upstream/master' into packet-coalescing-core by Muxi Yan · 8 years ago
  57. 0a2fae9 Dynamically enable packet coalescing by channel args by Muxi Yan · 8 years ago
  58. eb5ee45 Revert "Dynamically enable/disable packet coalecsing and test it" by Muxi Yan · 8 years ago
  59. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  60. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  61. 8d1d95d Clean up old packet coalescing tests by Muxi Yan · 8 years ago
  62. 60ab7ef Dynamically enable/disable packet coalecsing and test it by Muxi Yan · 8 years ago
  63. b0bd22d Test packet coalescing using TLS endpoint by Muxi Yan · 8 years ago
  64. b44e089 Merge branch 'master' into packet-coalescing-core by Muxi Yan · 8 years ago
  65. e33d810 Merge branch 'master' into fix-loupe-exception by Muxi Yan · 8 years ago
  66. d87b9fb clang-format and add copyright info by Muxi Yan · 8 years ago
  67. 1732ac2 Merge branch 'cronet-unit-test' into fix-loupe-exception by Muxi Yan · 8 years ago
  68. 1ace58c Unit test framework for Cronet by Muxi Yan · 8 years ago
  69. defc58b test fix by Muxi Yan · 8 years ago
  70. dc739bd Remove packet coalescing testing on chttp2 by Muxi Yan · 8 years ago
  71. a40ccd8 Packet coalescing Objc layer and interop tests by Muxi Yan · 8 years ago
  72. 740ae63 Packet coalescing transport layer and end2end test changes by Muxi Yan · 8 years ago
  73. 0622e93 Merge branch 'master' into change_cronet_interface by Muxi Yan · 8 years ago
  74. 17ebccf Merge pull request #8344 from muxi/cronet-stream-read by Muxi Yan · 8 years ago
  75. b1341a3 Use unified test timeouts by Muxi Yan · 8 years ago
  76. 9493091 Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine by Muxi Yan · 8 years ago
  77. a91298c Update post_install condition and comments by Muxi Yan · 8 years ago
  78. 47564de Capture name change of CocoaPods generated target by Muxi Yan · 8 years ago
  79. fdbca15 Mark unsupported tests by Muxi Yan · 8 years ago
  80. 0c2fb6a Fix CoreCronetEnd2EndTests by Garrett Casto · 8 years ago
  81. 22d98e1 Add test to CoreCronetEnd2EndTests by Muxi Yan · 8 years ago
  82. 24ef07c Merge pull request #8345 from muxi/recover-end2end-test by Muxi Yan · 8 years ago
  83. 79b75b9 Merge pull request #8441 from muxi/update-objc-connectivity by Muxi Yan · 8 years ago
  84. 0a18d64 Address the comments by Muxi Yan · 8 years ago
  85. 4a08e71 Revert PR #8425 by Muxi Yan · 8 years ago
  86. e1443b1 Flush host when network connectivity changes by Muxi Yan · 8 years ago
  87. ee16704 Merge pull request #8425 from jcanizales/xcode-8-fix by Muxi Yan · 8 years ago
  88. 8f4e312 Update tests project to XCode 8 by Jorge Canizales · 8 years ago
  89. 44b673c Remove makarandd's TODO hack by Muxi Yan · 8 years ago
  90. a79de37 Clean format with clang-format by Muxi Yan · 8 years ago
  91. be4fcc4 Fix InteropTests.m bug by Muxi Yan · 8 years ago
  92. a8d6681 Update Podfile by Muxi Yan · 8 years ago
  93. e5d8531 Recover the missing CoreCronetEnd2EndTests.m by Muxi Yan · 8 years ago
  94. 8739e80 Update test by Muxi Yan · 8 years ago
  95. 1bd5c77 Add idempotent test by Muxi Yan · 8 years ago
  96. c99fd89 Increase max send message size on server used in objc tests. by Mark D. Roth · 8 years ago
  97. a4d9ee2 Fix objective-C test case. by Mark D. Roth · 8 years ago
  98. e3e17d3 Merge branch 'v1.0.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 8 years ago
  99. 4a18c67 Move Podspecs to v1 by Jorge Canizales · 8 years ago
  100. b731abf Merge pull request #7713 from makdharma/cronet_e2e_take2 by makdharma · 8 years ago