1. 7dff30d Merge pull request #1636 from jcanizales/move-sample-to-proto3 by Michael Lumish · 9 years ago
  2. 9e28875 Merge pull request #1637 from ctiller/explain-the-things by Yang Gao · 9 years ago
  3. cc1c37c Merge pull request #1630 from jtattermusch/nuget_adjustments by Tim Emiola · 9 years ago
  4. 818b876 Delete antiquated code by Craig Tiller · 9 years ago
  5. 05456f8 Move sample app to proto3 and clarify usage example by Jorge Canizales · 9 years ago
  6. c54a0ca Adds local sample test using generated service by Jorge Canizales · 9 years ago
  7. 184e02b Moves the RouteGuide local tests to proto3 by Jorge Canizales · 9 years ago
  8. 2410f99 Regenerates RouteGuide library as proto3 by Jorge Canizales · 9 years ago
  9. 44fb295 Move our runtime to proto3 and make the dependency explicit by Jorge Canizales · 9 years ago
  10. 206e75b Adjust remote tests to use proto3 by Jorge Canizales · 9 years ago
  11. fd88e46 Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile by Jorge Canizales · 9 years ago
  12. 669df90 Merge pull request #1547 from ejona86/connection-backoff by David Klempner · 9 years ago
  13. 73d7fab some nuget packaging adjustments by Jan Tattermusch · 9 years ago
  14. 66cc5d6 Merge pull request #1627 from ctiller/wtf-bbq by Nicolas Noble · 9 years ago
  15. dc73a32 Merge pull request #1626 from murgatroid99/objective_c_interop_tests by Jorge Canizales · 9 years ago
  16. 25750d9 Some modifications based on comments by murgatroid99 · 9 years ago
  17. fff495e Fix test, readd it to build by Craig Tiller · 9 years ago
  18. 302b29f generate MathServer.exe instead of Grpc.Examples.MathServer by Jan Tattermusch · 9 years ago
  19. ac25e00 Merge pull request #1624 from jtattermusch/csharp_readme_updates by Tim Emiola · 9 years ago
  20. 343bea6 Fixed cancellation tests by murgatroid99 · 9 years ago
  21. 1602c5f Added more interop tests by murgatroid99 · 9 years ago
  22. c6d43ec update readme for c# by Jan Tattermusch · 9 years ago
  23. 9aaa1b6 Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash by Nicolas Noble · 9 years ago
  24. 11b8bab Merge branch 'master' into objective_c_interop_tests by murgatroid99 · 9 years ago
  25. 26d916a Merge pull request #1618 from ctiller/i-should-do-the-proper-thing-with-tls by Michael Lumish · 9 years ago
  26. eb3bdbb Merge pull request #1619 from madongfly/android_docker by Eric Anderson · 9 years ago
  27. fc70e39 Rename to grpc_java_android by Xudong Ma · 9 years ago
  28. 685f1e6 Add header to build.json by Craig Tiller · 9 years ago
  29. 64f9290 Android Dockerfile for integration test by Xudong Ma · 9 years ago
  30. 4f1fa98 ... by Craig Tiller · 9 years ago
  31. ee210ab GPR_ASSERT is not an expression by Craig Tiller · 9 years ago
  32. 7df5d6a Use platform suffix api by Craig Tiller · 9 years ago
  33. ea43b90 Added server_streaming interop test by murgatroid99 · 9 years ago
  34. b703738 Merge pull request #1600 from murgatroid99/php_single_completion_queue by Tim Emiola · 9 years ago
  35. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 9 years ago
  36. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago
  37. e195aa0 Merge pull request #1610 from jtattermusch/nuget_packages by Michael Lumish · 9 years ago
  38. 3f0db08 Merge pull request #1614 from ctiller/make-tls-a-lil-sweeter by Nicolas Noble · 9 years ago
  39. a33eca9 Guarantee tls_set returns the new value by Craig Tiller · 9 years ago
  40. 7f1e61f Merge pull request #1612 from dgquintas/qps_type_tool_to_benchmark by Nicolas Noble · 9 years ago
  41. aa52d0a Made qps_* targets "benchmark" builds. by David Garcia Quintas · 9 years ago
  42. 031c7ee add newline at eof by Jan Tattermusch · 9 years ago
  43. dd95e9d added build script and script for building nuget packages by Jan Tattermusch · 9 years ago
  44. d2c513a update nuspec files by Jan Tattermusch · 9 years ago
  45. bdb94d3 fix gitignore files by Jan Tattermusch · 9 years ago
  46. 68be987 remove experimental only disclaimer by Jan Tattermusch · 9 years ago
  47. 7de4d10 fixing nits by Jan Tattermusch · 9 years ago
  48. 37733bb updated Grpc.Core.nuspec by Jan Tattermusch · 9 years ago
  49. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  50. 8f8c053 Update readme for building nuget package by Jan Tattermusch · 9 years ago
  51. 3bc8ba9 bumped version of grpc.native.csharp_ext package by Jan Tattermusch · 9 years ago
  52. b5b4d16 Merge pull request #1599 from iamqizhao/master by Eric Anderson · 9 years ago
  53. ef313d2 clean up the server features section by Qi Zhao · 9 years ago
  54. 612e691 remove response_type by Qi Zhao · 9 years ago
  55. d8d21d7 Removed response type by murgatroid99 · 9 years ago
  56. 6f079f7 Merge pull request #1592 from murgatroid99/node_auth_fix by Tim Emiola · 9 years ago
  57. eb228c8 Merge pull request #1596 from stanley-cheung/add_php_jwt_creds_command by Tim Emiola · 9 years ago
  58. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 9 years ago
  59. 3443ef9 address the comments by Qi Zhao · 9 years ago
  60. 268acd5 Made PHP library use only a single completion queue by murgatroid99 · 9 years ago
  61. 4b8450a Add a timeout interop spec by Qi Zhao · 9 years ago
  62. 820827e Merge pull request #1597 from soltanmm/alpha-status-update by Nathaniel Manista · 9 years ago
  63. da8df48 Change Python status to "Alpha" at repo root by Masood Malekghassemi · 9 years ago
  64. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  65. d3b1aa6 add php jwt_token_creds test command by Stanley Cheung · 9 years ago
  66. 96ea303 Merge pull request #1593 from murgatroid99/objective_c_channel_cache by Jorge Canizales · 9 years ago
  67. dda9a3c Made cache thread-safe by murgatroid99 · 9 years ago
  68. ec4e5cf Added channel caching by host string by murgatroid99 · 9 years ago
  69. 2c5fa16 Fixed client auth implementation and tests by murgatroid99 · 9 years ago
  70. e02c148 Merge pull request #1587 from stanley-cheung/fix_php56_ext_location by Tim Emiola · 9 years ago
  71. 1b68e6e Merge pull request #1586 from murgatroid99/node_increase_travis_timeout_again by Tim Emiola · 9 years ago
  72. 9419949 Merge pull request #1583 from yang-g/mock by Tim Emiola · 9 years ago
  73. ae05249 Merge pull request #1588 from donnadionne/test-log by Stanley Cheung · 9 years ago
  74. 16bd7f3 Modifying test result and log storage for better keeping of test history. by Donna Dionne · 9 years ago
  75. f98cf2d fix php5.6 ext location by Stanley Cheung · 9 years ago
  76. ef2d707 Re-doubling Node timeout to fix #1539 by murgatroid99 · 9 years ago
  77. 452af9d Merge pull request #1579 from stanley-cheung/fix_php_test_math_proto by Michael Lumish · 9 years ago
  78. 28d78aa Merge pull request #1584 from ctiller/shortname-for-the-snake by Masood Malekghassemi · 9 years ago
  79. 5cb7902 remove redudant optional keyword in proto3 by Yang Gao · 9 years ago
  80. 8302025 Set shortname for Python tests by Craig Tiller · 9 years ago
  81. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  82. 700dfd9 php test math proto: add default value by Stanley Cheung · 9 years ago
  83. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  84. d6808d8 Merge pull request #1570 from jtattermusch/interop_auth_windows by donnadionne · 9 years ago
  85. 1c3d275 Merge pull request #1572 from stanley-cheung/php_add_support_for_jwt_auth_uri by Tim Emiola · 9 years ago
  86. 358b716 add comment by Stanley Cheung · 9 years ago
  87. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  88. 07cbf7b Merge pull request #1567 from dgquintas/cq_bgcb_cv by Craig Tiller · 9 years ago
  89. 52c6801 Merge pull request #1563 from nicolasnoble/more-win32-fixes by Craig Tiller · 9 years ago
  90. dc67ea7 Merge pull request #1565 from mzhaom/boringssl by jboeuf · 9 years ago
  91. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  92. a181567 Merge pull request #1569 from nicolasnoble/run_tests_stop_the_spam by Craig Tiller · 9 years ago
  93. 46f39c0 added ability to run auth interop test clients on windows by Jan Tattermusch · 9 years ago
  94. 99768ac Prevents run_tests from spamming. by Nicolas "Pixel" Noble · 9 years ago
  95. 60a7e8d Merge pull request #1566 from springful/allow-osx by Jorge Canizales · 9 years ago
  96. 6c66c0f Add accidentally deleted escape by Craig Tiller · 9 years ago
  97. 5b984ce Added comment to empty kick_poller func. by David Garcia Quintas · 9 years ago
  98. c524c60 Merge pull request #1562 from jtattermusch/fix_csharp_interop by Michael Lumish · 9 years ago
  99. 167b972 Allowing OSX platforms to be targeted by Vince Gatto · 9 years ago
  100. e7da1d4 Fix mistaken test change by Craig Tiller · 9 years ago