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