1. 1a98696 add more missing headers by Yang Gao · 10 years ago
  2. 5055647 add missing header by Yang Gao · 10 years ago
  3. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  4. a143af3 Small change to documentation text. by Mugur Marculescu · 10 years ago
  5. ad82155 Update README.md by Jayant Kolhe · 10 years ago
  6. 6ef57ba Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme by Jayant Kolhe · 10 years ago
  7. fca8703 Update README.md by Jayant Kolhe · 10 years ago
  8. 691dbcc Update README.md by Jayant Kolhe · 10 years ago
  9. 300748e Update README.md by Jayant Kolhe · 10 years ago
  10. db80aff Remove cpu.h which is no longer a thing by Vijay Pai · 10 years ago
  11. 06aef23 Update README.md by Jayant Kolhe · 10 years ago
  12. 1b360d3 Update README.md by Jayant Kolhe · 10 years ago
  13. 80949e3 Create README.md by Jayant Kolhe · 10 years ago
  14. 4040e65 Create README.md by Jayant Kolhe · 10 years ago
  15. c284c54 Update README.md by Jayant Kolhe · 10 years ago
  16. 512da88 Update README.md by Jayant Kolhe · 10 years ago
  17. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 10 years ago
  18. f42c2ca Merge pull request #618 from vjpai/plugin by Nicolas Noble · 10 years ago
  19. de60b93 Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec by Jan Tattermusch · 10 years ago
  20. 0e24d5b Fixes case, other minor corrections by Tim Emiola · 10 years ago
  21. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  22. f5a7772 Merge pull request #617 from jtattermusch/csharp_namespace by Tim Emiola · 10 years ago
  23. 5df27a9 Merge pull request #604 from jboeuf/fix_sprintf by Yang Gao · 10 years ago
  24. caf7b78 nit in README by Jan Tattermusch · 10 years ago
  25. d4129ec Merge pull request #616 from jtattermusch/csharp_namespace by Tim Emiola · 10 years ago
  26. c33efe4 Fixes the grpc.gemspec, clarifies the installation instructions by Tim Emiola · 10 years ago
  27. df89cf8 Updated Copyright information and assembly versions for C# by Jan Tattermusch · 10 years ago
  28. 50b91d0 Removes unnecesary check from the interop teste by Tim Emiola · 10 years ago
  29. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  30. 222fbdf Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case by Tim Emiola · 10 years ago
  31. e2e081a Merge pull request #614 from jtattermusch/nitpicking by Tim Emiola · 10 years ago
  32. a75e4ef Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-split by Nathaniel Manista · 10 years ago
  33. b4472d8 fixed readme by Jan Tattermusch · 10 years ago
  34. 3e2ebff Python early_adopter changes in anticipation of interop client. by Nathaniel Manista · 10 years ago
  35. 148869f Merge pull request #607 from vjpai/compiler by Yang Gao · 10 years ago
  36. a5baf18 One-line fix for namespace bug by Vijay Pai · 10 years ago
  37. 1fbaad1 Rename base/interfaces_test to base/interfaces_test_case. by Nathaniel Manista · 10 years ago
  38. c09c2f4 Merge remote-tracking branch 'upstream/master' into roots by Yang Gao · 10 years ago
  39. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  40. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 10 years ago
  41. c1231eb Include typecasts so that int and size_t are not compared (since their by vjpai · 10 years ago
  42. cad5f0a Some compilers expect class SyncRequest to be declared fully and not just by vjpai · 10 years ago
  43. 20d6c1a Do not need a Mac-specific CPU header yet as there are no CPU-specific features by vjpai · 10 years ago
  44. 90bd7c4 Fixing sprintf and a few other things. by Julien Boeuf · 10 years ago
  45. 26fd5a4 Merge pull request #603 from ctiller/chex7 by David Klempner · 10 years ago
  46. 97303a9 Merge pull request #585 from jayantkolhe/jayantkolhe-patch-1 by Tim Emiola · 10 years ago
  47. 60220f2 Merge pull request #598 from jcanizales/import-ios-library by Tim Emiola · 10 years ago
  48. bbf11f7 Merge pull request #590 from murgatroid99/node_auth_integration by Tim Emiola · 10 years ago
  49. 45d2669 Merge pull request #600 from nicolasnoble/make-install by Craig Tiller · 10 years ago
  50. 43a2b17 Fix a TSAN reported race by Craig Tiller · 10 years ago
  51. bd6ceee Merge pull request #1 from jayantkolhe/jayantkolhe-patch-1 by Tim Emiola · 10 years ago
  52. bdc8baf Added comment about where Google credentials come from by murgatroid99 · 10 years ago
  53. 522d712 Polishing Makefile to better install targets. by Nicolas "Pixel" Noble · 10 years ago
  54. 9409ad8 Adds copyright notices to the GRPCClient files. by Jorge Canizales · 10 years ago
  55. fb89ee3 Merge pull request #597 from ctiller/chex5 by Craig Tiller · 10 years ago
  56. 59ea16f Fix a race where an fd can be deleted during polling by Craig Tiller · 10 years ago
  57. 839ed10 Update README.md by Jayant Kolhe · 10 years ago
  58. d9f3dfe Merge pull request #581 from ctiller/an-update-on-c++ by Yang Gao · 10 years ago
  59. 8979319 Update README.md by Jayant Kolhe · 10 years ago
  60. 2627e4e Merge with async unary changes by Craig Tiller · 10 years ago
  61. 646f601 Merge pull request #594 from jtattermusch/fix_include by Nicolas Noble · 10 years ago
  62. 5bac11a Merge pull request #595 from ctiller/chex3 by Nicolas Noble · 10 years ago
  63. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  64. e9defd7 Delete symlink to my home directory by Craig Tiller · 10 years ago
  65. 2f2afd2 fixed string.h include by Jan Tattermusch · 10 years ago
  66. d24d13d Simplify TryPluck by Craig Tiller · 10 years ago
  67. c7851cf Merge pull request #593 from jtattermusch/separate_csharp_install by Nicolas Noble · 10 years ago
  68. c7625b0 Move header #include by Craig Tiller · 10 years ago
  69. bb0c65b updated C# readme by Jan Tattermusch · 10 years ago
  70. 2ec0b3e make grpc_csharp_ext compile and install independently from the grpc and gpr libraries by Jan Tattermusch · 10 years ago
  71. f95e37f clang-format by Craig Tiller · 10 years ago
  72. 0fcd53c Fix a TSAN reported error by Craig Tiller · 10 years ago
  73. 84193cd Merge branch 'master' into node_auth_integration by murgatroid99 · 10 years ago
  74. 501d9d0 Added node auth interop test command by murgatroid99 · 10 years ago
  75. 8c3ed00 Added auth functionality and interop tests by murgatroid99 · 10 years ago
  76. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 10 years ago
  77. 9b98bd8 Add a src/python/README.md. by Nathaniel Manista · 10 years ago
  78. 1ff680a Merge pull request #587 from ctiller/chex2 by Nicolas Noble · 10 years ago
  79. 68bc778 2015 by Yang Gao · 10 years ago
  80. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 10 years ago
  81. 5977a6a Merge pull request #578 from jtattermusch/csharp_new_api by Michael Lumish · 10 years ago
  82. 9f36001 Merge pull request #586 from dklempner/epoll_doc_fix by Craig Tiller · 10 years ago
  83. 9be83ee Fix use-after-free. by Craig Tiller · 10 years ago
  84. a16fee2 Correct the comment documenting how to disable having multiple threads by David Klempner · 10 years ago
  85. bac5c7c Merge pull request #584 from ctiller/chex2 by Nicolas Noble · 10 years ago
  86. ec77624 fix typo: shutdown should be used in teardown. by Jan Tattermusch · 10 years ago
  87. e8f13a6 Merge pull request #583 from jtattermusch/fix_csharp_ext by Craig Tiller · 10 years ago
  88. 6a769e0 Update README.md by Jayant Kolhe · 10 years ago
  89. 603aec9 Merge remote-tracking branch 'upstream/master' into csharp_new_api by Jan Tattermusch · 10 years ago
  90. efad8fa Spam cleanup, test speedup by Craig Tiller · 10 years ago
  91. 1c7bdf5 removed reference to missing grpc_server_add_secure_http2_port by Jan Tattermusch · 10 years ago
  92. 3c65bca Merge pull request #582 from ctiller/chex2 by Nicolas Noble · 10 years ago
  93. e359002 Merge pull request #576 from vjpai/mac by Nicolas Noble · 10 years ago
  94. 1a305b1 Make valgrind a bit more useful by Craig Tiller · 10 years ago
  95. befd64e Merge pull request #572 from ctiller/dox7 by Nathaniel Manista · 10 years ago
  96. d50bf4d Merge pull request #563 from ctiller/dox4 by Nathaniel Manista · 10 years ago
  97. f01ea7c Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  98. 7326901 Merge pull request #579 from yang-g/c++api by Craig Tiller · 10 years ago
  99. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 10 years ago
  100. 492968f Server side cancellation receive support by Craig Tiller · 10 years ago