1. c8dd76f Merge github.com:grpc/grpc into check-some-more-things by Craig Tiller · 9 years ago
  2. eadd9a3 Add testing for GRPC_TRACE by Craig Tiller · 9 years ago
  3. de91fc1 Run qps smoke tests on Travis by Craig Tiller · 9 years ago
  4. fff495e Fix test, readd it to build by Craig Tiller · 9 years ago
  5. fc70e39 Rename to grpc_java_android by Xudong Ma · 9 years ago
  6. 64f9290 Android Dockerfile for integration test by Xudong Ma · 9 years ago
  7. d3b1aa6 add php jwt_token_creds test command by Stanley Cheung · 9 years ago
  8. 1b68e6e Merge pull request #1586 from murgatroid99/node_increase_travis_timeout_again by Tim Emiola · 9 years ago
  9. 16bd7f3 Modifying test result and log storage for better keeping of test history. by Donna Dionne · 9 years ago
  10. ef2d707 Re-doubling Node timeout to fix #1539 by murgatroid99 · 9 years ago
  11. 8302025 Set shortname for Python tests by Craig Tiller · 9 years ago
  12. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  13. d6808d8 Merge pull request #1570 from jtattermusch/interop_auth_windows by donnadionne · 9 years ago
  14. 52c6801 Merge pull request #1563 from nicolasnoble/more-win32-fixes by Craig Tiller · 9 years ago
  15. 46f39c0 added ability to run auth interop test clients on windows by Jan Tattermusch · 9 years ago
  16. 99768ac Prevents run_tests from spamming. by Nicolas "Pixel" Noble · 9 years ago
  17. e144536 Various Win32 fixes and improvements. by Nicolas Noble · 9 years ago
  18. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  19. d8afa09 Merge github.com:grpc/grpc into timeouts-need-logs-too by Craig Tiller · 9 years ago
  20. 8421678 Make runtests print logs on timed out tests by Craig Tiller · 9 years ago
  21. 6efa6eb Allow running ASAN without leak checking by Craig Tiller · 9 years ago
  22. 59b195f Make runtests print logs on timed out tests by Craig Tiller · 9 years ago
  23. 4491fbd Merge pull request #1553 from jtattermusch/interop_windows_runners by Tim Emiola · 9 years ago
  24. 9508c6c Adding 2 new test runner scripts to help to separate tests into smaller runs and by Donna Dionne · 9 years ago
  25. f319be0 make windows host configurable by Jan Tattermusch · 9 years ago
  26. 63bf850 added interop and cloud to prod runner scripts for windows interop clients by Jan Tattermusch · 9 years ago
  27. 9b75c66 Merge pull request #1489 from ctiller/all-the-small-things by Yang Gao · 9 years ago
  28. 34f9af4 Merge pull request #1496 from dgquintas/profile_analysis_better_reporting by Craig Tiller · 9 years ago
  29. 18938cd Merge branch 'master' of github.com:grpc/grpc into generate-test-projects by Nicolas "Pixel" Noble · 9 years ago
  30. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  31. 7bf5092 Adding grpc++_unsecure project file, and adding better support for test projects. by Nicolas "Pixel" Noble · 9 years ago
  32. fcdf33b Merge pull request #1506 from jboeuf/call_creds by Craig Tiller · 9 years ago
  33. d7f768b Addressing comments. by Julien Boeuf · 9 years ago
  34. 554c79c Merging with master. by Julien Boeuf · 9 years ago
  35. e9da2ee Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  36. 97ee779 Doubled Node per-test timeout for run_tests by murgatroid99 · 9 years ago
  37. f7ad9a0 Merge branch 'yang-g-mock' by Craig Tiller · 9 years ago
  38. 696929e Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  39. 442918f Merge pull request #1477 from ctiller/we-should-probably-run-all-the-tests-we-have by Nicolas Noble · 9 years ago
  40. 2ec12de Merge pull request #1510 from ejona86/installDist by Nathan Mittler · 9 years ago
  41. 2b84e22 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  42. aa518cc Add 'installDist' task to grpc-java Docker build by Eric Anderson · 9 years ago
  43. ba6b9b3 Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  44. 07bc6ce Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-have by Craig Tiller · 9 years ago
  45. 9f218dd Adding support for per call credentials in core. by Julien Boeuf · 9 years ago
  46. 9b0a94b Further fixes and eye candy. by David Garcia Quintas · 9 years ago
  47. 7cff3ee Handling of ! tags across threads & performance. by David Garcia Quintas · 9 years ago
  48. 030ca38 more division of logs to make it easier to analyze test results. by Donna Dionne · 9 years ago
  49. 975efdc Avoid repeated sortings in percentile() calls. by David Garcia Quintas · 9 years ago
  50. 776075a Implemented aggregation over important mark times. by David Garcia Quintas · 9 years ago
  51. 71cbac4 Merge branch 'master' of github.com:google/grpc into test-log by Donna Dionne · 9 years ago
  52. 5c1368e Ensuring test logs are not over written between runs. by Donna Dionne · 9 years ago
  53. 708b0a8 Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-have by Craig Tiller · 9 years ago
  54. 793212a Merge github.com:grpc/grpc into all-the-small-things by Craig Tiller · 9 years ago
  55. 78193bf Merge pull request #1491 from dgquintas/important_mark_analysis by Craig Tiller · 9 years ago
  56. 5b2ea29 Added support for important mark (!) analysis. by David Garcia Quintas · 9 years ago
  57. 0c23320 Split thread stress from end2end to improve parallelism by Craig Tiller · 9 years ago
  58. f1f8fc3 Merge github.com:grpc/grpc into we-should-probably-run-all-the-tests-we-have by Craig Tiller · 9 years ago
  59. ab4ad85 add command for the rest of PHP interop test by Stanley Cheung · 9 years ago
  60. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  61. 196ade3 add a test using the mock interfaces by Yang Gao · 9 years ago
  62. bd9f924 Basic profiler analyzer by Craig Tiller · 9 years ago
  63. 93ec371 Enable test that got forgotten by Craig Tiller · 9 years ago
  64. e19497a add php compute_engine_creds auth interop test by Stanley Cheung · 9 years ago
  65. 3d3d632 merge with head by Yang Gao · 9 years ago
  66. 26839c7 Add a c test for max message length by Yang Gao · 9 years ago
  67. 7164eea Merge pull request #1463 from ctiller/seqno by Yang Gao · 9 years ago
  68. 4c87263 Merge pull request #1450 from donnadionne/php by Stanley Cheung · 9 years ago
  69. 434a36b Add test for >16777215 sequence numbered streams by Craig Tiller · 9 years ago
  70. 261e515 Let's be really pedantic about the status of our submodules. by Nicolas "Pixel" Noble · 9 years ago
  71. 12b9fc0 adding php to cloud to prod tests. by Donna Dionne · 9 years ago
  72. 8ade472 add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup by Stanley Cheung · 9 years ago
  73. 94d7f85 Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  74. 9adbf48 Adjusting scripts to fake-install. by Nicolas "Pixel" Noble · 9 years ago
  75. f173793 Merge branch 'master' of github.com:grpc/grpc into travis-speedup by Nicolas "Pixel" Noble · 9 years ago
  76. 581737c Kill thread stress test - to be replaced with something new by Craig Tiller · 9 years ago
  77. 0ced984 Kill echo test by Craig Tiller · 9 years ago
  78. 8ad26f7 Remove test for an old API corner case by Craig Tiller · 9 years ago
  79. af20b71 Remove legacy tests by Craig Tiller · 9 years ago
  80. c984d0b php dockerfile: one dependency was listed twice by Stanley Cheung · 9 years ago
  81. 2d131e1 fixed grpc_docker.sh to run C# auth tests correctly by Jan Tattermusch · 9 years ago
  82. e9b549f adding auth interop tests for C# to grpc_docker.sh by Jan Tattermusch · 9 years ago
  83. 50a4324 Merge pull request #1361 from jtattermusch/run_tests_fixes by Michael Lumish · 9 years ago
  84. 436f964 Flagging a few census tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  85. e79e2f5 adding csharp tests to travis by Jan Tattermusch · 9 years ago
  86. 9a7d30c improved C# support in run_tests.py by Jan Tattermusch · 9 years ago
  87. fdcd07b Merge branch 'master' of github.com:grpc/grpc into flakes by Nicolas "Pixel" Noble · 9 years ago
  88. b8137b3 Flagging some tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  89. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  90. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  91. ca302f5 Updates the ruby docker file to refresh bundler by Tim Emiola · 9 years ago
  92. c23827b Avoid building shared libraries on Travis. This seems flaky. by Nicolas "Pixel" Noble · 9 years ago
  93. 5a2ab90 Merge pull request #1317 from donnadionne/private_build by Tim Emiola · 9 years ago
  94. b4b185c Merge pull request #1339 from nicolasnoble/template-doc by Craig Tiller · 9 years ago
  95. 7451cf6 Adding more arguments and default values to allow the environment to be specified by Donna Dionne · 9 years ago
  96. 4241653 Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  97. 5225281 Update flaky bit for unsecure tests by Craig Tiller · 9 years ago
  98. 58ece61 Making modifications after comments Add uploading private result to GCS by Donna Dionne · 9 years ago
  99. d0a162d Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  100. 62b8ddf Supporting comments in build-cleaner. by Nicolas "Pixel" Noble · 9 years ago