1. 2e18fd6 Add "identity" as a content encoding by Eric Anderson · 9 years ago
  2. 981201f Content-type is required for requests by Eric Anderson · 9 years ago
  3. 21f3734 Rename Delimited-Message to Length-Prefixed-Message by Eric Anderson · 9 years ago
  4. 82cfe90 Replace curly quotes with plain ASCII quotes by Eric Anderson · 9 years ago
  5. 81790fc Escape some special markdown characters by Eric Anderson · 9 years ago
  6. 10cb14c Merge pull request #4042 from adelez/separate_reporting by Craig Tiller · 9 years ago
  7. 7cf7211 Define resultset. by Adele Zhou · 9 years ago
  8. 6c4ec78 Merge pull request #4013 from dgquintas/bb_readall by Craig Tiller · 9 years ago
  9. 5254143 Merge pull request #4039 from ctiller/covrep by Nicolas Noble · 9 years ago
  10. 187c4b3 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition by Craig Tiller · 9 years ago
  11. 5dd93da Coverage improvements by Craig Tiller · 9 years ago
  12. 241a5ad Merge pull request #4030 from nicolasnoble/targets-can-have-protos-too by Sree Kuchibhotla · 9 years ago
  13. 392a170 Merge pull request #4021 from vjpai/mock by Yang Gao · 9 years ago
  14. 786a031 Merge pull request #4008 from adelez/separate_reporting by adelez · 9 years ago
  15. d01cbe3 Move string filter to report_utils by Adele Zhou · 9 years ago
  16. 472bb68 Fixing proto dependencies for targets that aren't libraries. by Nicolas "Pixel" Noble · 9 years ago
  17. a30f829 Renamed report_utils.py. by Adele Zhou · 9 years ago
  18. 2271ab5 Create a separate utility for reporting. by Adele Zhou · 9 years ago
  19. e146e0c Merge pull request #4025 from jtattermusch/csharp_perf_instrumentation by Michael Lumish · 9 years ago
  20. 452ca9b add profiling support by Jan Tattermusch · 9 years ago
  21. 6bf1de9 Mark a method with GRPC_OVERRIDE to avoid compiler warning by vjpai · 9 years ago
  22. 6b43ac4 Merge pull request #4018 from ctiller/latent-see by Vijay Pai · 9 years ago
  23. 66197ca Fix nap condition for pollset wakeup by Craig Tiller · 9 years ago
  24. 6eb3925 Added grpc_byte_buffer_reader_readall by David Garcia Quintas · 9 years ago
  25. 89ea0c7 Merge pull request #4006 from dgquintas/fix-lb-test by Craig Tiller · 9 years ago
  26. a16f88b Merge pull request #4012 from grpc/release-0_11 by Michael Lumish · 9 years ago
  27. e745ff2 Merge pull request #4011 from jcanizales/make-xctool-work-on-release-too by Michael Lumish · 9 years ago
  28. d76f146 Prevent XCode 7 from showing spurious warnings by Jorge Canizales · 9 years ago
  29. 785d8ae Merge pull request #4009 from jtattermusch/add_badges by Michael Lumish · 9 years ago
  30. d6c0415 Add cocoapods badge by Jan Tattermusch · 9 years ago
  31. a9b933e Add gem badge by Jan Tattermusch · 9 years ago
  32. c8a5cc5 Add npm badge by Jan Tattermusch · 9 years ago
  33. 4cca1a5 Merge pull request #3886 from murgatroid99/node_file_comments by Tim Emiola · 9 years ago
  34. 8b162cd Merge pull request #3981 from jtattermusch/add_nuget_badge by Tim Emiola · 9 years ago
  35. 93c65ae Fixed potential stack corruption by David Garcia Quintas · 9 years ago
  36. ad7aefd Merge pull request #3974 from adelez/bazel-like-output by Craig Tiller · 9 years ago
  37. 9f0f01e Merge pull request #3997 from a-veitch/fix_tsan_cpu_test by Nicolas Noble · 9 years ago
  38. 4a09912 Merge pull request #3998 from jcanizales/travis-for-ios by Michael Lumish · 9 years ago
  39. 6eeb685 Merge pull request #3994 from jcanizales/split-test-schemes by Michael Lumish · 9 years ago
  40. f987e3a Fix for long-running tsan test by Alistair Veitch · 9 years ago
  41. d96a633 Merge pull request #3989 from jcanizales/fix-routeguide by Michael Lumish · 9 years ago
  42. 89c3b18 Merge pull request #3990 from jcanizales/xcode7-warnings by Michael Lumish · 9 years ago
  43. c0daf06 Merge commit '96dde58ba59f0f124ae647b6e581225a62c2ea07' into travis-for-ios by Jorge Canizales · 9 years ago
  44. 7102c92 Deactivate remote interop tests in Travis by Jorge Canizales · 9 years ago
  45. 96dde58 Fixup: Target name changed. by Jorge Canizales · 9 years ago
  46. abf596c Fail fast if the plugin can’t be made or pod not installed by Jorge Canizales · 9 years ago
  47. ea1cfc8 Restrict tests to simulator by Jorge Canizales · 9 years ago
  48. 289016d Require Xcode 7.1 to try and get NS_ASSUME_NONNULL_BEGIN by Jorge Canizales · 9 years ago
  49. 53d01bc Silence pod repo update by Jorge Canizales · 9 years ago
  50. bda3476 Pod install manually, to get —-verbose by Jorge Canizales · 9 years ago
  51. 227c9b2 Try Travis builtin support for Cocoapods & xctool by Jorge Canizales · 9 years ago
  52. 833a215 Install gflags, needed to build the C++ interop server by Jorge Canizales · 9 years ago
  53. de87e1c Testing travis iOS feature. by Nicolas "Pixel" Noble · 9 years ago
  54. 5351f59 Merge commit '2beb88c1fd961cfd697df6c94d6bd72537ddefc9' into travis-for-ios by Jorge Canizales · 9 years ago
  55. 2beb88c Fix documentation of tests by Jorge Canizales · 9 years ago
  56. 91db5ac Split AllTests into 4 schemes by Jorge Canizales · 9 years ago
  57. 54fa62e Reject nils in useTestCertsPath:testName:forHost: by Jorge Canizales · 9 years ago
  58. ea4955e Remove outdated routeguide test by Jorge Canizales · 9 years ago
  59. 05e9e27 Merge pull request #3987 from jtattermusch/csharp_opencover by Nicolas Noble · 9 years ago
  60. a09edad run all the tests for C# extension coverage by Jan Tattermusch · 9 years ago
  61. 1bf6f68 Merge pull request #3983 from nicolasnoble/coverage-support by Jan Tattermusch · 9 years ago
  62. bdf4b2e C# native extension coverage on Linux by Jan Tattermusch · 9 years ago
  63. 10622a8 Prevent XCode 7 from showing spurious warnings by Jorge Canizales · 9 years ago
  64. 2f0d11b Fix build breakage. by Jorge Canizales · 9 years ago
  65. 6f7e26a pod install on route_guide project by Jorge Canizales · 9 years ago
  66. 7fb5b3c nit: Use appledoc-style documentation in the example by Jorge Canizales · 9 years ago
  67. 8676d22 Fix RouteGuide example to use the last surface by Jorge Canizales · 9 years ago
  68. 9be9939 Merge pull request #3982 from nicolasnoble/special-snowflake by Vijay Pai · 9 years ago
  69. 61c3a83 unbreak linux csharp gcov by Jan Tattermusch · 9 years ago
  70. bf3b153 Add OpenCover coverage for C# by Jan Tattermusch · 9 years ago
  71. 7261148 Merge pull request #3985 from yang-g/master by David G. Quintas · 9 years ago
  72. bd89dd8 remove log spam by yang-g · 9 years ago
  73. fe30045 Fixing 'all' run tests target. by Nicolas "Pixel" Noble · 9 years ago
  74. 4671096 Escape quotation marks in html. by Adele Zhou · 9 years ago
  75. d5fffa5 Print detailed results for each test. by Adele Zhou · 9 years ago
  76. 5fc4f77 Merge pull request #3979 from stanley-cheung/php_cs_fixer by Michael Lumish · 9 years ago
  77. 895a2df Disabling qps openloop's test. by Nicolas "Pixel" Noble · 9 years ago
  78. d5b2056 php: ran php-cs-fixer to comply with php coding standard by Stanley Cheung · 9 years ago
  79. 7b93699 Add nuget version badge by Jan Tattermusch · 9 years ago
  80. ed2216b Merge pull request #3980 from jcanizales/redirect-to-webpage by Michael Lumish · 9 years ago
  81. 1f5d62b ObjC: Start with helloworld, then the web page by Jorge Canizales · 9 years ago
  82. 21ca91a Merge pull request #3978 from stanley-cheung/php_array_style by Michael Lumish · 9 years ago
  83. a5fd9d1 php: fix inconsistent array notation by Stanley Cheung · 9 years ago
  84. dcd35b8 Merge pull request #3969 from grpc/release-0_11 by Nicolas Noble · 9 years ago
  85. 49bca46 Merge pull request #3970 from murgatroid99/node_runtests_no_make by Nicolas Noble · 9 years ago
  86. ceced33 Merge pull request #3962 from sreecha/skip_stress_tests by Nicolas Noble · 9 years ago
  87. b56b0f1 Merge pull request #3964 from jtattermusch/sanity_sanity by Nicolas Noble · 9 years ago
  88. 8ae409f Prevent run_tests.py from running make if the language has no make targets by murgatroid99 · 9 years ago
  89. 738220d Merge pull request #3961 from jcanizales/cocoadocs-format by Michael Lumish · 9 years ago
  90. eed7fd4 File changes after re-running generate_projects.sh after my previous commit: 117c8af8d327455e6 by Sree Kuchibhotla · 9 years ago
  91. 55e9742 s/quit()/sys.exit() by Jorge Canizales · 9 years ago
  92. 5a06278 Copyright notice in the .sh file by Jorge Canizales · 9 years ago
  93. 8e2f4fb Merge pull request #3968 from jcanizales/fix-routeguide-sample by Michael Lumish · 9 years ago
  94. c0f656a Merge pull request #3965 from sreecha/fix_strings_stress_test by Vijay Pai · 9 years ago
  95. d05f595 Merge pull request #3963 from soltanmm/move-along by Nathaniel Manista · 9 years ago
  96. 7a17140 s/exit/sys.exit/ by Carl Mastrangelo · 9 years ago
  97. d292131 Remove alpha tests by Masood Malekghassemi · 9 years ago
  98. f51ea7a Explicitly use grpc::string instead of std::string to be consistent with other test code by Sree Kuchibhotla · 9 years ago
  99. 1bef95d Style and misc fixes to the script by Jorge Canizales · 9 years ago
  100. e973877 Merge pull request #3960 from murgatroid99/node_zlib_headers by Jan Tattermusch · 9 years ago