1. be94769 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  2. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  3. e8ebab3 Merge pull request #3277 from vjpai/cleanup by Yang Gao · 9 years ago
  4. 1fe38ff Fixing #3286 by Julien Boeuf · 9 years ago
  5. 82c8f71 Merge pull request #3281 from ctiller/the-sea-is-not-blunt by Nicolas Noble · 9 years ago
  6. bc81291 Remove check for no workers by Craig Tiller · 9 years ago
  7. f1a2018 Merge pull request #3247 from yang-g/fix_build_beta by Nicolas Noble · 9 years ago
  8. 796d0a2 Removing some unused vestiges by vjpai · 9 years ago
  9. 0269c9c Merge pull request #3270 from nathanielmanistaatgoogle/beta-cleanup by Masood Malekghassemi · 9 years ago
  10. 8905be0 Merge pull request #3269 from nathanielmanistaatgoogle/moar-protocol-objects by Masood Malekghassemi · 9 years ago
  11. a4836ad Merge pull request #3260 from nathanielmanistaatgoogle/protocol-objects by Masood Malekghassemi · 9 years ago
  12. f65d3c1 Beta API clean-ups by Nathaniel Manista · 9 years ago
  13. 41abb05 gRPC protocol objects by Nathaniel Manista · 9 years ago
  14. 13db8e5 Plumb protocol objects through RPC Framework core by Nathaniel Manista · 9 years ago
  15. d91e5c6 Merge pull request #3267 from jtattermusch/service_account_creds_for_per_rpc_test by Michael Lumish · 9 years ago
  16. bea7cbd use service account credentials for per RPC test by Jan Tattermusch · 9 years ago
  17. 350561c Merge pull request #3264 from jtattermusch/update_interop_tests by Michael Lumish · 9 years ago
  18. 0496e53 Merge pull request #3257 from ctiller/!!!! by Yang Gao · 9 years ago
  19. 581846b Update debian install instructions, jessie-backports by Stanley Cheung · 9 years ago
  20. 4e3a113 Merge pull request #3231 from nathanielmanistaatgoogle/protocol-objects by Masood Malekghassemi · 9 years ago
  21. 37b0044 Fix a case where :status could be returned to applications by Craig Tiller · 9 years ago
  22. a73cae9 Merge pull request #3249 from nicolasnoble/windows-fixes by Craig Tiller · 9 years ago
  23. ee0ef4d ugly fix of per_rpc_creds test by Jan Tattermusch · 9 years ago
  24. b26972f update the interop tests based on spec by Jan Tattermusch · 9 years ago
  25. 77ccdb9 Fixing lingering bytes clipping issue on socket shutdown. by Nicolas Noble · 9 years ago
  26. 8d6536e Merge pull request #3236 from ctiller/insert-branch-name by Nicolas Noble · 9 years ago
  27. 2b5255e Merge pull request #3190 from ctiller/daisy-dukes by Yang Gao · 9 years ago
  28. fa62267 Merge branch 'release-0_11' of github.com:grpc/grpc into insert-branch-name by Craig Tiller · 9 years ago
  29. b98d603 Merge pull request #3242 from nicolasnoble/cancel-means-change by Craig Tiller · 9 years ago
  30. 61e461e Guard against empty vector by yang-g · 9 years ago
  31. 5269ae4 Merge pull request #3243 from jcanizales/make-headers-property-beta by Michael Lumish · 9 years ago
  32. 791a480 Even if the stream was cancelled, notify of its state change. by Nicolas "Pixel" Noble · 9 years ago
  33. 3569ae4 Fix Bazel breakage due to magic Cocoapods header search path by Jorge Canizales · 9 years ago
  34. ff6466b Add header manipulation examples by Jorge Canizales · 9 years ago
  35. 4682f8f Point sample proto podspec to latest gRPC and protobuf by Jorge Canizales · 9 years ago
  36. cff8aa2 Point SwiftSample’s Podfile to submodule protobuf by Jorge Canizales · 9 years ago
  37. 78a4c74 Make request headers a @property property. by Jorge Canizales · 9 years ago
  38. fd2f3a7 Remove unneeded include of grpc.h by Jorge Canizales · 9 years ago
  39. 6d84373 Manually merge release-0_11 into make-errors-public-beta to solve conflict by Jorge Canizales · 9 years ago
  40. 674d623 Merge pull request #3237 from jcanizales/server-error-for-bad-protos-beta by Michael Lumish · 9 years ago
  41. 3d29110 Merge pull request #3235 from jcanizales/dont-strip-bin-beta by Michael Lumish · 9 years ago
  42. 064bf85 Merge pull request #3234 from jcanizales/the-big-metadata-change by Michael Lumish · 9 years ago
  43. f54214d Merge pull request #3233 from jcanizales/fix-core-breakage by Michael Lumish · 9 years ago
  44. d21781f Make the error domain and codes public and documented. by Jorge Canizales · 9 years ago
  45. 49d03c8 avoid infinite spin without checking condvar by Craig Tiller · 9 years ago
  46. 29d4145 avoid underflow by Craig Tiller · 9 years ago
  47. cabbcbf Documentation: Don’t retry if not idempotent! by Jorge Canizales · 9 years ago
  48. f5d5194 Wrap parsing error appropriately before propagating. by Jorge Canizales · 9 years ago
  49. ebfd119 Propagate parsing error if we get a bad response by Jorge Canizales · 9 years ago
  50. 4edf832 Don’t strip -bin suffix from response metadata. by Jorge Canizales · 9 years ago
  51. d2aa1cf Initial work on protocol objects by Nathaniel Manista · 9 years ago
  52. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  53. 6697e7f Don’t append -bin automatically to binary request headers. by Jorge Canizales · 9 years ago
  54. bbba491 Reject non-ASCII text header values too. by Jorge Canizales · 9 years ago
  55. 2529735 nit: remove obsolete comment by Jorge Canizales · 9 years ago
  56. 5f6001e nit: _proxy -> _delegate by Jorge Canizales · 9 years ago
  57. acf5e10 Let remove nil or non-ASCII keys (noop instead of throw). by Jorge Canizales · 9 years ago
  58. 12da424 nit: Documentation and formatting. by Jorge Canizales · 9 years ago
  59. 5af2868 Make the grpc_metadataArray property private. by Jorge Canizales · 9 years ago
  60. 2f10127 Publish GRPCRequestHeaders as a protocol by Jorge Canizales · 9 years ago
  61. 05640a5 Simpler code, better exceptions. by Jorge Canizales · 9 years ago
  62. 030e5d0 nit: Style guide by Jorge Canizales · 9 years ago
  63. 5c339d1 Remove -[asDictionary] by Jorge Canizales · 9 years ago
  64. 86e5a05 Make GRPCRequestHeaders public and import from GRPCCall by Jorge Canizales · 9 years ago
  65. aca3211 Merge pull request #3183 from ctiller/second-coming by Nicolas Noble · 9 years ago
  66. bfe8719 Merge pull request #3205 from nathanielmanistaatgoogle/method-not-found by Masood Malekghassemi · 9 years ago
  67. e856ccd Merge pull request #3192 from murgatroid99/node_auth_interop_fix by Tim Emiola · 9 years ago
  68. 1ea9736 php: bump version by Stanley Cheung · 9 years ago
  69. c6e98ea Merge pull request #3181 from stanley-cheung/php_per_message_compression by Stanley Cheung · 9 years ago
  70. 1d750d6 UNIMPLEMENTED status for methods not found by Nathaniel Manista · 9 years ago
  71. 69210e5 Add code and details to base.Outcome by Nathaniel Manista · 9 years ago
  72. c84c2e3 fix C# nuget package building by Jan Tattermusch · 9 years ago
  73. 29d7be3 php: missed a line in doc by Stanley Cheung · 9 years ago
  74. 26883d8 php: update pecl package.xml by Stanley Cheung · 9 years ago
  75. 3ff5cea php: $metadata at API should be optional by Stanley Cheung · 9 years ago
  76. 03e170e php: add cancel_after_begin interop test by Stanley Cheung · 9 years ago
  77. 5331776 php: clean up api around flags by Stanley Cheung · 9 years ago
  78. 3ab8e79 php: support per message compression disable by Stanley Cheung · 9 years ago
  79. dea2648 Merge pull request #3201 from soltanmm/percolate by Nathaniel Manista · 9 years ago
  80. b059ae5 Fix ASAN issues by Craig Tiller · 9 years ago
  81. d45d55c Expose per-call credentials to Python by Masood Malekghassemi · 9 years ago
  82. de5f6a0 Merge branch 'release-0_11' of github.com:grpc/grpc into daisy-dukes by Craig Tiller · 9 years ago
  83. 84fa531 Added class for setting request headers on a call by murgatroid99 · 9 years ago
  84. 18c975f Fix C core build breakage. by Jorge Canizales · 9 years ago
  85. c9f43e5 Fix bugs that were causing auth interop tests to fail by murgatroid99 · 9 years ago
  86. 1fdb05b Merge github.com:grpc/grpc into daisy-dukes by Craig Tiller · 9 years ago
  87. ae96a50 Fix asan bug by Craig Tiller · 9 years ago
  88. deb3d22 Add missed header by yang-g · 9 years ago
  89. 5100ea0 fixes for windows by Craig Tiller · 9 years ago
  90. 0d728c1 Bumping revision to 0.11 for beta. by Nicolas "Pixel" Noble · 9 years ago
  91. 9764d56 Merge pull request #3178 from nathanielmanistaatgoogle/beta by Nicolas Noble · 9 years ago
  92. cfdf8b4 Merge pull request #3175 from jcanizales/test-swift by Michael Lumish · 9 years ago
  93. 063560e Fixup windows server by Craig Tiller · 9 years ago
  94. 2402078 Bump Python version to 0.11 and status to Beta by Nathaniel Manista · 9 years ago
  95. fb94111 Merge branch 'endpoints' into second-coming by Craig Tiller · 9 years ago
  96. 730118d Merge branch 'third-coming' into endpoints by Craig Tiller · 9 years ago
  97. 924b67d Merge pull request #3170 from nathanielmanistaatgoogle/fixes by Masood Malekghassemi · 9 years ago
  98. 9fffc26 Example with generated code :) by Jorge Canizales · 9 years ago
  99. d4a0785 Point to the new RemoteTest pod by Jorge Canizales · 9 years ago
  100. 0bf6b20 Create RemoteTest proto client that doesn’t depend on the tests framework by Jorge Canizales · 9 years ago