1. 9a7d30c improved C# support in run_tests.py by Jan Tattermusch · 9 years ago
  2. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  3. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  4. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  5. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  6. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  7. 312b2ef Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-time by Craig Tiller · 9 years ago
  8. 36e7517 Merge pull request #1356 from murgatroid99/node_grpc_custom_directory by Tim Emiola · 9 years ago
  9. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  10. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  11. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  12. 3cffd51 Merge pull request #1355 from tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler by donnadionne · 9 years ago
  13. ca302f5 Updates the ruby docker file to refresh bundler by Tim Emiola · 9 years ago
  14. b6a96ff Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream by Michael Lumish · 9 years ago
  15. 6142c75 Merge branch 'master' of github.com:grpc/grpc into unsecure-no-really-this-time by Nicolas "Pixel" Noble · 9 years ago
  16. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  17. b372405 Merge pull request #1328 from vjpai/clamp by Craig Tiller · 9 years ago
  18. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  19. e7bd03c Merge pull request #1351 from nicolasnoble/flaky-travis by Craig Tiller · 9 years ago
  20. c23827b Avoid building shared libraries on Travis. This seems flaky. by Nicolas "Pixel" Noble · 9 years ago
  21. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  22. 010f1e7 More work in not having to compile OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  23. 23c6589 Adjust ProtoRPC podspec to the new RxLibrary by Jorge Canizales · 9 years ago
  24. 6fac833 Merge pull request #1349 from nicolasnoble/cleanup by Craig Tiller · 9 years ago
  25. 5a2ab90 Merge pull request #1317 from donnadionne/private_build by Tim Emiola · 9 years ago
  26. c43b345 Post merge cleanup. by Nicolas "Pixel" Noble · 9 years ago
  27. 3608a7b Merge pull request #1348 from nicolasnoble/unsecure-no-really by Craig Tiller · 9 years ago
  28. 99738f6 Making sure we don't require OpenSSL for tests that, in fact, don't need it. by Nicolas "Pixel" Noble · 9 years ago
  29. b4b185c Merge pull request #1339 from nicolasnoble/template-doc by Craig Tiller · 9 years ago
  30. 7451cf6 Adding more arguments and default values to allow the environment to be specified by Donna Dionne · 9 years ago
  31. 4241653 Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  32. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  33. 5225281 Update flaky bit for unsecure tests by Craig Tiller · 9 years ago
  34. 58ece61 Making modifications after comments Add uploading private result to GCS by Donna Dionne · 9 years ago
  35. d0a162d Merge branch 'master' of github.com:google/grpc into private_build by Donna Dionne · 9 years ago
  36. 05bd511 Adds unit test of stub to the XCode project by Jorge Canizales · 9 years ago
  37. 3f576c7 Creates unit test for the stub by Jorge Canizales · 9 years ago
  38. 17b43e8 Fixes initializer of the generated stub by Jorge Canizales · 9 years ago
  39. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  40. 6482d5d Makes the runtime serialize alright. by Jorge Canizales · 9 years ago
  41. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  42. 2c48566 Merge pull request #1347 from jtattermusch/mathserver_fixedport by Michael Lumish · 9 years ago
  43. 8cad507 mathserver listens on fixed port by Jan Tattermusch · 9 years ago
  44. ea67c96 Merge pull request #1341 from jcanizales/merge-https-upstream by Michael Lumish · 9 years ago
  45. 62b8ddf Supporting comments in build-cleaner. by Nicolas "Pixel" Noble · 9 years ago
  46. 43f18f3 Merge pull request #1330 from yang-g/bugfix by Craig Tiller · 9 years ago
  47. a2f63bb Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback by Tim Emiola · 9 years ago
  48. dfd0a48 Merge pull request #1343 from wkubiak/master by Craig Tiller · 9 years ago
  49. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  50. 6e91ffe minor fix in TLS error message by Wojtek Kubiak · 9 years ago
  51. 2c15a0e Merge pull request #1340 from zeliard/master by Nicolas Noble · 9 years ago
  52. 91e97b8 fix missing pointers on gpr_atm_acq_cas on x64 by zeliard · 9 years ago
  53. 00b6585 add missing defines on windows (WIN64) by zeliard · 9 years ago
  54. 5d49923 Merge pull request #1337 from jtattermusch/windows_fixes by Nicolas Noble · 9 years ago
  55. 3dbb9c5 Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports by Jorge Canizales · 9 years ago
  56. 638c1ee partial fix for #546 by Jan Tattermusch · 9 years ago
  57. 48e07df Small cleanup of the sample app by Jorge Canizales · 9 years ago
  58. 914d74e Small logging formatting fix by Jorge Canizales · 9 years ago
  59. 5cff49d Adds proto support to the main app too. by Jorge Canizales · 9 years ago
  60. 25e28e8 Fixes proto remote test to use the actual protos of the service. by Jorge Canizales · 9 years ago
  61. d168f50 Adds podspec for the generated files by Jorge Canizales · 9 years ago
  62. 0c23f48 Merge pull request #1338 from jtattermusch/windows_less_verbose by Nicolas Noble · 9 years ago
  63. 7205cda Generates ObjC code for the test protos by Jorge Canizales · 9 years ago
  64. 41a5374 Adds Class prefix RMT by Jorge Canizales · 9 years ago
  65. 1380ac8 Brings in proto files for the remote test server. by Jorge Canizales · 9 years ago
  66. 23cb957 Move Route_guide protos to their own folder to make room for remote test protos by Jorge Canizales · 9 years ago
  67. e72114c Fixes local test after ensuring using https:// doesn't work with it. by Jorge Canizales · 9 years ago
  68. eddb006 Fixes host transformation when user supplies a port. by Jorge Canizales · 9 years ago
  69. f1bda85 Add remote HTTPS tests. Local HTTP ones fail to connect. by Jorge Canizales · 9 years ago
  70. 8512fba Adding some documentation about the build/template system. by Nicolas "Pixel" Noble · 9 years ago
  71. 5618a9d removed chatty log messages on windows by Jan Tattermusch · 9 years ago
  72. aa4fb14 Cleanup by Jorge Canizales · 9 years ago
  73. 6465c34 Loads certificates from file. SSL works ^^ by Jorge Canizales · 9 years ago
  74. bb58d22 Removes scheme before passing to C layer by Jorge Canizales · 9 years ago
  75. ba37a3e Fixes scheme detection logic and NPE by Jorge Canizales · 9 years ago
  76. ccf3997 Makes GRPCChannel a cluster class of secure and unsecured. by Jorge Canizales · 9 years ago
  77. 3ac966b Merge pull request #1336 from nicolasnoble/no-squash-on-test by Craig Tiller · 9 years ago
  78. 7217b3a Merge pull request #1333 from jtattermusch/windows_fix_empty_message by Nicolas Noble · 9 years ago
  79. 097a59b Merge branch 'php_basestub_metadata_callback' of github.com:stanley-cheung/grpc into php_basestub_metadata_callback by Stanley Cheung · 9 years ago
  80. 77c45eb remove opts param from signature by Stanley Cheung · 9 years ago
  81. 7ad18e6 Avoid writing build.json during a test. by Nicolas "Pixel" Noble · 9 years ago
  82. 2710786 remove nslices assertion on windows by Jan Tattermusch · 9 years ago
  83. e569804 remove opts param from signature by Stanley Cheung · 9 years ago
  84. a836705 allow empty messages in gRPC on windows by Jan Tattermusch · 9 years ago
  85. e00bd9c Merge pull request #1331 from jcanizales/use-protos-main-repo by Michael Lumish · 9 years ago
  86. 1895b4a Merge pull request #1325 from jtattermusch/grpc_nuget by Tim Emiola · 9 years ago
  87. 45fd72e Merge pull request #1332 from stanley-cheung/php_basestub_metadata_callback by Tim Emiola · 9 years ago
  88. 9bd0c64 forgot to update class name by Stanley Cheung · 9 years ago
  89. 2c9c763 Support update metadata callback function in php BaseStub by Stanley Cheung · 9 years ago
  90. 48b02ec Add !=NULL by Craig Tiller · 9 years ago
  91. 062db02 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  92. d2b11fa Use GPR_ASSERT here by Craig Tiller · 9 years ago
  93. 4b20077 Add helpful log message by Craig Tiller · 9 years ago
  94. b4a75a8 Add != NULL by Craig Tiller · 9 years ago
  95. 3d86bca Centers the sample location in Gran Canaria :P by Jorge Canizales · 9 years ago
  96. 6ad8c20 Adds more assertions to the test by Jorge Canizales · 9 years ago
  97. 6a84b3d Adds test that sends proto and expects one by Jorge Canizales · 9 years ago
  98. aa5611b Adds Objective-C prefixes to the protos by Jorge Canizales · 9 years ago
  99. 0ae1f4d Fix Route_guide to declare public headers by Jorge Canizales · 9 years ago
  100. b7f970b Point the Podfile to a "generated" local podspec by Jorge Canizales · 9 years ago