1. c1f3f2d Extension should return a const char *. by Julien Boeuf · 9 years ago
  2. 5a8b87c Merge pull request #1644 from jboeuf/tsi_util_refactoring by Nicolas Noble · 9 years ago
  3. 2a7906c Merge pull request #1643 from jcanizales/fixes-server-streaming-test by Michael Lumish · 9 years ago
  4. cf4124e Putting tsi util in header so that it can be used elsewhere. by Julien Boeuf · 9 years ago
  5. e454f4a Fix false positive in server streaming test by Jorge Canizales · 9 years ago
  6. 6eccb08 Merge pull request #1594 from yang-g/creds by jboeuf · 9 years ago
  7. 04ae923 Merge pull request #1575 from dgquintas/profiling_marks_strtags by Vijay Pai · 9 years ago
  8. 7dff30d Merge pull request #1636 from jcanizales/move-sample-to-proto3 by Michael Lumish · 9 years ago
  9. 9e28875 Merge pull request #1637 from ctiller/explain-the-things by Yang Gao · 9 years ago
  10. cc1c37c Merge pull request #1630 from jtattermusch/nuget_adjustments by Tim Emiola · 9 years ago
  11. 818b876 Delete antiquated code by Craig Tiller · 9 years ago
  12. 05456f8 Move sample app to proto3 and clarify usage example by Jorge Canizales · 9 years ago
  13. c54a0ca Adds local sample test using generated service by Jorge Canizales · 9 years ago
  14. 184e02b Moves the RouteGuide local tests to proto3 by Jorge Canizales · 9 years ago
  15. 2410f99 Regenerates RouteGuide library as proto3 by Jorge Canizales · 9 years ago
  16. 44fb295 Move our runtime to proto3 and make the dependency explicit by Jorge Canizales · 9 years ago
  17. 206e75b Adjust remote tests to use proto3 by Jorge Canizales · 9 years ago
  18. fd88e46 Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile by Jorge Canizales · 9 years ago
  19. 73d7fab some nuget packaging adjustments by Jan Tattermusch · 9 years ago
  20. dc73a32 Merge pull request #1626 from murgatroid99/objective_c_interop_tests by Jorge Canizales · 9 years ago
  21. 25750d9 Some modifications based on comments by murgatroid99 · 9 years ago
  22. 302b29f generate MathServer.exe instead of Grpc.Examples.MathServer by Jan Tattermusch · 9 years ago
  23. ac25e00 Merge pull request #1624 from jtattermusch/csharp_readme_updates by Tim Emiola · 9 years ago
  24. 343bea6 Fixed cancellation tests by murgatroid99 · 9 years ago
  25. 1602c5f Added more interop tests by murgatroid99 · 9 years ago
  26. c6d43ec update readme for c# by Jan Tattermusch · 9 years ago
  27. 9aaa1b6 Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash by Nicolas Noble · 9 years ago
  28. 11b8bab Merge branch 'master' into objective_c_interop_tests by murgatroid99 · 9 years ago
  29. 4f1fa98 ... by Craig Tiller · 9 years ago
  30. ee210ab GPR_ASSERT is not an expression by Craig Tiller · 9 years ago
  31. ea43b90 Added server_streaming interop test by murgatroid99 · 9 years ago
  32. 280ca17 resolve comments by Yang Gao · 9 years ago
  33. b703738 Merge pull request #1600 from murgatroid99/php_single_completion_queue by Tim Emiola · 9 years ago
  34. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 9 years ago
  35. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago
  36. 031c7ee add newline at eof by Jan Tattermusch · 9 years ago
  37. dd95e9d added build script and script for building nuget packages by Jan Tattermusch · 9 years ago
  38. d2c513a update nuspec files by Jan Tattermusch · 9 years ago
  39. bdb94d3 fix gitignore files by Jan Tattermusch · 9 years ago
  40. 68be987 remove experimental only disclaimer by Jan Tattermusch · 9 years ago
  41. 7de4d10 fixing nits by Jan Tattermusch · 9 years ago
  42. 37733bb updated Grpc.Core.nuspec by Jan Tattermusch · 9 years ago
  43. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  44. d8d21d7 Removed response type by murgatroid99 · 9 years ago
  45. 6f079f7 Merge pull request #1592 from murgatroid99/node_auth_fix by Tim Emiola · 9 years ago
  46. 9ceac71 Added Node interop test for timeout_on_sleeping_server by murgatroid99 · 9 years ago
  47. 268acd5 Made PHP library use only a single completion queue by murgatroid99 · 9 years ago
  48. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  49. dda9a3c Made cache thread-safe by murgatroid99 · 9 years ago
  50. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  51. ec4e5cf Added channel caching by host string by murgatroid99 · 9 years ago
  52. 2c5fa16 Fixed client auth implementation and tests by murgatroid99 · 9 years ago
  53. e02c148 Merge pull request #1587 from stanley-cheung/fix_php56_ext_location by Tim Emiola · 9 years ago
  54. 9419949 Merge pull request #1583 from yang-g/mock by Tim Emiola · 9 years ago
  55. f98cf2d fix php5.6 ext location by Stanley Cheung · 9 years ago
  56. 5cb7902 remove redudant optional keyword in proto3 by Yang Gao · 9 years ago
  57. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  58. 700dfd9 php test math proto: add default value by Stanley Cheung · 9 years ago
  59. 0fff02c Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie by Yang Gao · 9 years ago
  60. 9e68c63 Added the tag enun name to the profiling marks. by David Garcia Quintas · 9 years ago
  61. 358b716 add comment by Stanley Cheung · 9 years ago
  62. f420687 PHP: add support to pass JWT auth uri to auth library by Stanley Cheung · 9 years ago
  63. 07cbf7b Merge pull request #1567 from dgquintas/cq_bgcb_cv by Craig Tiller · 9 years ago
  64. 52c6801 Merge pull request #1563 from nicolasnoble/more-win32-fixes by Craig Tiller · 9 years ago
  65. dc67ea7 Merge pull request #1565 from mzhaom/boringssl by jboeuf · 9 years ago
  66. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  67. 6c66c0f Add accidentally deleted escape by Craig Tiller · 9 years ago
  68. 5b984ce Added comment to empty kick_poller func. by David Garcia Quintas · 9 years ago
  69. c524c60 Merge pull request #1562 from jtattermusch/fix_csharp_interop by Michael Lumish · 9 years ago
  70. e144536 Various Win32 fixes and improvements. by Nicolas Noble · 9 years ago
  71. bee9325 Make sure full method name starts with slash by Jan Tattermusch · 9 years ago
  72. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  73. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  74. 2f9f29a Merge pull request #1549 from murgatroid99/node_jwtaccess_interop_test by Tim Emiola · 9 years ago
  75. 838e0a3 Bump Node version to 0.8.0 by murgatroid99 · 9 years ago
  76. 20afbb9 Updated interop tests to handle proto3 changes by murgatroid99 · 9 years ago
  77. c73a2be Updated deserialization code to fix message echoing by murgatroid99 · 9 years ago
  78. 1b6b212 Trace more events by Craig Tiller · 9 years ago
  79. 1e13bac Merge branch 'master' into node_fix_message_echo by murgatroid99 · 9 years ago
  80. 2a41091 Merge pull request #1548 from murgatroid99/node_protobuf_git_upgrade by Tim Emiola · 9 years ago
  81. 4749c8b Getting rid of more seemingly dead code by Craig Tiller · 9 years ago
  82. 00ff7df Removed callback queue sync from iomgr. by David Garcia Quintas · 9 years ago
  83. 06b8b31 Remove unusable functions by Craig Tiller · 9 years ago
  84. 3211e94 Remove unusable functions by Craig Tiller · 9 years ago
  85. 452157a Merge branch 'bye-bye-completion-queue-pie' of github.com:ctiller/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  86. de4e3eb Fix Ruby compile error by Craig Tiller · 9 years ago
  87. 4a3c138 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  88. 55cbf02 Change Python development status to "Alpha" by Nathaniel Manista · 9 years ago
  89. 55e04e4 Merge pull request #1543 from eavgerinos/patch-2 by Tim Emiola · 9 years ago
  90. 5828fb9 Added failing test that echos the request message by murgatroid99 · 9 years ago
  91. 1b40198 Added jwtaccess cloud-to-prod interop test by murgatroid99 · 9 years ago
  92. 11cfdf7 Removed a default value I missed by murgatroid99 · 9 years ago
  93. 0e19902 Updated ProtoBuf.js dependency. Updated protos to proto3 by murgatroid99 · 9 years ago
  94. 6d7df2f Merge pull request #7 from murgatroid99/objective_c_remove_ds_store by Craig Tiller · 9 years ago
  95. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  96. c7df2b8 Ruby progress by Craig Tiller · 9 years ago
  97. 91b66bb Ignore .DS_Store files by murgatroid99 · 9 years ago
  98. 9ec7f5a Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  99. 5b9e743 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  100. 3c78b4e Ruby progress by Craig Tiller · 9 years ago