1. 83b0297 Addressing comments. by Julien Boeuf · 9 years ago
  2. ae5b170 Fixing test. by Julien Boeuf · 9 years ago
  3. 84d964a API for auth context and server-side secure transport only impl. by Julien Boeuf · 9 years ago
  4. c6f8d0a Starting on low level changes to support server side authentication. by Julien Boeuf · 9 years ago
  5. aa253c3 Merge pull request #1663 from yang-g/leak by Craig Tiller · 9 years ago
  6. 386643e Merge pull request #1589 from nicolasnoble/ruby-cleanup by Tim Emiola · 9 years ago
  7. 98b4608 Merge pull request #1611 from donnadionne/test-log by Tim Emiola · 9 years ago
  8. d014f02 Fix a potential leak by Yang Gao · 9 years ago
  9. 3b40ee4 Merge pull request #1652 from jtattermusch/windows_interop_server by donnadionne · 9 years ago
  10. 949c255 Merge pull request #1655 from murgatroid99/node_server_handle_invalid_arguments by Tim Emiola · 9 years ago
  11. 0cd547a Merge pull request #1660 from jtattermusch/upgrade_protobufs2 by Nathaniel Manista · 9 years ago
  12. 15514b5 upgrade protobuf latest version containing objectiveC and csharp by Jan Tattermusch · 9 years ago
  13. 0dc2927 Merge pull request #1659 from jayantkolhe/my-shiny-new-branch by Jorge Canizales · 9 years ago
  14. 6ab757b Update README.md by Jayant Kolhe · 9 years ago
  15. 6d98e81 Merge pull request #1654 from jtattermusch/protobuf-upgrade by Nathaniel Manista · 9 years ago
  16. b98188e Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d. by Nicolas "Pixel" Noble · 9 years ago
  17. 9a688df Merge pull request #1647 from jcanizales/buffered-pipe-and-ping-pong-test by Michael Lumish · 9 years ago
  18. 04589a7 Fixed server to handle invalid arguments without breaking by murgatroid99 · 9 years ago
  19. 42e47b4 Copy values before buffering them. by Jorge Canizales · 9 years ago
  20. 626b4d1 Merge pull request #1645 from ctiller/count-some-things-better by Nicolas Noble · 9 years ago
  21. 3b3658e Fix typo by Craig Tiller · 9 years ago
  22. c4c3f38 Merge pull request #1651 from jboeuf/subprocess_binary_extension by Craig Tiller · 9 years ago
  23. bf09428 grpc_docker.sh support for running C# server on Windows by Jan Tattermusch · 9 years ago
  24. c1f3f2d Extension should return a const char *. by Julien Boeuf · 9 years ago
  25. 63e4091 Add warning about the perils of buffering without bounds by Jorge Canizales · 9 years ago
  26. 778c61b Added failing tests for server bad argument handling by murgatroid99 · 9 years ago
  27. 5a8b87c Merge pull request #1644 from jboeuf/tsi_util_refactoring by Nicolas Noble · 9 years ago
  28. d804ddc Merge pull request #1642 from ctiller/check-some-debugging-things by Nicolas Noble · 9 years ago
  29. 421f6c9 Use BufferedPipe to add PingPong test and fix Cancel test by Jorge Canizales · 9 years ago
  30. 142acc9 Adds GRXBufferedPipe by Jorge Canizales · 9 years ago
  31. 2a7906c Merge pull request #1643 from jcanizales/fixes-server-streaming-test by Michael Lumish · 9 years ago
  32. 6983d5d Exclude test & compiler sources from coveralls reported test coverage by Craig Tiller · 9 years ago
  33. cf4124e Putting tsi util in header so that it can be used elsewhere. by Julien Boeuf · 9 years ago
  34. e454f4a Fix false positive in server streaming test by Jorge Canizales · 9 years ago
  35. eadd9a3 Add testing for GRPC_TRACE by Craig Tiller · 9 years ago
  36. ad654ac Merge pull request #1639 from nicolasnoble/fix-build by Yang Gao · 9 years ago
  37. 6eccb08 Merge pull request #1594 from yang-g/creds by jboeuf · 9 years ago
  38. 946e1a5 Actually removing grpc_http.h from build.json. by Nicolas "Pixel" Noble · 9 years ago
  39. 04ae923 Merge pull request #1575 from dgquintas/profiling_marks_strtags by Vijay Pai · 9 years ago
  40. 7dff30d Merge pull request #1636 from jcanizales/move-sample-to-proto3 by Michael Lumish · 9 years ago
  41. e120d4f bump minor version to 9 by Yang Gao · 9 years ago
  42. 9e28875 Merge pull request #1637 from ctiller/explain-the-things by Yang Gao · 9 years ago
  43. cc1c37c Merge pull request #1630 from jtattermusch/nuget_adjustments by Tim Emiola · 9 years ago
  44. 818b876 Delete antiquated code by Craig Tiller · 9 years ago
  45. b57f72d resolve comments by Yang Gao · 9 years ago
  46. 05456f8 Move sample app to proto3 and clarify usage example by Jorge Canizales · 9 years ago
  47. c54a0ca Adds local sample test using generated service by Jorge Canizales · 9 years ago
  48. 184e02b Moves the RouteGuide local tests to proto3 by Jorge Canizales · 9 years ago
  49. 2410f99 Regenerates RouteGuide library as proto3 by Jorge Canizales · 9 years ago
  50. 44fb295 Move our runtime to proto3 and make the dependency explicit by Jorge Canizales · 9 years ago
  51. 206e75b Adjust remote tests to use proto3 by Jorge Canizales · 9 years ago
  52. fd88e46 Make the test.proto etc proto3, regenerate files, adjust podspec and Podfile by Jorge Canizales · 9 years ago
  53. 669df90 Merge pull request #1547 from ejona86/connection-backoff by David Klempner · 9 years ago
  54. 26a4912 Add fake credentials to the test and verify it actually works by Yang Gao · 9 years ago
  55. 73d7fab some nuget packaging adjustments by Jan Tattermusch · 9 years ago
  56. 66cc5d6 Merge pull request #1627 from ctiller/wtf-bbq by Nicolas Noble · 9 years ago
  57. dc73a32 Merge pull request #1626 from murgatroid99/objective_c_interop_tests by Jorge Canizales · 9 years ago
  58. 25750d9 Some modifications based on comments by murgatroid99 · 9 years ago
  59. fff495e Fix test, readd it to build by Craig Tiller · 9 years ago
  60. 302b29f generate MathServer.exe instead of Grpc.Examples.MathServer by Jan Tattermusch · 9 years ago
  61. ac25e00 Merge pull request #1624 from jtattermusch/csharp_readme_updates by Tim Emiola · 9 years ago
  62. 343bea6 Fixed cancellation tests by murgatroid99 · 9 years ago
  63. 1602c5f Added more interop tests by murgatroid99 · 9 years ago
  64. c6d43ec update readme for c# by Jan Tattermusch · 9 years ago
  65. 9aaa1b6 Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash by Nicolas Noble · 9 years ago
  66. 11b8bab Merge branch 'master' into objective_c_interop_tests by murgatroid99 · 9 years ago
  67. 26d916a Merge pull request #1618 from ctiller/i-should-do-the-proper-thing-with-tls by Michael Lumish · 9 years ago
  68. eb3bdbb Merge pull request #1619 from madongfly/android_docker by Eric Anderson · 9 years ago
  69. fc70e39 Rename to grpc_java_android by Xudong Ma · 9 years ago
  70. 685f1e6 Add header to build.json by Craig Tiller · 9 years ago
  71. 64f9290 Android Dockerfile for integration test by Xudong Ma · 9 years ago
  72. 4f1fa98 ... by Craig Tiller · 9 years ago
  73. ee210ab GPR_ASSERT is not an expression by Craig Tiller · 9 years ago
  74. 7df5d6a Use platform suffix api by Craig Tiller · 9 years ago
  75. ea43b90 Added server_streaming interop test by murgatroid99 · 9 years ago
  76. 280ca17 resolve comments by Yang Gao · 9 years ago
  77. b703738 Merge pull request #1600 from murgatroid99/php_single_completion_queue by Tim Emiola · 9 years ago
  78. 02edd87 Merge pull request #1607 from murgatroid99/node_timeout_interop_test by Tim Emiola · 9 years ago
  79. c21a809 Add subprocess GPR API by Craig Tiller · 9 years ago
  80. e195aa0 Merge pull request #1610 from jtattermusch/nuget_packages by Michael Lumish · 9 years ago
  81. 3f0db08 Merge pull request #1614 from ctiller/make-tls-a-lil-sweeter by Nicolas Noble · 9 years ago
  82. a33eca9 Guarantee tls_set returns the new value by Craig Tiller · 9 years ago
  83. 7f1e61f Merge pull request #1612 from dgquintas/qps_type_tool_to_benchmark by Nicolas Noble · 9 years ago
  84. aa52d0a Made qps_* targets "benchmark" builds. by David Garcia Quintas · 9 years ago
  85. 79d68d5 To allow local private changes to be build into private by Donna Dionne · 9 years ago
  86. 031c7ee add newline at eof by Jan Tattermusch · 9 years ago
  87. dd95e9d added build script and script for building nuget packages by Jan Tattermusch · 9 years ago
  88. d2c513a update nuspec files by Jan Tattermusch · 9 years ago
  89. bdb94d3 fix gitignore files by Jan Tattermusch · 9 years ago
  90. 68be987 remove experimental only disclaimer by Jan Tattermusch · 9 years ago
  91. 7de4d10 fixing nits by Jan Tattermusch · 9 years ago
  92. 37733bb updated Grpc.Core.nuspec by Jan Tattermusch · 9 years ago
  93. 3af690c bump version of gRPC C# assemblies by Jan Tattermusch · 9 years ago
  94. 8f8c053 Update readme for building nuget package by Jan Tattermusch · 9 years ago
  95. 3bc8ba9 bumped version of grpc.native.csharp_ext package by Jan Tattermusch · 9 years ago
  96. b5b4d16 Merge pull request #1599 from iamqizhao/master by Eric Anderson · 9 years ago
  97. ef313d2 clean up the server features section by Qi Zhao · 9 years ago
  98. 612e691 remove response_type by Qi Zhao · 9 years ago
  99. d8d21d7 Removed response type by murgatroid99 · 9 years ago
  100. 6f079f7 Merge pull request #1592 from murgatroid99/node_auth_fix by Tim Emiola · 9 years ago