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