1. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 10 years ago
  2. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 10 years ago
  3. d74896f Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api by Jan Tattermusch · 10 years ago
  4. 05f2d9f Merge pull request #1257 from yang-g/codegennamespace by Nicolas Noble · 10 years ago
  5. b48e010 Fixed bad op reference by Tim Emiola · 10 years ago
  6. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 10 years ago
  7. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 10 years ago
  8. e8a0b40 Merge pull request #1016 from dklempner/no_kick_self by Nicolas Noble · 10 years ago
  9. 89cc873 Move timeout handling into the extension by Tim Emiola · 10 years ago
  10. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 10 years ago
  11. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 10 years ago
  12. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 10 years ago
  13. b22a21e Update RPC server to use the new call API by Tim Emiola · 10 years ago
  14. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 10 years ago
  15. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 10 years ago
  16. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 10 years ago
  17. 1dae4ac Adds Call#run_batch by Tim Emiola · 10 years ago
  18. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 10 years ago
  19. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 10 years ago
  20. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 10 years ago
  21. 37b09f4 Adds the call operation codes by Tim Emiola · 10 years ago
  22. 564719d Updates Channel#create_call to the new API by Tim Emiola · 10 years ago
  23. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 10 years ago
  24. fce25ee Addressing comments. by Julien Boeuf · 10 years ago
  25. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 10 years ago
  26. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 10 years ago
  27. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 10 years ago
  28. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 10 years ago
  29. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 10 years ago
  30. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
  31. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 10 years ago
  32. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 10 years ago
  33. 2f4811f Merge pull request #1233 from murgatroid99/php_generator_script by Tim Emiola · 10 years ago
  34. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 10 years ago
  35. 35d06e9 Simplified script by murgatroid99 · 10 years ago
  36. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 10 years ago
  37. c8f95e3 Fixing msys2 compilation... by Nicolas "Pixel" Noble · 10 years ago
  38. 0f6a1cc Merge pull request #1226 from murgatroid99/objective_c_plugin by Tim Emiola · 10 years ago
  39. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 10 years ago
  40. c02c1d8 clang-format by Craig Tiller · 10 years ago
  41. 6d97916 Update Windows build for interface changes by Craig Tiller · 10 years ago
  42. aec96aa Fix server shutdown by Craig Tiller · 10 years ago
  43. 1068828 Merge pull request #1202 from atombender/fix-python-build-on-mac by Masood Malekghassemi · 10 years ago
  44. ac0002a Made Objective C plugin build without error by murgatroid99 · 10 years ago
  45. 8c5d68b add calltype decl where missing by Jan Tattermusch · 10 years ago
  46. 8eac91e OS X doesn't have librt, so don't link to it. by Alexander Staubo · 10 years ago
  47. d3efd0a Created Objective C stub code generators by murgatroid99 · 10 years ago
  48. bc83a5e Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 by Abhishek Kumar · 10 years ago
  49. 0c66514 Merge pull request #1217 from soltanmm/pypi by Tim Emiola · 10 years ago
  50. 81e9a74 Merge pull request #1216 from jtattermusch/csharp_version_bump by Tim Emiola · 10 years ago
  51. 14e941d Bump ruby version to match the new release by Tim Emiola · 10 years ago
  52. 2b34e5a Version update to 0.5.0 by Masood Malekghassemi · 10 years ago
  53. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 10 years ago
  54. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 10 years ago
  55. c71121c Merge pull request #1185 from nicolasnoble/the-purge by Vijay Pai · 10 years ago
  56. a397330 Fixing MacOS build breakage introduced in #1191. by Nicolas Noble · 10 years ago
  57. e4f2f15 Merge pull request #1154 from soltanmm/pypi by Tim Emiola · 10 years ago
  58. 451887b Enable PyPI package management by Masood Malekghassemi · 10 years ago
  59. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 10 years ago
  60. 4c64d46 Added example math server by Jan Tattermusch · 10 years ago
  61. fdd65f3 Merge pull request #1203 from nathanielmanistaatgoogle/update-interop-generated-code by Masood Malekghassemi · 10 years ago
  62. dce2f52 Merge pull request #1204 from jtattermusch/examples_cleanup by Michael Lumish · 10 years ago
  63. 5180df4 Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer by Masood Malekghassemi · 10 years ago
  64. 89ad057 Update the generated Python interop code. by Nathaniel Manista · 10 years ago
  65. 14832f8 Merge pull request #1191 from nicolasnoble/gpr_thd_join by Jan Tattermusch · 10 years ago
  66. 0d8d958 Merge pull request #1198 from atombender/master by Michael Lumish · 10 years ago
  67. 425e46c Fix compilation of Node package conditionally on Mac: by Alexander Staubo · 10 years ago
  68. cd7096d Add a metadata_transformer to the Python stub. by Nathaniel Manista · 10 years ago
  69. 3f670f4 Remove unused references to malloc.h (which is non-standard, Linux-specific and generally deprecated; use <cstdlib> instead). by Alexander Staubo · 10 years ago
  70. cf1a7e0 Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. by Vijay Pai · 10 years ago
  71. cc6017b Merge pull request #1189 from soltanmm/remove-semicolons by Nathaniel Manista · 10 years ago
  72. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 10 years ago
  73. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 10 years ago
  74. 300ebc4 Merge pull request #1140 from murgatroid99/node_trailing_metadata by Tim Emiola · 10 years ago
  75. 49388b3 Reworded test case descriptions by murgatroid99 · 10 years ago
  76. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 10 years ago
  77. 3a00f60 Merge pull request #1181 from murgatroid99/php_gen_code_test_update by Tim Emiola · 10 years ago
  78. 660a33e Satisfy C90 pedantry in Python adapter by Masood Malekghassemi · 10 years ago
  79. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 10 years ago
  80. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 10 years ago
  81. 74c14e5 Add in a racy check for min deadline in run_some_expired_alarms before by Vijay Pai · 10 years ago
  82. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 10 years ago
  83. 7d3d9ca Eliminate a redundant unlock-lock pair since this code is only invoked from by Vijay Pai · 10 years ago
  84. 63adffe Merge pull request #1177 from yang-g/bugfix by Vijay Pai · 10 years ago
  85. e9866e9 resolve comment by Yang Gao · 10 years ago
  86. bd946eb Merge pull request #1172 from nicolasnoble/warnings by Vijay Pai · 10 years ago
  87. 10286d3 Updated PHP files to new method names by murgatroid99 · 10 years ago
  88. c1d7e24 Changed C files to have camelCase method names by murgatroid99 · 10 years ago
  89. b53af53 Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer by Yang Gao · 10 years ago
  90. bdf24cf Merge pull request #1153 from murgatroid99/php_interop_selector_fix by Tim Emiola · 10 years ago
  91. a830d3c Merge pull request #1170 from murgatroid99/php_external_includes by Tim Emiola · 10 years ago
  92. 7f13eb2 Shutting off warnings about control paths. by Nicolas "Pixel" Noble · 10 years ago
  93. 52bc8f9 Merge pull request #1163 from soltanmm/metadata by Nathaniel Manista · 10 years ago
  94. 841f90f Add metadata support to low-level Python framework by Masood Malekghassemi · 10 years ago
  95. bfa9e4f Fixed scripts again for PHP 5.5 by murgatroid99 · 10 years ago
  96. bbbb3a0 Updated scripts with PHP 5.6's build location by murgatroid99 · 10 years ago
  97. 9e0ee11 Removed pedantic flag from PHP build by murgatroid99 · 10 years ago
  98. 8242ba7 Made external header includes use angle brackets by murgatroid99 · 10 years ago
  99. c743904 Merge pull request #1162 from murgatroid99/php_add_protos by donnadionne · 10 years ago
  100. d8cc6b8 Do not expect metadata until expecting first read by murgatroid99 · 10 years ago