1. ca38ddb Fixed ivar names and comments by murgatroid99 · 9 years ago
  2. 2101a48 Simplified startBatch, resolved comments by murgatroid99 · 9 years ago
  3. 33655f9 Moved deallocation code to the right place by murgatroid99 · 9 years ago
  4. fe2c0c6 Added nil check in GRPCWrappedCall initializer by murgatroid99 · 9 years ago
  5. a571ceb Fixed missing increment by murgatroid99 · 9 years ago
  6. def47aa Removed thrown error in one case by murgatroid99 · 9 years ago
  7. 6a084f4 Simplified some batch code, resolved comments by murgatroid99 · 9 years ago
  8. 3767f8b Removed Podfile.lock by murgatroid99 · 9 years ago
  9. b56609c Updated GRPCCall comments and spacing by murgatroid99 · 9 years ago
  10. 3a1309b Merged changes from master by murgatroid99 · 9 years ago
  11. 6cc4680 Changed message handling, fixed line lengths by murgatroid99 · 9 years ago
  12. 20ecfc8 Merge pull request #1377 from ctiller/server-cq-own by Vijay Pai · 9 years ago
  13. 809bcff Merge pull request #1388 from jcanizales/fixes-podspec by Michael Lumish · 9 years ago
  14. 0619af7 Merge pull request #1383 from jtattermusch/csharp_auth by Tim Emiola · 9 years ago
  15. fec0c2c Merge pull request #1375 from ctiller/qps_client by Vijay Pai · 9 years ago
  16. a3c42cd Merge pull request #1378 from nicolasnoble/vs2010 by Craig Tiller · 9 years ago
  17. 6abfd75 Checks in Podfile.lock so the build is reproducible by Jorge Canizales · 9 years ago
  18. 146f177 Fixes build by moving the prepare_command back up to the top level by Jorge Canizales · 9 years ago
  19. 5488d28 Warn in the sample's README that pod install must be run by Jorge Canizales · 9 years ago
  20. 624b694 Removes Cocoapod-generated files by Jorge Canizales · 9 years ago
  21. aa5fba4 Fix assertion for compute_engine_creds by Jan Tattermusch · 9 years ago
  22. b5c076f Rewrote comment to match changes by murgatroid99 · 9 years ago
  23. b33e2d3 Merge pull request #1384 from jtattermusch/add_csharp_auth_interop by donnadionne · 9 years ago
  24. 6ea9e29 Merge pull request #1376 from ctiller/sigign by Vijay Pai · 9 years ago
  25. e9b549f adding auth interop tests for C# to grpc_docker.sh by Jan Tattermusch · 9 years ago
  26. 0bbfa38 attempt to support compute_engine_creds interop test by Jan Tattermusch · 9 years ago
  27. 64a6eed Merge pull request #1371 from wkubiak/master by Nicolas Noble · 9 years ago
  28. 1f18e80 Make RpcException errors more informative by Jan Tattermusch · 9 years ago
  29. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  30. b4ef7c9 logic for refreshing access token by Jan Tattermusch · 9 years ago
  31. 92552fc Re-added completion_queue_destroy call by murgatroid99 · 9 years ago
  32. e08a9c0 Simplified an initializer call by murgatroid99 · 9 years ago
  33. cac5f1d Merge pull request #1379 from soltanmm/cdfix by Craig Tiller · 9 years ago
  34. bf177c8 Pass deadline to call details for batch calls by Masood Malekghassemi · 9 years ago
  35. 5717a98 Dont use op outstanding refs to count ownership by Craig Tiller · 9 years ago
  36. 8950461 Have server hold a reference to completion queues by Craig Tiller · 9 years ago
  37. 98ae48d Ignore SIGPIPE by Craig Tiller · 9 years ago
  38. dcde970 Fixed spacing by murgatroid99 · 9 years ago
  39. 1ca56b9 style fixes by Jan Tattermusch · 9 years ago
  40. dca6e88 First attempt to add service account creds interop test by Jan Tattermusch · 9 years ago
  41. bb9d788 Added Grpc.Auth project by Jan Tattermusch · 9 years ago
  42. 119761f added dependency on Google.Apis.Auth package by Jan Tattermusch · 9 years ago
  43. 77e0d64 Fix a race in QPS client shutdown by Craig Tiller · 9 years ago
  44. 8bf5fc8 Merge pull request #1373 from ctiller/shutdown by Yang Gao · 9 years ago
  45. c5a6394 Merge pull request #1374 from jboeuf/ssl_includes by Craig Tiller · 9 years ago
  46. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  47. 50a4324 Merge pull request #1361 from jtattermusch/run_tests_fixes by Michael Lumish · 9 years ago
  48. 924ef9a Merge pull request #1372 from ctiller/latency by Vijay Pai · 9 years ago
  49. 54e93d4 Made startBatch more strongly typed by murgatroid99 · 9 years ago
  50. 1fb9955 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  51. 1be373c Stop kicking ourselves by Craig Tiller · 9 years ago
  52. a9274b8 Fix comment by Craig Tiller · 9 years ago
  53. 0d20f42 fix comparison between pointer and integer error by wkubiak · 9 years ago
  54. 49185a8 removed unused variables by wkubiak · 9 years ago
  55. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  56. 1eef5aa Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix by Nicolas Noble · 9 years ago
  57. eae6973 Merge pull request #1366 from ctiller/mwha by Nicolas Noble · 9 years ago
  58. f5fcafd Renamed make variables for protoc presence and version checking. by David Garcia Quintas · 9 years ago
  59. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  60. 9a5eee1 Merge pull request #1360 from nicolasnoble/flakes by Yang Gao · 9 years ago
  61. 04f8156 Cleanup by Craig Tiller · 9 years ago
  62. a89cc64 Fixed dictionary usage by murgatroid99 · 9 years ago
  63. 2660ebc Actually remove them by Craig Tiller · 9 years ago
  64. d896fa5 Remove some useless lines in the Makefile by Craig Tiller · 9 years ago
  65. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  66. 3d13eb0 Fixed grpc_getMetadataArray by murgatroid99 · 9 years ago
  67. 4107ba2 Merge pull request #1365 from yang-g/init by Craig Tiller · 9 years ago
  68. 69927d6 Addressed review comments by murgatroid99 · 9 years ago
  69. 96de484 Add the new header to build.json and regenerate projects by Yang Gao · 9 years ago
  70. 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
  71. 463a7a8 Fixed indentation by murgatroid99 · 9 years ago
  72. 436f964 Flagging a few census tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  73. 30b7d4e Migrated Objective C library to C batch API by murgatroid99 · 9 years ago
  74. 884f4da Merge pull request #1362 from tbetbetbe/grpc_ruby_interop_fixes by Stanley Cheung · 9 years ago
  75. 932b13b Corrects bad return values in C error-handling block by Tim Emiola · 9 years ago
  76. 9cb56f8 Move Notifier into its own file by Tim Emiola · 9 years ago
  77. 0a65578 Simplify debugging, avoid inspecting C-backed objects. by Tim Emiola · 9 years ago
  78. e79e2f5 adding csharp tests to travis by Jan Tattermusch · 9 years ago
  79. 9a7d30c improved C# support in run_tests.py by Jan Tattermusch · 9 years ago
  80. 119decc Fix logging version mismatchj by Tim Emiola · 9 years ago
  81. 117cc12 Fix failing interop servers by Tim Emiola · 9 years ago
  82. 68180a2 Merge pull request #1358 from jtattermusch/csharp_server_improvements by Tim Emiola · 9 years ago
  83. fdcd07b Merge branch 'master' of github.com:grpc/grpc into flakes by Nicolas "Pixel" Noble · 9 years ago
  84. b8137b3 Flagging some tests as flaky. by Nicolas "Pixel" Noble · 9 years ago
  85. 76e49fd Forgot to rename header guard. by Nicolas "Pixel" Noble · 9 years ago
  86. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  87. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  88. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  89. 3afd92f Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts by donnadionne · 9 years ago
  90. bc206b1 Corrects command/flags used in ruby interop tests by Tim Emiola · 9 years ago
  91. 97e294a Removing some ugly hacks from C# server and improving the comments a bit by Jan Tattermusch · 9 years ago
  92. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  93. 312b2ef Merge pull request #1350 from nicolasnoble/unsecure-no-really-this-time by Craig Tiller · 9 years ago
  94. 36e7517 Merge pull request #1356 from murgatroid99/node_grpc_custom_directory by Tim Emiola · 9 years ago
  95. 58584a3 Fixed typo in README change by murgatroid99 · 9 years ago
  96. 0a95d87 Added information about custom gRPC install locations in README, bumped version by murgatroid99 · 9 years ago
  97. b3440f5 Merge pull request #1353 from murgatroid99/node_limit_thread_usage by Tim Emiola · 9 years ago
  98. 3cffd51 Merge pull request #1355 from tbetbetbe/grpc-ruby-update-docker-file-to-refresh-bundler by donnadionne · 9 years ago
  99. ca302f5 Updates the ruby docker file to refresh bundler by Tim Emiola · 9 years ago
  100. b6a96ff Merge pull request #1354 from jcanizales/proto-grpc-runtime-upstream by Michael Lumish · 9 years ago