1. 95608df Update interop tests by Muxi Yan · 6 years ago
  2. dc1e4e4 Inhibit warnings caused by Protobuf by Muxi Yan · 6 years ago
  3. c92d90a clang-format objective-c files by Muxi Yan · 6 years ago
  4. b0db704 Merge pull request #14942 from muxi/fix-objc-status by Muxi Yan · 6 years ago
  5. 109bb09 Surface return status from core by Muxi Yan · 6 years ago
  6. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  7. dfbf607 Introduce channel arg to disable authority filter by Muxi Yan · 6 years ago
  8. 834aeca Revert "Let cronet use grpc_cronet_registry_plugin" by Muxi Yan · 6 years ago
  9. 53f0b8d Merge pull request #14781 from muxi/objc-keep-alive by Muxi Yan · 6 years ago
  10. 4c0872d Disable test for Cronet (unsupported) by Muxi Yan · 6 years ago
  11. 16248a0 Test nit fixes by Muxi Yan · 6 years ago
  12. a6ffad9 Polish comments for setKeepaliveWithInterval by Muxi Yan · 6 years ago
  13. 6d855c5 Allow gRPC ObjC user to set keepalive options by Muxi Yan · 6 years ago
  14. 0287924 Added host override info to test fixture config by David Garcia Quintas · 6 years ago
  15. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  16. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 6 years ago
  17. 5062ce8 Merge pull request #14674 from muxi/add-link-map-analyzer by Muxi Yan · 6 years ago
  18. a2f9916 Add Xcode link map analyzer by Muxi Yan · 6 years ago
  19. 59ea0ae Merge pull request #14646 from muxi/add-san-objc by Muxi Yan · 6 years ago
  20. 3585922 Add the sanitizer tests to CI by Muxi Yan · 6 years ago
  21. 1648219 Add asan and tsan to ObjC by Muxi Yan · 6 years ago
  22. 3cec602 Rewrite connectivity testing app by Muxi Yan · 6 years ago
  23. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  24. efc5ae8 Add binary metadata support for cronet transport by Muxi Yan · 6 years ago
  25. 091f546 Minor fix on obj-c code by Vijay Pai · 6 years ago
  26. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  27. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 6 years ago
  28. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 6 years ago
  29. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  30. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  31. d9c69e1 Merge pull request #13865 from muxi/add-objc-compression by Muxi Yan · 7 years ago
  32. 5132bf3 Reconcile messages.proto; abort() when an invalid compression algorithm is set by Muxi Yan · 7 years ago
  33. 3d44fc3 print output when the first test succeeded by Muxi Yan · 7 years ago
  34. 36abd15 Redirect stderr of xcodebuild by Muxi Yan · 7 years ago
  35. c47b3f5 Add interface to API to enable compression by Muxi Yan · 7 years ago
  36. 9f2dd2d Retry test when xcodebuild exit with simulator error by Muxi Yan · 7 years ago
  37. 98e075a Add a comment when Xcode simulator fails to start. by Muxi Yan · 7 years ago
  38. 2b57a10 pre-boot xcode sim in objc-tests by Muxi Yan · 7 years ago
  39. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  40. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  41. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  42. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  43. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  44. 01bc32c Fine tune test output better by Muxi Yan · 7 years ago
  45. 4b947d3 Verbose log of start of each test suite by Muxi Yan · 7 years ago
  46. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  47. 78683f7 Fix ObjC++ build error by Muxi Yan · 7 years ago
  48. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  49. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  50. 6fbe010 minor objc test change by Yash Tibrewal · 7 years ago
  51. 32318b0 Fix ObjC C++ syntax error by Muxi Yan · 7 years ago
  52. 3b99079 Refer test to internal doc of issue by Muxi Yan · 7 years ago
  53. 3305e5c Add user-agent test and regex matching test to test suite by Muxi Yan · 7 years ago
  54. 1cd67eb Add test for forward declaration by Muxi Yan · 7 years ago
  55. c70a0e4 Merge pull request #12339 from muxi/add-objc-call-deadline by Muxi Yan · 7 years ago
  56. 2795eae Fix timeout test by Muxi Yan · 7 years ago
  57. 3fb250b Polish output more by Muxi Yan · 7 years ago
  58. f6e61bf Add comment for timeout; assert on negative timeout value; fix timeout test by Muxi Yan · 7 years ago
  59. c7c8e3c Rename deadline to timeout by Muxi Yan · 7 years ago
  60. f282c8f Surface call deadline to Objective C API by Muxi Yan · 7 years ago
  61. 41ccb77 Reenable CronetUnitTests as it is no longer a blocker by Muxi Yan · 7 years ago
  62. c53c379 Make Jenkins debug information more useful by Muxi Yan · 7 years ago
  63. 26cdf5b fix run_plugin_tests.sh by Jan Tattermusch · 7 years ago
  64. 9359e50 objc tests cleanup by Jan Tattermusch · 7 years ago
  65. b25c9bf Show passed tests as well by Muxi Yan · 7 years ago
  66. dde4548 Revert to more useful debug info by Muxi Yan · 7 years ago
  67. 860b1da Resume GRXBufferedPipe when it gets dealloced by Muxi Yan · 7 years ago
  68. 4d39b4d Merge pull request #11070 from muxi/fix-pipe-buffer by Muxi Yan · 7 years ago
  69. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  70. bea9fe4 Merge remote-tracking branch 'upstream/master' into fix-pipe-buffer by Muxi Yan · 7 years ago
  71. d19c112 Add test by Muxi Yan · 7 years ago
  72. 070a8ee Merge pull request #11341 from muxi/fix-objc-plugin-output by Muxi Yan · 7 years ago
  73. 035f7e4 Modify copyright information by Muxi Yan · 7 years ago
  74. 7352bae Move tests by Muxi Yan · 7 years ago
  75. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  76. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  77. cc620df Fix test proto by Muxi Yan · 7 years ago
  78. d7d6a2e Better concurrency handling by Muxi Yan · 7 years ago
  79. 6a8763e Add test to verify objective c plugin outputs correct filename by Muxi Yan · 7 years ago
  80. a8d40b5 Asynchronously wait for tests by Muxi Yan · 7 years ago
  81. 49b7f83 Remove synchronization in GRXBufferedPipe:writesFinishedWithError and change tests correspondingly by Muxi Yan · 7 years ago
  82. ec8e825 Use dispatch_queue to serialize writes by Muxi Yan · 7 years ago
  83. 716c7c5 Added a binary trailer test by Makarand Dharmapurikar · 7 years ago
  84. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 7 years ago
  85. fd00263 Fix nit by Muxi Yan · 7 years ago
  86. b965ff6 Move test to GRPCClientTests by Muxi Yan · 7 years ago
  87. 8805306 Revert API to change default queue for a stub by Muxi Yan · 7 years ago
  88. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  89. 8938943 Merge pull request #10609 from makdharma/xcodebuild_cmdline by makdharma · 7 years ago
  90. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  91. 2eeedad fix mac issues by Sree Kuchibhotla · 7 years ago
  92. 60df47a added env var to the Cronet target by Makarand Dharmapurikar · 7 years ago
  93. 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
  94. b3d308b Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  95. e7a8f41 Create f->shutdown_cq in the fixture by Sree Kuchibhotla · 7 years ago
  96. 2bb075d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  97. f70b9ee added correct preprocessor defines to xcodeproj by Makarand Dharmapurikar · 7 years ago
  98. b4e9727 replaced hardcoded server path with cmdline arg by Makarand Dharmapurikar · 7 years ago
  99. da2f0cf Restore Cronet test accidentally removed by Muxi Yan · 7 years ago
  100. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago