1. bdf8c2a Adding auth tests; test commands may change in the future and by Donna Dionne · 10 years ago
  2. 662cf72 adding cloud to prod test for go. by Donna Dionne · 10 years ago
  3. 79d9a99 Merge pull request #209 from yang-g/interopclient by Chen Wang · 10 years ago
  4. 3ed874c sync up with master by Yang Gao · 10 years ago
  5. c5e9018 Merge pull request #234 from murgatroid99/node_remove_highland by Tim Emiola · 10 years ago
  6. d785904 resolve comments by Yang Gao · 10 years ago
  7. 9a9f405 Merge pull request #237 from tbetbetbe/grpc_tools_update_ruby_to_run_prod_tests by Michael Lumish · 10 years ago
  8. 8e5de80 Merge pull request #240 from ctiller/huh by Yang Gao · 10 years ago
  9. d631cf3 Allow access to call stack from call. by Craig Tiller · 10 years ago
  10. 1e99756 Merge pull request #151 from ctiller/javascript by Yang Gao · 10 years ago
  11. 51358d8 Merge pull request #225 from jtattermusch/fix_build by Nicolas Noble · 10 years ago
  12. ec4e0cb Fix compile by Craig Tiller · 10 years ago
  13. 32960bb Fixes a bad option spec by Tim Emiola · 10 years ago
  14. 6437bd5 Merge github.com:google/grpc into javascript by Craig Tiller · 10 years ago
  15. 103481e Add args by Craig Tiller · 10 years ago
  16. a54b60d added src/core/support/string.h to build.json by Jan Tattermusch · 10 years ago
  17. 78d5653 Fixes the prod test command flags by Tim Emiola · 10 years ago
  18. 1159dcf Merge pull request #235 from ctiller/lcov by Nicolas Noble · 10 years ago
  19. c060e07 Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags by Michael Lumish · 10 years ago
  20. 29c5513 Finished fixing the tests by murgatroid99 · 10 years ago
  21. 45bc600 Restrict gcov to c/c++ for now by Craig Tiller · 10 years ago
  22. 0ced264 Merge branch 'master' of github.com:google/grpc into node_remove_highland by murgatroid99 · 10 years ago
  23. c3aabdd Adds a func for installing the Googles's roots.pem by Tim Emiola · 10 years ago
  24. 8318294 Updates/Adds test commands by Tim Emiola · 10 years ago
  25. 3727556 Updates the ruby dockerfile to copy the cacerts directory from the docker host by Tim Emiola · 10 years ago
  26. 426167c Allows production certificates to be specified by Tim Emiola · 10 years ago
  27. 2854ad7 Adds support for overriding the server host name during SSL by Tim Emiola · 10 years ago
  28. 6e1f10d Adds a dependency on signet. It's to be used for auth, but for now it sslconfig module is required by Tim Emiola · 10 years ago
  29. 58ee1d4 Merge pull request #228 from murgatroid99/node_directory_cleanup by Tim Emiola · 10 years ago
  30. 4eecb5d Adds a flag for running all the tests by Tim Emiola · 10 years ago
  31. d082b7f Merge pull request #230 from tbetbetbe/grpc_ruby_remove_the_need_for_pick_unused_port by Michael Lumish · 10 years ago
  32. 965dda6 Removes the test state tracking, that's available on Jenkins by Tim Emiola · 10 years ago
  33. 9cae580 Added the use_tls flag toggle connecting securely by Tim Emiola · 10 years ago
  34. a398a34 Remove port_picker.rb by Tim Emiola · 10 years ago
  35. a816818 Removes remaining references to port_picker by Tim Emiola · 10 years ago
  36. 72f14c3 Removes port_picker from channel_spec by Tim Emiola · 10 years ago
  37. d02d1d5 Removes port_picker from call_spec.rb, removes a redundant test by Tim Emiola · 10 years ago
  38. 61ddba3 Removed port_picker from server_spec.rb by Tim Emiola · 10 years ago
  39. f875aa3 Removed port_picker from active_call_spec, fixed some style issues by Tim Emiola · 10 years ago
  40. a8ecbe9 Removes port_picker from rpc_server_spec by Tim Emiola · 10 years ago
  41. a679f9f Removed port_picker form client_stub_spec by Tim Emiola · 10 years ago
  42. b6ca52e Fixed tests by properly half-closing by murgatroid99 · 10 years ago
  43. 098b577 Removed all uses of highland by murgatroid99 · 10 years ago
  44. 671778e Merge pull request #227 from tbetbetbe/grpc_ruby_wrapper_fixes_and_test_fixes by Michael Lumish · 10 years ago
  45. bcc0ccd Merge branch 'master' of github.com:google/grpc into node_directory_cleanup by murgatroid99 · 10 years ago
  46. c17749e Merge pull request #224 from murgatroid99/node_fix_test_hang2 by Tim Emiola · 10 years ago
  47. 2b90e30 Completes merge by Tim Emiola · 10 years ago
  48. 9df2693 Fixed file references to match moved files by murgatroid99 · 10 years ago
  49. 9fbf7e5 Moved extension and JS files to separate directories by murgatroid99 · 10 years ago
  50. a53caa6 Merge pull request #226 from donnadionne/docker by Tim Emiola · 10 years ago
  51. f5844ee Merge branch 'node_fix_test_hang2' into node_directory_cleanup by murgatroid99 · 10 years ago
  52. 0343b10 Updates client_server_spec to use the server_port by Tim Emiola · 10 years ago
  53. b39d91d Fixing a small typo by Donna Dionne · 10 years ago
  54. 75d7f9a Resolves issues that stopped that stopped tests from running ok by Tim Emiola · 10 years ago
  55. 0eaafca Adding commands to run cloud to prod tests by Donna Dionne · 10 years ago
  56. 64c3e72 removed string.h reference from build.json by Jan Tattermusch · 10 years ago
  57. 4972415 Merge pull request #221 from murgatroid99/node_surface_cancellation by Tim Emiola · 10 years ago
  58. 7d8dcd7 Merge pull request #212 from tbetbetbe/grpc_ruby_fix_markdown_in_readme by Michael Lumish · 10 years ago
  59. d485b13 Refactored other tests by murgatroid99 · 10 years ago
  60. 4b962f7 Refactored tests to avoid hanging by murgatroid99 · 10 years ago
  61. 12958f9 Merge branch 'master' of github.com:google/grpc into node_surface_cancellation by murgatroid99 · 10 years ago
  62. 55dd2ba Added cancel to client APIs and cancelled event to server APIs by murgatroid99 · 10 years ago
  63. 7bf3c45 Merge pull request #220 from ctiller/clang-fmt by Nicolas Noble · 10 years ago
  64. d9076fa Merge pull request #213 from murgatroid99/node_run_tests_py by Nicolas Noble · 10 years ago
  65. 8089d96 Remove clang-format tools by Craig Tiller · 10 years ago
  66. 666450e Updated comment by murgatroid99 · 10 years ago
  67. d3e95a3 Added cancel to surface calls by murgatroid99 · 10 years ago
  68. 6aa182f Cleans up some compiler warnings by Tim Emiola · 10 years ago
  69. 0a7d858 Updates rb_server.c to return the created port when it's non-zero by Tim Emiola · 10 years ago
  70. a2eb949 Merge pull request #211 from murgatroid99/node_fix_test_hang by Tim Emiola · 10 years ago
  71. 0343f7f Fixes markdown sytax errors by Tim Emiola · 10 years ago
  72. 6cf933c Merge branch 'node_run_tests_py' into node_surface_cancellation by murgatroid99 · 10 years ago
  73. bdfae4b Merge pull request #188 from ctiller/bprintf by Nicolas Noble · 10 years ago
  74. c41704b Merge pull request #208 from tbetbetbe/grpc_tools_docker_pull_java_from_github by donnadionne · 10 years ago
  75. 8111654 Merge branch 'master' of github.com:google/grpc into node_fix_test_hang by murgatroid99 · 10 years ago
  76. c279165 Got run_tests.py and node tests working by murgatroid99 · 10 years ago
  77. a50867d Merge pull request #210 from chen-wang/tips by Yang Gao · 10 years ago
  78. 8a08929 Merge pull request #207 from murgatroid99/node_remove_implicit_type_coersion by Tim Emiola · 10 years ago
  79. 74b3232 1) Add protection header macro 2) remove some falgs with default values by Chen Wang · 10 years ago
  80. 3ff195d Updates the java dockerfile and client command to reflect recent flag changes by Tim Emiola · 10 years ago
  81. 12e12a3 Updates the Java Dockerfiles to pull source from GitHub by Tim Emiola · 10 years ago
  82. 41b6d9a Switched to using protobuf-2.6.1 for now by Tim Emiola · 10 years ago
  83. c3969d5 Merge branch 'master' of github.com:google/grpc into node_remove_implicit_type_coersion by murgatroid99 · 10 years ago
  84. 564b944 Started fixing php test runner by murgatroid99 · 10 years ago
  85. 52e2715 Merge pull request #189 from murgatroid99/node_simplify_streams by Tim Emiola · 10 years ago
  86. eec8d1a fix comments by Yang Gao · 10 years ago
  87. 3bc377c Let each test case create its own channel. by Yang Gao · 10 years ago
  88. 7d5b102 Updates java_base to pull in protobuf by Tim Emiola · 10 years ago
  89. 6ed6036 Updates the Java Dockerfiles to pull source from GitHub by Tim Emiola · 10 years ago
  90. 67dfa1d Merge branch 'node_fix_test_hang' into node_run_tests_py by murgatroid99 · 10 years ago
  91. 51cab62 Added missing server shutdown to interop test runner by murgatroid99 · 10 years ago
  92. 2c8d516 Added node test runner by murgatroid99 · 10 years ago
  93. 7eb6bb9 Removed all instances of == in js files by murgatroid99 · 10 years ago
  94. ba1be37 Merge branch 'node_simplify_streams' into node_remove_implicit_type_coersion by murgatroid99 · 10 years ago
  95. 4097c1d Shortened a function by murgatroid99 · 10 years ago
  96. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  97. c38dda4 add service_account support into interop client by Yang Gao · 10 years ago
  98. 02ce729 make CreateTestChannel support additional credentials besides ssl by Yang Gao · 10 years ago
  99. 94e97ef sync messages.proto up to date. by Yang Gao · 10 years ago
  100. 6dc549e Merge pull request #197 from nicolasnoble/win32-sockets by Craig Tiller · 10 years ago