1. def47aa Removed thrown error in one case by murgatroid99 · 9 years ago
  2. 6a084f4 Simplified some batch code, resolved comments by murgatroid99 · 9 years ago
  3. 3767f8b Removed Podfile.lock by murgatroid99 · 9 years ago
  4. b56609c Updated GRPCCall comments and spacing by murgatroid99 · 9 years ago
  5. 3a1309b Merged changes from master by murgatroid99 · 9 years ago
  6. 6cc4680 Changed message handling, fixed line lengths by murgatroid99 · 9 years ago
  7. 20ecfc8 Merge pull request #1377 from ctiller/server-cq-own by Vijay Pai · 9 years ago
  8. 809bcff Merge pull request #1388 from jcanizales/fixes-podspec by Michael Lumish · 9 years ago
  9. 0619af7 Merge pull request #1383 from jtattermusch/csharp_auth by Tim Emiola · 9 years ago
  10. a3c42cd Merge pull request #1378 from nicolasnoble/vs2010 by Craig Tiller · 9 years ago
  11. 6abfd75 Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  12. 5488d28 Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  13. 624b694 Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  14. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  15. b5c076f Rewrote comment to match changes by murgatroid99 · 9 years ago
  16. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  17. 64a6eed Merge pull request #1371 from wkubiak/master by Nicolas Noble · 9 years ago
  18. 1f18e80 Make RpcException errors more informative by Jan Tattermusch · 9 years ago
  19. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  20. b4ef7c9 logic for refreshing access token by Jan Tattermusch · 9 years ago
  21. 92552fc Re-added completion_queue_destroy call by murgatroid99 · 9 years ago
  22. e08a9c0 Simplified an initializer call by murgatroid99 · 9 years ago
  23. bf177c8 Pass deadline to call details for batch calls by Masood Malekghassemi · 9 years ago
  24. 5717a98 Dont use op outstanding refs to count ownership by Craig Tiller · 9 years ago
  25. 8950461 Have server hold a reference to completion queues by Craig Tiller · 9 years ago
  26. dcde970 Fixed spacing by murgatroid99 · 9 years ago
  27. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  28. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  29. bb9d788 Added Grpc.Auth project by Jan Tattermusch · 9 years ago
  30. 119761f added dependency on Google.Apis.Auth package by Jan Tattermusch · 9 years ago
  31. 8bf5fc8 Merge pull request #1373 from ctiller/shutdown by Yang Gao · 9 years ago
  32. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  33. 924ef9a Merge pull request #1372 from ctiller/latency by Vijay Pai · 9 years ago
  34. 54e93d4 Made startBatch more strongly typed by murgatroid99 · 9 years ago
  35. 1fb9955 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  36. 1be373c Stop kicking ourselves by Craig Tiller · 9 years ago
  37. 0d20f42 fix comparison between pointer and integer error by wkubiak · 9 years ago
  38. 49185a8 removed unused variables by wkubiak · 9 years ago
  39. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  40. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  41. a89cc64 Fixed dictionary usage by murgatroid99 · 9 years ago
  42. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  43. 3d13eb0 Fixed grpc_getMetadataArray by murgatroid99 · 9 years ago
  44. 4107ba2 Merge pull request #1365 from yang-g/init by Craig Tiller · 9 years ago
  45. 69927d6 Addressed review comments by murgatroid99 · 9 years ago
  46. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  47. 463a7a8 Fixed indentation by murgatroid99 · 9 years ago
  48. 30b7d4e Migrated Objective C library to C batch API by murgatroid99 · 9 years ago
  49. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  50. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  51. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  52. 119decc Fix logging version mismatchj by Tim Emiola · 9 years ago
  53. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  54. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  55. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  56. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  57. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  58. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  59. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  60. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  61. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  62. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  63. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  64. b6a96ff Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream by Michael Lumish · 9 years ago
  65. b372405 Merge pull request #1328 from vjpai/clamp by Craig Tiller · 9 years ago
  66. 8957cae Moves ProtoRPC.podspec into gRPC.podspec by Jorge Canizales · 9 years ago
  67. 7847b0e Adjusts #imports of RxLibrary by Jorge Canizales · 9 years ago
  68. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  69. 05bd511 Adds unit test of stub to the XCode project by Jorge Canizales · 9 years ago
  70. 3f576c7 Creates unit test for the stub by Jorge Canizales · 9 years ago
  71. 17b43e8 Fixes initializer of the generated stub by Jorge Canizales · 9 years ago
  72. f593fef Fixes syntax errors. by Jorge Canizales · 9 years ago
  73. 6482d5d Makes the runtime serialize alright. by Jorge Canizales · 9 years ago
  74. 2779ccb Adds basic runtime library and generated stub by Jorge Canizales · 9 years ago
  75. 8cad507 mathserver listens on fixed port by Jan Tattermusch · 9 years ago
  76. ea67c96 Merge pull request #1341 from jcanizales/merge-https-upstream by Michael Lumish · 9 years ago
  77. 43f18f3 Merge pull request #1330 from yang-g/bugfix by Craig Tiller · 9 years ago
  78. a2f63bb Merge pull request #1335 from stanley-cheung/php_basestub_metadata_callback by Tim Emiola · 9 years ago
  79. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  80. 3dbb9c5 Adds RemoteTests to the Xcode project, and fixes RxLibrary #imports by Jorge Canizales · 9 years ago
  81. 638c1ee partial fix for #546 by Jan Tattermusch · 9 years ago
  82. 48e07df Small cleanup of the sample app by Jorge Canizales · 9 years ago
  83. 914d74e Small logging formatting fix by Jorge Canizales · 9 years ago
  84. 5cff49d Adds proto support to the main app too. by Jorge Canizales · 9 years ago
  85. 25e28e8 Fixes proto remote test to use the actual protos of the service. by Jorge Canizales · 9 years ago
  86. d168f50 Adds podspec for the generated files by Jorge Canizales · 9 years ago
  87. 7205cda Generates ObjC code for the test protos by Jorge Canizales · 9 years ago
  88. 41a5374 Adds Class prefix RMT by Jorge Canizales · 9 years ago
  89. 1380ac8 Brings in proto files for the remote test server. by Jorge Canizales · 9 years ago
  90. 23cb957 Move Route_guide protos to their own folder to make room for remote test protos by Jorge Canizales · 9 years ago
  91. e72114c Fixes local test after ensuring using https:// doesn't work with it. by Jorge Canizales · 9 years ago
  92. eddb006 Fixes host transformation when user supplies a port. by Jorge Canizales · 9 years ago
  93. f1bda85 Add remote HTTPS tests. Local HTTP ones fail to connect. by Jorge Canizales · 9 years ago
  94. 5618a9d removed chatty log messages on windows by Jan Tattermusch · 9 years ago
  95. aa4fb14 Cleanup by Jorge Canizales · 9 years ago
  96. 6465c34 Loads certificates from file. SSL works ^^ by Jorge Canizales · 9 years ago
  97. bb58d22 Removes scheme before passing to C layer by Jorge Canizales · 9 years ago
  98. ba37a3e Fixes scheme detection logic and NPE by Jorge Canizales · 9 years ago
  99. ccf3997 Makes GRPCChannel a cluster class of secure and unsecured. by Jorge Canizales · 9 years ago
  100. 7217b3a Merge pull request #1333 from jtattermusch/windows_fix_empty_message by Nicolas Noble · 9 years ago