1. caec4bf Merge branch 'vjpai-timers' into timers by Vijay Pai · 9 years ago
  2. 7549998 Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers by Vijay Pai · 9 years ago
  3. c914c4a Infrastructure for timer insertion, logging, and testing. by Vijay Pai · 9 years ago
  4. fba5476 Merge pull request #1265 from nicolasnoble/gpr-platform by Craig Tiller · 9 years ago
  5. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  6. e23cffb Merge pull request #1264 from nicolasnoble/tls by Craig Tiller · 9 years ago
  7. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  8. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  9. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  10. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  11. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  12. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  13. d74896f Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api by Jan Tattermusch · 9 years ago
  14. 05f2d9f Merge pull request #1257 from yang-g/codegennamespace by Nicolas Noble · 9 years ago
  15. fd8f0ef Merge pull request #1260 from donnadionne/python by Tim Emiola · 9 years ago
  16. 1df5689 Merge branch 'master' of github.com:google/grpc into python by Donna Dionne · 9 years ago
  17. a6f49da Merge pull request #1253 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  18. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  19. e8382de Also fixing docker file to ensure service account is copied. by Donna Dionne · 9 years ago
  20. 5887383 python auth test command change by Donna Dionne · 9 years ago
  21. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 9 years ago
  22. 9fa41b9 Eliminate channel-wide lock for grpc_mdelem_ref. by Craig Tiller · 9 years ago
  23. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  24. c8095bd Merge pull request #1258 from yang-g/interop by jboeuf · 9 years ago
  25. d4df088 Remove TODO by Craig Tiller · 9 years ago
  26. 702c709 It turns out I missed an indirect dependency after all in 1244 by Yang Gao · 9 years ago
  27. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 9 years ago
  28. e8a0b40 Merge pull request #1016 from dklempner/no_kick_self by Nicolas Noble · 9 years ago
  29. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  30. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  31. 046c665 Merge pull request #1255 from yang-g/headers by Nicolas Noble · 9 years ago
  32. fa4549d Add missing public headers by Yang Gao · 9 years ago
  33. f017551 Merge pull request #1248 from mzhaom/bazel-build by Nicolas Noble · 9 years ago
  34. 746f5cb Fix wrong docker instance in Python interop tests by Masood Malekghassemi · 9 years ago
  35. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  36. 6392d50 add indirect dependencies by Yang Gao · 9 years ago
  37. 0a43b34 Merge pull request #1251 from donnadionne/logs by Michael Lumish · 9 years ago
  38. 1c96a8f Adding php client to interop tests. by Donna Dionne · 9 years ago
  39. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  40. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 9 years ago
  41. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  42. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  43. b22a21e Update RPC server to use the new call API by Tim Emiola · 9 years ago
  44. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  45. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 9 years ago
  46. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 9 years ago
  47. 1dae4ac Adds Call#run_batch by Tim Emiola · 9 years ago
  48. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 9 years ago
  49. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 9 years ago
  50. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 9 years ago
  51. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  52. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  53. b5d5fb3 Merge pull request #1240 from ctiller/qps by Vijay Pai · 9 years ago
  54. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  55. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 9 years ago
  56. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 9 years ago
  57. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  58. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  59. a9ef765 Merge branch 'master' of github.com:grpc/grpc into sanity by Nicolas "Pixel" Noble · 9 years ago
  60. fce25ee Addressing comments. by Julien Boeuf · 9 years ago
  61. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 9 years ago
  62. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  63. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  64. 8158c6b depend on what I use by Yang Gao · 9 years ago
  65. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  66. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  67. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  68. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  69. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 9 years ago
  70. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  71. 176f921 Revert openssl by Craig Tiller · 9 years ago
  72. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  73. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  74. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  75. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  76. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  77. 206d59a fine tuning by Craig Tiller · 9 years ago
  78. e6b0038 Add OAuth interop tests to Python by Masood Malekghassemi · 9 years ago
  79. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  80. 1c61af7 Dont sleep forever on async cq by Craig Tiller · 9 years ago
  81. 8a5a666 Handle errors better on client by Craig Tiller · 9 years ago
  82. aa2fca5 Remove asserts by Craig Tiller · 9 years ago
  83. 2c2cf6d Smoke test initial version by Craig Tiller · 9 years ago
  84. e4b1cd0 Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tag by Jan Tattermusch · 9 years ago
  85. 03d6e60 Merge pull request #1235 from murgatroid99/php_memory_leaks by Tim Emiola · 9 years ago
  86. 2f4811f Merge pull request #1233 from murgatroid99/php_generator_script by Tim Emiola · 9 years ago
  87. 2a9102c Merge pull request #1236 from ctiller/qps by Vijay Pai · 9 years ago
  88. c76b565 Use the release tag specified by the version by Tim Emiola · 9 years ago
  89. b9de09f Allow specifying warmup, benchmark times by Craig Tiller · 9 years ago
  90. aa11066 Fixed memory leaks in PHP extension code by murgatroid99 · 9 years ago
  91. fb0edb8 Merge pull request #1231 from nicolasnoble/msys2-fix by Craig Tiller · 9 years ago
  92. f726205 Port port_posix to port_windows. by Craig Tiller · 9 years ago
  93. b8fce7f Remove unix headers by Craig Tiller · 9 years ago
  94. ee76f4f Fix indentation by Craig Tiller · 9 years ago
  95. 34cf2f3 Begin port selection code for windows by Craig Tiller · 9 years ago
  96. fef0c2d Dont build uninteresting tests on Windows by Craig Tiller · 9 years ago
  97. 0ff7e69 Better defaulting of attributes by Craig Tiller · 9 years ago
  98. d625d81 Allow restricting platforms for certain tests by Craig Tiller · 9 years ago
  99. 35d06e9 Simplified script by murgatroid99 · 9 years ago
  100. 5983849 Added script to generate test .php files from .proto files by murgatroid99 · 9 years ago