1. 5b47818 Some compilers not happy with <:: and need < :: instead by vjpai · 10 years ago
  2. c729d93 signed-unsigned comparison issue by vjpai · 10 years ago
  3. b681d0a Merge pull request #656 from jtattermusch/csharp_projectrename by Tim Emiola · 10 years ago
  4. 477ce9f Merge pull request #627 from nathanielmanistaatgoogle/sync-async by Nathaniel Manista · 10 years ago
  5. 331fcb9 Add SyncAsync interfaces and implementations. by Nathaniel Manista · 10 years ago
  6. b472e23 Merge pull request #657 from nathanielmanistaatgoogle/thread-leak-fix by Nathaniel Manista · 10 years ago
  7. 97993b6 Fix a thread leak bug. by Nathaniel Manista · 10 years ago
  8. c9a53f9 Merge pull request #606 from yang-g/roots by Craig Tiller · 10 years ago
  9. 7a5b53c Merge pull request #655 from yang-g/copyleft by Craig Tiller · 10 years ago
  10. aad0325 Merge pull request #652 from ctiller/interop2 by Yang Gao · 10 years ago
  11. 87e8b6d Merge pull request #651 from ctiller/interop by Yang Gao · 10 years ago
  12. b2d4b83 Added EXPERIMENTAL-ONLY disclaimer file by Jan Tattermusch · 10 years ago
  13. 0182981 update README file by Jan Tattermusch · 10 years ago
  14. 92aa11d renamed MathClient -> Grpc.Examples.MathClient by Jan Tattermusch · 10 years ago
  15. babfd91 Rename Grpc.Api to Grpc.Examples by Jan Tattermusch · 10 years ago
  16. d3a7927 moved proto files to Grpc.IntegrationTesting by Jan Tattermusch · 10 years ago
  17. 03e9da7 moved interop testing specific files to Grpc.IntegrationTesting by Jan Tattermusch · 10 years ago
  18. 8b86b15 renaming of VS projects and other minor structural fixes by Jan Tattermusch · 10 years ago
  19. b84abbd set assembly versions to 0.1 to have lower version than languages in alpha by Jan Tattermusch · 10 years ago
  20. 5fc9029 include .m in check_copyright.py by Yang Gao · 10 years ago
  21. 16a6ea6 Ensure interop tests are run as part of run_tests by Craig Tiller · 10 years ago
  22. 1b2f902 Merge pull request #645 from ctiller/32bit by Jan Tattermusch · 10 years ago
  23. d9e6413 Fix server side large message receiving by Craig Tiller · 10 years ago
  24. 4a85899 Merge pull request #650 from Yhg1s/master by Nathaniel Manista · 10 years ago
  25. c04c573 Clean up Python C API use in src/python/src/grpc/_adapter/*.c. Specifically: by Thomas Wouters · 10 years ago
  26. 2efc1cb Merge pull request #647 from grpc/revert-646-ssl_roots_file by Nicolas Noble · 10 years ago
  27. 2c29920 Revert "Adding a constant for a well known place where the SSL roots are installed." by Nicolas Noble · 10 years ago
  28. 1d435e1 Merge pull request #646 from jboeuf/ssl_roots_file by Nicolas Noble · 10 years ago
  29. cf476ee Merge pull request #21 from nicolasnoble/32bit by Craig Tiller · 10 years ago
  30. e567fa9 Some 32 bits platforms don't like buildint asm for openssl. by Nicolas "Pixel" Noble · 10 years ago
  31. d0c0a9d Adding a constant for a well known place where the SSL roots are installed. by Julien Boeuf · 10 years ago
  32. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 10 years ago
  33. 99d6593 Merge pull request #638 from vjpai/expecteq by Craig Tiller · 10 years ago
  34. b73578f Merge pull request #643 from nicolasnoble/gflags by Craig Tiller · 10 years ago
  35. 7e80efc Making the usage of gflags uniform across distributions. by Nicolas "Pixel" Noble · 10 years ago
  36. a52ba57 Merge pull request #642 from nicolasnoble/gflags by Eric Anderson · 10 years ago
  37. ba60820 Fixing gflags' include path. by Nicolas "Pixel" Noble · 10 years ago
  38. 52978e5 Merge pull request #639 from soltanmm/master by Nathaniel Manista · 10 years ago
  39. 081f956 Removed unused/wrong generated Python code imports from Python codegen. by Masood Malekghassemi · 10 years ago
  40. 6044f2f Merge pull request #636 from murgatroid99/node_mocha_fix by donnadionne · 10 years ago
  41. dbbdda5 EXPECT_EQ Mac issue... by vjpai · 10 years ago
  42. 777a089 Explicitly use nodejs to run tests by murgatroid99 · 10 years ago
  43. 6d96a03 Merge pull request #633 from nicolasnoble/ldconfig by Jan Tattermusch · 10 years ago
  44. f4ce945 Merge pull request #631 from soltanmm/master by Tim Emiola · 10 years ago
  45. 71a3a41 Merge pull request #634 from murgatroid99/node_header_fix by donnadionne · 10 years ago
  46. d81b6e3 Removed reference to non-existent header by murgatroid99 · 10 years ago
  47. cc2b42a Running ldconfig shouldn't fail; so we can run fakeroot make install properly. by Nicolas "Pixel" Noble · 10 years ago
  48. f8e297a Added protoc plugin for Python GRPC. by Masood Malekghassemi · 10 years ago
  49. 3e9e180 Merge pull request #629 from jcanizales/fix-internal-include-path by Tim Emiola · 10 years ago
  50. 788b766 Fix internal include path by Jorge Canizales · 10 years ago
  51. 85e4f53 Merge pull request #628 from murgatroid99/node_lint by Tim Emiola · 10 years ago
  52. dca966d Fixed lint errors by murgatroid99 · 10 years ago
  53. 929325c Merge pull request #621 from yang-g/header by Nicolas Noble · 10 years ago
  54. f8a9b1c Added lint script by murgatroid99 · 10 years ago
  55. af656b7 Merge pull request #625 from murgatroid99/node_package_files_include by Tim Emiola · 10 years ago
  56. a1e63a0 Merge pull request #620 from vjpai/buildjson by David Klempner · 10 years ago
  57. 9ea2e3a Added files to the node package by murgatroid99 · 10 years ago
  58. 1a98696 add more missing headers by Yang Gao · 10 years ago
  59. 5055647 add missing header by Yang Gao · 10 years ago
  60. 04e3a6e Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2 by Mugur Marculescu · 10 years ago
  61. a143af3 Small change to documentation text. by Mugur Marculescu · 10 years ago
  62. ad82155 Update README.md by Jayant Kolhe · 10 years ago
  63. 6ef57ba Merge pull request #589 from nathanielmanistaatgoogle/src-python-readme by Jayant Kolhe · 10 years ago
  64. fca8703 Update README.md by Jayant Kolhe · 10 years ago
  65. 691dbcc Update README.md by Jayant Kolhe · 10 years ago
  66. 300748e Update README.md by Jayant Kolhe · 10 years ago
  67. db80aff Remove cpu.h which is no longer a thing by Vijay Pai · 10 years ago
  68. 06aef23 Update README.md by Jayant Kolhe · 10 years ago
  69. 1b360d3 Update README.md by Jayant Kolhe · 10 years ago
  70. 80949e3 Create README.md by Jayant Kolhe · 10 years ago
  71. 4040e65 Create README.md by Jayant Kolhe · 10 years ago
  72. c284c54 Update README.md by Jayant Kolhe · 10 years ago
  73. 512da88 Update README.md by Jayant Kolhe · 10 years ago
  74. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 10 years ago
  75. f42c2ca Merge pull request #618 from vjpai/plugin by Nicolas Noble · 10 years ago
  76. de60b93 Merge pull request #615 from tbetbetbe/grpc_fix_grpc_gemspec by Jan Tattermusch · 10 years ago
  77. 0e24d5b Fixes case, other minor corrections by Tim Emiola · 10 years ago
  78. 850290f Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it by Vijay Pai · 10 years ago
  79. f5a7772 Merge pull request #617 from jtattermusch/csharp_namespace by Tim Emiola · 10 years ago
  80. 5df27a9 Merge pull request #604 from jboeuf/fix_sprintf by Yang Gao · 10 years ago
  81. caf7b78 nit in README by Jan Tattermusch · 10 years ago
  82. d4129ec Merge pull request #616 from jtattermusch/csharp_namespace by Tim Emiola · 10 years ago
  83. c33efe4 Fixes the grpc.gemspec, clarifies the installation instructions by Tim Emiola · 10 years ago
  84. df89cf8 Updated Copyright information and assembly versions for C# by Jan Tattermusch · 10 years ago
  85. 50b91d0 Removes unnecesary check from the interop teste by Tim Emiola · 10 years ago
  86. 3086862 Changed namespace from Google.GRPC to Grpc, sorted using statements, minor refactorings by Jan Tattermusch · 10 years ago
  87. 222fbdf Merge pull request #608 from nathanielmanistaatgoogle/interfaces_test_case by Tim Emiola · 10 years ago
  88. e2e081a Merge pull request #614 from jtattermusch/nitpicking by Tim Emiola · 10 years ago
  89. a75e4ef Merge pull request #610 from nathanielmanistaatgoogle/early-adopter-split by Nathaniel Manista · 10 years ago
  90. b4472d8 fixed readme by Jan Tattermusch · 10 years ago
  91. 3e2ebff Python early_adopter changes in anticipation of interop client. by Nathaniel Manista · 10 years ago
  92. 148869f Merge pull request #607 from vjpai/compiler by Yang Gao · 10 years ago
  93. a5baf18 One-line fix for namespace bug by Vijay Pai · 10 years ago
  94. 1fbaad1 Rename base/interfaces_test to base/interfaces_test_case. by Nathaniel Manista · 10 years ago
  95. c09c2f4 Merge remote-tracking branch 'upstream/master' into roots by Yang Gao · 10 years ago
  96. 0d1e2f2 remove prod_roots_certs.c since it is not used anywhere by Yang Gao · 10 years ago
  97. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 10 years ago
  98. c1231eb Include typecasts so that int and size_t are not compared (since their by vjpai · 10 years ago
  99. cad5f0a Some compilers expect class SyncRequest to be declared fully and not just by vjpai · 10 years ago
  100. 20d6c1a Do not need a Mac-specific CPU header yet as there are no CPU-specific features by vjpai · 10 years ago