1. 7ad18e6 Avoid writing build.json during a test. by Nicolas "Pixel" Noble · 9 years ago
  2. e824359 fixes to run_tests.py to at least start building tests on Windows by Jan Tattermusch · 9 years ago
  3. 8ff00a3 big refactoring of visual studio projects, started using nuget dependencies. by Jan Tattermusch · 9 years ago
  4. c8b357f Run capable test suites against grpc_unsecure by Craig Tiller · 9 years ago
  5. 35baaa3 Merge pull request #1301 from ctiller/fix-run-tests by Nicolas Noble · 9 years ago
  6. 9a5a940 Get run_tests.py forever mode working again by Craig Tiller · 9 years ago
  7. 0845337 Introduce ahead-of-time registration of (method,host) pairs by Craig Tiller · 9 years ago
  8. 0f5621d sync and resolve conflict by Yang Gao · 9 years ago
  9. 084ef52 Remove outdated protos by Yang Gao · 9 years ago
  10. 999db71 Merge pull request #1284 from nicolasnoble/bashisms by Craig Tiller · 9 years ago
  11. 970f5d9 Removing some bashisms. by Nicolas "Pixel" Noble · 9 years ago
  12. 457f1f7 Merge pull request #1124 from nicolasnoble/sanity by Craig Tiller · 9 years ago
  13. c547dcb Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interop by Michael Lumish · 9 years ago
  14. 2988e73 Adds the command to the interop test runner to run the jwt ruby auth test cmd by Tim Emiola · 9 years ago
  15. 1ca3738 Merge pull request #1280 from donnadionne/python_add by Masood Malekghassemi · 9 years ago
  16. 5fa5042 Merge pull request #1267 from vjpai/timers by Craig Tiller · 9 years ago
  17. 5547edf Adding python to cloud prod tests. by Donna Dionne · 9 years ago
  18. dedb5dc Merge pull request #1278 from soltanmm/interop by donnadionne · 9 years ago
  19. b553476 Add Python cloud prod gen interop command by Masood Malekghassemi · 9 years ago
  20. 650cb25 Fix documentation typo by Masood Malekghassemi · 9 years ago
  21. 81ce8dd Adding links to individual test logs in test result page. by Donna Dionne · 9 years ago
  22. e55cd7f Merge branch 'master' of github.com:grpc/grpc into sanity by Nicolas "Pixel" Noble · 9 years ago
  23. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  24. 6dfa7e6 Move files to a new "profiling" directory to better distinguish from census by Vijay Pai · 9 years ago
  25. d180e03 Update build files by Craig Tiller · 9 years ago
  26. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  27. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  28. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  29. e8382de Also fixing docker file to ensure service account is copied. by Donna Dionne · 9 years ago
  30. 5887383 python auth test command change by Donna Dionne · 9 years ago
  31. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  32. 1c96a8f Adding php client to interop tests. by Donna Dionne · 9 years ago
  33. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  34. a9ef765 Merge branch 'master' of github.com:grpc/grpc into sanity by Nicolas "Pixel" Noble · 9 years ago
  35. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  36. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 9 years ago
  37. c76b565 Use the release tag specified by the version by Tim Emiola · 9 years ago
  38. 0ff7e69 Better defaulting of attributes by Craig Tiller · 9 years ago
  39. d625d81 Allow restricting platforms for certain tests by Craig Tiller · 9 years ago
  40. d5cc8ac Spam cleanup by Craig Tiller · 9 years ago
  41. 5058c69 Initial porting of run_tests to Windows by Craig Tiller · 9 years ago
  42. ded5169 Update the libgrpc debian package to depend on the experimental version of openssl by Tim Emiola · 9 years ago
  43. 0c62832 Updated the version to 0.6.0 by Tim Emiola · 9 years ago
  44. 1e3361c Use the local version of the distpackages when build debian files by Tim Emiola · 9 years ago
  45. 0c66514 Merge pull request #1217 from soltanmm/pypi by Tim Emiola · 9 years ago
  46. 2b34e5a Version update to 0.5.0 by Masood Malekghassemi · 9 years ago
  47. e4f2f15 Merge pull request #1154 from soltanmm/pypi by Tim Emiola · 9 years ago
  48. 451887b Enable PyPI package management by Masood Malekghassemi · 9 years ago
  49. 0bfdfa1 Simplifies the work needed to create a new deb by Tim Emiola · 9 years ago
  50. f82b378 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago
  51. 2a113f6 Add the version of the built deb to be configured by a file by Tim Emiola · 9 years ago
  52. 1fa0c08 Merge pull request #1173 from nicolasnoble/vs2010 by Jan Tattermusch · 9 years ago
  53. a727fe2 Created Visual Studio 2010 project files. by Nicolas "Pixel" Noble · 9 years ago
  54. e8d6c5b Merge pull request #1129 from nicolasnoble/scan-build by Tim Emiola · 9 years ago
  55. 650b2c7 Generate interop-related code in docker build by murgatroid99 · 9 years ago
  56. 3d2dfcb Merge pull request #1152 from murgatroid99/docker_php_composer by Tim Emiola · 9 years ago
  57. 3781a63 Changed PHP version to 5.5 in Dockerfiles by murgatroid99 · 9 years ago
  58. bc6f3f0 Merge pull request #1144 from yang-g/genericstub by Vijay Pai · 9 years ago
  59. 80df992 Added composer commands to PHP Dockerfiles by murgatroid99 · 9 years ago
  60. b946b5e Refactor and add a unit test by Yang Gao · 9 years ago
  61. d081a22 Removed ruby installation change by murgatroid99 · 9 years ago
  62. 92e86f9 Updated php_base Dockerfile to install PHP instead of compiling it by murgatroid99 · 9 years ago
  63. fd2b093 Adding a simple 'buildonly' test. by Nicolas "Pixel" Noble · 9 years ago
  64. b8b3e01 Adding Dockerfile for grpc/scan-build. by Nicolas "Pixel" Noble · 9 years ago
  65. 9f72864 Adding basic sanity test. by Nicolas "Pixel" Noble · 9 years ago
  66. a42bd27 Merge pull request #1100 from ejona86/use-mvn-central by Tim Emiola · 9 years ago
  67. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  68. 55420b0 Use protobuf java and nano from Maven Central by Eric Anderson · 9 years ago
  69. f0863b0 Merge branch 'master' of github.com:google/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  70. 1c0f54a Merge pull request #1092 from nicolasnoble/msvc-c++ by Jan Tattermusch · 9 years ago
  71. 3f66ae9 Merge pull request #1084 from yang-g/addtestcase by donnadionne · 9 years ago
  72. 17caeef Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-image by Jan Tattermusch · 9 years ago
  73. 0d949f5 Updates the structure and name of the tar.gz archive by Tim Emiola · 9 years ago
  74. 64af683 Corrects some spelling mistakes by Tim Emiola · 9 years ago
  75. fb23f1c Adds a file containing the version by Tim Emiola · 9 years ago
  76. 1ee2e4f Add csharp server to interop tests by Donna Dionne · 9 years ago
  77. 8f72c0b Add jwt_token_creds test case to interop test for c++ by Yang Gao · 9 years ago
  78. 6fba6e1 Merge pull request #1078 from dklempner/run_tests_timeout by Vijay Pai · 9 years ago
  79. 559543e Unconditionally add a newline if a test times out or fails. by David Klempner · 9 years ago
  80. 4e6fd0a Merge the base and base.packets packages by Nathaniel Manista · 9 years ago
  81. 65af063 Fix Python test ignorance of build config by Masood Malekghassemi · 9 years ago
  82. 3dbaf17 Adds a dockerfile and script for building a tar archive containing protoc and the grpc plugins by Tim Emiola · 9 years ago
  83. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  84. 1fb5e82 Defaulting run_tests to just opt. by Nicolas "Pixel" Noble · 9 years ago
  85. f358573 FreeBSD preliminary work. by Nicolas Noble · 9 years ago
  86. 5bdfe1a Merge pull request #1005 from nathanielmanistaatgoogle/python-dockerfile-unit-test-list by Tim Emiola · 9 years ago
  87. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  88. 2fe6ece Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  89. 6063b9f Merge pull request #990 from jtattermusch/csharp_tls_server by Tim Emiola · 9 years ago
  90. b1ef2f1 Update Python Dockerfile's unit test list by Nathaniel Manista · 9 years ago
  91. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 9 years ago
  92. c65569f Merge pull request #997 from nathanielmanistaatgoogle/interop by donnadionne · 9 years ago
  93. 51c9262 Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup by Masood Malekghassemi · 9 years ago
  94. cbc540e Add the Python interop client to gce_setup files by Nathaniel Manista · 9 years ago
  95. b072a4f Adding MSVC's grpc++ project file. by Nicolas "Pixel" Noble · 9 years ago
  96. 679c253 Modifying after review comments. by Donna Dionne · 9 years ago
  97. 31e65be Eliminate the Python "assembly" package by Nathaniel Manista · 9 years ago
  98. 01b851f Fixed run server command in csharp_mono dockerfile. by Jan Tattermusch · 9 years ago
  99. 7167f89 Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_back by Donna Dionne · 9 years ago
  100. 3631e82 Merge pull request #835 from ctiller/credit by Nicolas Noble · 9 years ago