1. 477ce9f Merge pull request #627 from nathanielmanistaatgoogle/sync-async by Nathaniel Manista · 9 years ago
  2. 331fcb9 Add SyncAsync interfaces and implementations. by Nathaniel Manista · 9 years ago
  3. 410ddaa Formatted db file by murgatroid99 · 9 years ago
  4. 3f1e696 Disabled httpcli_test, and ran build cleaner. by Nicolas "Pixel" Noble · 9 years ago
  5. b472e23 Merge pull request #657 from nathanielmanistaatgoogle/thread-leak-fix by Nathaniel Manista · 9 years ago
  6. 97993b6 Fix a thread leak bug. by Nathaniel Manista · 9 years ago
  7. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 9 years ago
  8. 7a5b53c Merge pull request #655 from yang-g/copyleft by Craig Tiller · 9 years ago
  9. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 9 years ago
  10. 87e8b6d Merge pull request #651 from ctiller/interop by Yang Gao · 9 years ago
  11. b2d4b83 Added EXPERIMENTAL-ONLY disclaimer file by Jan Tattermusch · 9 years ago
  12. 0182981 update README file by Jan Tattermusch · 9 years ago
  13. 92aa11d renamed MathClient -> Grpc.Examples.MathClient by Jan Tattermusch · 9 years ago
  14. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 9 years ago
  15. d3a7927 moved proto files to Grpc.IntegrationTesting by Jan Tattermusch · 9 years ago
  16. 03e9da7 moved interop testing specific files to Grpc.IntegrationTesting by Jan Tattermusch · 9 years ago
  17. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 9 years ago
  18. b84abbd set assembly versions to 0.1 to have lower version than languages in alpha by Jan Tattermusch · 9 years ago
  19. 5fc9029 include .m in check_copyright.py by Yang Gao · 9 years ago
  20. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 9 years ago
  21. 1b2f902 Merge pull request #645 from ctiller/32bit by Jan Tattermusch · 9 years ago
  22. d9e6413 Fix server side large message receiving by Craig Tiller · 9 years ago
  23. 4a85899 Merge pull request #650 from Yhg1s/master by Nathaniel Manista · 9 years ago
  24. c04c573 Clean up Python C API use in src/python/src/grpc/_adapter/*.c. Specifically: by Thomas Wouters · 9 years ago
  25. 2efc1cb Merge pull request #647 from grpc/revert-646-ssl_roots_file by Nicolas Noble · 9 years ago
  26. 2c29920 Revert "Adding a constant for a well known place where the SSL roots are installed." by Nicolas Noble · 9 years ago
  27. 1d435e1 Merge pull request #646 from jboeuf/ssl_roots_file by Nicolas Noble · 9 years ago
  28. cf476ee Merge pull request #21 from nicolasnoble/32bit by Craig Tiller · 9 years ago
  29. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 9 years ago
  30. d0c0a9d Adding a constant for a well known place where the SSL roots are installed. by Julien Boeuf · 9 years ago
  31. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 9 years ago
  32. 99d6593 Merge pull request #638 from vjpai/expecteq by Craig Tiller · 9 years ago
  33. b73578f Merge pull request #643 from nicolasnoble/gflags by Craig Tiller · 9 years ago
  34. e448742 changed deb files name by Jan Tattermusch · 9 years ago
  35. 9dece9e fixes to debian package building by Jan Tattermusch · 9 years ago
  36. ed85723 moved distpackages to tools by Jan Tattermusch · 9 years ago
  37. 25380de Adding tool for generating JWTs on the command line. by Julien Boeuf · 9 years ago
  38. cf774b9 create deb dir if it does not exist by Jan Tattermusch · 9 years ago
  39. 5144cb4 removed generated deb files and put deb dir to gitignore by Jan Tattermusch · 9 years ago
  40. d7e8765 Added client and fixed some server bugs by murgatroid99 · 9 years ago
  41. ac5b5f2 always run lintian when building deb packages by Jan Tattermusch · 9 years ago
  42. 4720bab fixes of some lintian reports by Jan Tattermusch · 9 years ago
  43. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 9 years ago
  44. a52ba57 Merge pull request #642 from nicolasnoble/gflags by Eric Anderson · 9 years ago
  45. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 9 years ago
  46. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 9 years ago
  47. 52978e5 Merge pull request #639 from soltanmm/master by Nathaniel Manista · 9 years ago
  48. 081f956 Removed unused/wrong generated Python code imports from Python codegen. by Masood Malekghassemi · 9 years ago
  49. 6044f2f Merge pull request #636 from murgatroid99/node_mocha_fix by donnadionne · 9 years ago
  50. dbbdda5 EXPECT_EQ Mac issue... by vjpai · 9 years ago
  51. 81a14e8 Script for generating deb files and deb files. by Jan Tattermusch · 9 years ago
  52. 777a089 Explicitly use nodejs to run tests by murgatroid99 · 9 years ago
  53. 6d96a03 Merge pull request #633 from nicolasnoble/ldconfig by Jan Tattermusch · 9 years ago
  54. a6793f2 Merge branch 'master' into node_route_guide_sample by murgatroid99 · 9 years ago
  55. f4ce945 Merge pull request #631 from soltanmm/master by Tim Emiola · 9 years ago
  56. 71a3a41 Merge pull request #634 from murgatroid99/node_header_fix by donnadionne · 9 years ago
  57. d81b6e3 Removed reference to non-existent header by murgatroid99 · 9 years ago
  58. 33e0989 Switched to a smaller area of features by murgatroid99 · 9 years ago
  59. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 9 years ago
  60. b6c2f52 Switched to using pre-defined list of features by murgatroid99 · 9 years ago
  61. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 9 years ago
  62. 3e9e180 Merge pull request #629 from jcanizales/fix-internal-include-path by Tim Emiola · 9 years ago
  63. 788b766 Fix internal include path by Jorge Canizales · 9 years ago
  64. 85e4f53 Merge pull request #628 from murgatroid99/node_lint by Tim Emiola · 9 years ago
  65. dca966d Fixed lint errors by murgatroid99 · 9 years ago
  66. 929325c Merge pull request #621 from yang-g/header by Nicolas Noble · 9 years ago
  67. f8a9b1c Added lint script by murgatroid99 · 9 years ago
  68. af656b7 Merge pull request #625 from murgatroid99/node_package_files_include by Tim Emiola · 9 years ago
  69. a1e63a0 Merge pull request #620 from vjpai/buildjson by David Klempner · 9 years ago
  70. 9ea2e3a Added files to the node package by murgatroid99 · 9 years ago
  71. 1a98696 add more missing headers by Yang Gao · 9 years ago
  72. 5055647 add missing header by Yang Gao · 9 years ago
  73. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 9 years ago
  74. a143af3 Small change to documentation text. by Mugur Marculescu · 9 years ago
  75. ad82155 Update README.md by Jayant Kolhe · 9 years ago
  76. 6ef57ba Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme by Jayant Kolhe · 9 years ago
  77. fca8703 Update README.md by Jayant Kolhe · 9 years ago
  78. 691dbcc Update README.md by Jayant Kolhe · 9 years ago
  79. 300748e Update README.md by Jayant Kolhe · 9 years ago
  80. db80aff Remove cpu.h which is no longer a thing by Vijay Pai · 9 years ago
  81. 06aef23 Update README.md by Jayant Kolhe · 9 years ago
  82. 1b360d3 Update README.md by Jayant Kolhe · 9 years ago
  83. 80949e3 Create README.md by Jayant Kolhe · 9 years ago
  84. 4040e65 Create README.md by Jayant Kolhe · 9 years ago
  85. c284c54 Update README.md by Jayant Kolhe · 9 years ago
  86. 512da88 Update README.md by Jayant Kolhe · 9 years ago
  87. 1d369e5 Added comments and fixed some minor bugs by murgatroid99 · 9 years ago
  88. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 9 years ago
  89. f42c2ca Merge pull request #618 from vjpai/plugin by Nicolas Noble · 9 years ago
  90. de60b93 Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec by Jan Tattermusch · 9 years ago
  91. 0e24d5b Fixes case, other minor corrections by Tim Emiola · 9 years ago
  92. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 9 years ago
  93. f5a7772 Merge pull request #617 from jtattermusch/csharp_namespace by Tim Emiola · 9 years ago
  94. 5df27a9 Merge pull request #604 from jboeuf/fix_sprintf by Yang Gao · 9 years ago
  95. caf7b78 nit in README by Jan Tattermusch · 9 years ago
  96. d4129ec Merge pull request #616 from jtattermusch/csharp_namespace by Tim Emiola · 9 years ago
  97. c33efe4 Fixes the grpc.gemspec, clarifies the installation instructions by Tim Emiola · 9 years ago
  98. df89cf8 Updated Copyright information and assembly versions for C# by Jan Tattermusch · 9 years ago
  99. 50b91d0 Removes unnecesary check from the interop teste by Tim Emiola · 9 years ago
  100. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 9 years ago