1. 5cfc4b9 Merge pull request #1274 from ctiller/inline-slice-buffer-for-realsy by Vijay Pai · 10 years ago
  2. 7b3b058 Merge pull request #1270 from jboeuf/server_security_context_factory by Yang Gao · 10 years ago
  3. 721f362 Inline initial slice buffer allocation by Craig Tiller · 10 years ago
  4. dcfe504 Merge pull request #1269 from ctiller/racefix by jboeuf · 10 years ago
  5. 693de45 Bump node library version to publish bugfix by murgatroid99 · 10 years ago
  6. dda7949 Merge pull request #1268 from murgatroid99/node_response_error_test by Tim Emiola · 10 years ago
  7. 6c71ce5 Refactoring of server context creation (incremental improvement). by Julien Boeuf · 10 years ago
  8. 954d7a2 Fix race on shutdown by Craig Tiller · 10 years ago
  9. 353d422 Fixed bugs in trailing metadata handling and math server example by murgatroid99 · 10 years ago
  10. 693b7ab Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 10 years ago
  11. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 10 years ago
  12. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 10 years ago
  13. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 10 years ago
  14. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 10 years ago
  15. d74896f Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api by Jan Tattermusch · 10 years ago
  16. 05f2d9f Merge pull request #1257 from yang-g/codegennamespace by Nicolas Noble · 10 years ago
  17. b48e010 Fixed bad op reference by Tim Emiola · 10 years ago
  18. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 10 years ago
  19. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 10 years ago
  20. e8a0b40 Merge pull request #1016 from dklempner/no_kick_self by Nicolas Noble · 10 years ago
  21. 89cc873 Move timeout handling into the extension by Tim Emiola · 10 years ago
  22. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 10 years ago
  23. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 10 years ago
  24. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 10 years ago
  25. b22a21e Update RPC server to use the new call API by Tim Emiola · 10 years ago
  26. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 10 years ago
  27. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 10 years ago
  28. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 10 years ago
  29. 1dae4ac Adds Call#run_batch by Tim Emiola · 10 years ago
  30. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 10 years ago
  31. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 10 years ago
  32. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 10 years ago
  33. 37b09f4 Adds the call operation codes by Tim Emiola · 10 years ago
  34. 564719d Updates Channel#create_call to the new API by Tim Emiola · 10 years ago
  35. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 10 years ago
  36. fce25ee Addressing comments. by Julien Boeuf · 10 years ago
  37. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 10 years ago
  38. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 10 years ago
  39. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 10 years ago
  40. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 10 years ago
  41. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 10 years ago
  42. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
  43. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 10 years ago
  44. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 10 years ago
  45. 2f4811f Merge pull request #1233 from murgatroid99/php_generator_script by Tim Emiola · 10 years ago
  46. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 10 years ago
  47. 35d06e9 Simplified script by murgatroid99 · 10 years ago
  48. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 10 years ago
  49. a181436 Make endpoint_pair_windows compile. by Craig Tiller · 10 years ago
  50. 1861dca Fix #ifdef by Craig Tiller · 10 years ago
  51. 532fa36 Add endpoint_pair_windows.c (never compiled) by Craig Tiller · 10 years ago
  52. 818efa6 Implement gpr_sleep_until for Windows. by Craig Tiller · 10 years ago
  53. c8f95e3 Fixing msys2 compilation... by Nicolas "Pixel" Noble · 10 years ago
  54. 0f6a1cc Merge pull request #1226 from murgatroid99/objective_c_plugin by Tim Emiola · 10 years ago
  55. 0de5407 Merge pull request #1221 from jtattermusch/math_server by Tim Emiola · 10 years ago
  56. c02c1d8 clang-format by Craig Tiller · 10 years ago
  57. 6d97916 Update Windows build for interface changes by Craig Tiller · 10 years ago
  58. aec96aa Fix server shutdown by Craig Tiller · 10 years ago
  59. 55b7306 Update Windows build for interface changes by Craig Tiller · 10 years ago
  60. a99157f Fix server shutdown by Craig Tiller · 10 years ago
  61. 1068828 Merge pull request #1202 from atombender/fix-python-build-on-mac by Masood Malekghassemi · 10 years ago
  62. ac0002a Made Objective C plugin build without error by murgatroid99 · 10 years ago
  63. 8c5d68b add calltype decl where missing by Jan Tattermusch · 10 years ago
  64. 8eac91e OS X doesn't have librt, so don't link to it. by Alexander Staubo · 10 years ago
  65. d3efd0a Created Objective C stub code generators by murgatroid99 · 10 years ago
  66. bc83a5e Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0 by Abhishek Kumar · 10 years ago
  67. 0c66514 Merge pull request #1217 from soltanmm/pypi by Tim Emiola · 10 years ago
  68. 81e9a74 Merge pull request #1216 from jtattermusch/csharp_version_bump by Tim Emiola · 10 years ago
  69. 14e941d Bump ruby version to match the new release by Tim Emiola · 10 years ago
  70. 2b34e5a Version update to 0.5.0 by Masood Malekghassemi · 10 years ago
  71. e8fef43 csharp version 0.1 -> 0.2 by Jan Tattermusch · 10 years ago
  72. 2db4ebd Updated composer.json to version 0.5.0 by murgatroid99 · 10 years ago
  73. c71121c Merge pull request #1185 from nicolasnoble/the-purge by Vijay Pai · 10 years ago
  74. a397330 Fixing MacOS build breakage introduced in #1191. by Nicolas Noble · 10 years ago
  75. e4f2f15 Merge pull request #1154 from soltanmm/pypi by Tim Emiola · 10 years ago
  76. 451887b Enable PyPI package management by Masood Malekghassemi · 10 years ago
  77. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 10 years ago
  78. 4c64d46 Added example math server by Jan Tattermusch · 10 years ago
  79. fdd65f3 Merge pull request #1203 from nathanielmanistaatgoogle/update-interop-generated-code by Masood Malekghassemi · 10 years ago
  80. dce2f52 Merge pull request #1204 from jtattermusch/examples_cleanup by Michael Lumish · 10 years ago
  81. 5180df4 Merge pull request #1201 from nathanielmanistaatgoogle/metadata-transformer by Masood Malekghassemi · 10 years ago
  82. 89ad057 Update the generated Python interop code. by Nathaniel Manista · 10 years ago
  83. 14832f8 Merge pull request #1191 from nicolasnoble/gpr_thd_join by Jan Tattermusch · 10 years ago
  84. 0d8d958 Merge pull request #1198 from atombender/master by Michael Lumish · 10 years ago
  85. 425e46c Fix compilation of Node package conditionally on Mac: by Alexander Staubo · 10 years ago
  86. cd7096d Add a metadata_transformer to the Python stub. by Nathaniel Manista · 10 years ago
  87. 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
  88. cf1a7e0 Remove the racy check added in commit i74c14e5ac752edc7e1dc0aaf31abfd1153df1d0a. by Vijay Pai · 10 years ago
  89. cc6017b Merge pull request #1189 from soltanmm/remove-semicolons by Nathaniel Manista · 10 years ago
  90. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 10 years ago
  91. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 10 years ago
  92. 300ebc4 Merge pull request #1140 from murgatroid99/node_trailing_metadata by Tim Emiola · 10 years ago
  93. 49388b3 Reworded test case descriptions by murgatroid99 · 10 years ago
  94. 8be9887 Merge pull request #1178 from murgatroid99/php_camel_case_methods by Tim Emiola · 10 years ago
  95. 3a00f60 Merge pull request #1181 from murgatroid99/php_gen_code_test_update by Tim Emiola · 10 years ago
  96. 660a33e Satisfy C90 pedantry in Python adapter by Masood Malekghassemi · 10 years ago
  97. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 10 years ago
  98. 8c61db9 cleanup of C# API examples by Jan Tattermusch · 10 years ago
  99. 74c14e5 Add in a racy check for min deadline in run_some_expired_alarms before by Vijay Pai · 10 years ago
  100. e80fdd3 Updated GeneratedCodeTest to match (not so) recent stub changes by murgatroid99 · 10 years ago