1. 83df2c3 Merge branch 'master' of git://github.com/vjpai/grpc into timers by Vijay Pai · 9 years ago
  2. 98efdcb Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  3. d0e32f9 Merge pull request #1232 from ctiller/windows-fixes by Nicolas Noble · 9 years ago
  4. 6c71ce5 Refactoring of server context creation (incremental improvement). by Julien Boeuf · 9 years ago
  5. a45c93e Visual Studio build files by Vijay Pai · 9 years ago
  6. 0310f13 clang-format results by Vijay Pai · 9 years ago
  7. 9cccb08 Stub out precise clock structure from the overall flow of timers.c so that by Vijay Pai · 9 years ago
  8. 954d7a2 Fix race on shutdown by Craig Tiller · 9 years ago
  9. 353d422 Fixed bugs in trailing metadata handling and math server example by murgatroid99 · 9 years ago
  10. 0b9d0da Space by Vijay Pai · 9 years ago
  11. 2288f5b Eliminate unneeded asserts by Vijay Pai · 9 years ago
  12. bc17113 Allow a build config called CONFIG=latprof that defines the appropriate by Vijay Pai · 9 years ago
  13. cc896d5 Merge github.com:grpc/grpc into metadata by Craig Tiller · 9 years ago
  14. 1ae46a2 Change barriers to protect the innocent by Craig Tiller · 9 years ago
  15. 6dfa7e6 Move files to a new "profiling" directory to better distinguish from census by Vijay Pai · 9 years ago
  16. 479a961 third_party/openssl by Craig Tiller · 9 years ago
  17. 693b7ab Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  18. 9a70c1a Merge pull request #1245 from yugui/fix/prefix by Tim Emiola · 9 years ago
  19. d180e03 Update build files by Craig Tiller · 9 years ago
  20. 0a94998 Merge github.com:grpc/grpc into windows-fixes by Craig Tiller · 9 years ago
  21. c5624f7 Merge branch 'vjpai-timers' into timers by Vijay Pai · 9 years ago
  22. a3f6c4e Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  23. f7c6647 Merge branch 'vjpai-timers' by Vijay Pai · 9 years ago
  24. caec4bf Merge branch 'vjpai-timers' into timers by Vijay Pai · 9 years ago
  25. 7549998 Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers by Vijay Pai · 9 years ago
  26. c914c4a Infrastructure for timer insertion, logging, and testing. by Vijay Pai · 9 years ago
  27. fba5476 Merge pull request #1265 from nicolasnoble/gpr-platform by Craig Tiller · 9 years ago
  28. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  29. e23cffb Merge pull request #1264 from nicolasnoble/tls by Craig Tiller · 9 years ago
  30. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  31. 2e50a7a Also fix rb_CallOps too. by Yuki Yugui Sonoda · 9 years ago
  32. a7d369e Use the prefix "grpc_rb_" rather than just "grpc_". by Yuki Yugui Sonoda · 9 years ago
  33. 0f75ff5 Merge branch 'master' into fix/prefix by Yuki Yugui Sonoda · 9 years ago
  34. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  35. 30cb596 Merge pull request #1249 from ctiller/tls by Nicolas Noble · 9 years ago
  36. d74896f Merge pull request #1188 from tbetbetbe/grpc_ruby_switch_to_new_call_api by Jan Tattermusch · 9 years ago
  37. 05f2d9f Merge pull request #1257 from yang-g/codegennamespace by Nicolas Noble · 9 years ago
  38. fd8f0ef Merge pull request #1260 from donnadionne/python by Tim Emiola · 9 years ago
  39. 1df5689 Merge branch 'master' of github.com:google/grpc into python by Donna Dionne · 9 years ago
  40. a6f49da Merge pull request #1253 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  41. b48e010 Fixed bad op reference by Tim Emiola · 9 years ago
  42. e8382de Also fixing docker file to ensure service account is copied. by Donna Dionne · 9 years ago
  43. 5887383 python auth test command change by Donna Dionne · 9 years ago
  44. b1c55ce Merge github.com:grpc/grpc into local_worker by Craig Tiller · 9 years ago
  45. 9fa41b9 Eliminate channel-wide lock for grpc_mdelem_ref. by Craig Tiller · 9 years ago
  46. 2efdeba Adds comments to clarify memory handling by Tim Emiola · 9 years ago
  47. c8095bd Merge pull request #1258 from yang-g/interop by jboeuf · 9 years ago
  48. d4df088 Remove TODO by Craig Tiller · 9 years ago
  49. 702c709 It turns out I missed an indirect dependency after all in 1244 by Yang Gao · 9 years ago
  50. 1dc1a43 When the proto file does not contain a package, do not generate namespace by Yang Gao · 9 years ago
  51. e8a0b40 Merge pull request #1016 from dklempner/no_kick_self by Nicolas Noble · 9 years ago
  52. 92cd367 Merge pull request #1244 from yang-g/interop by Nicolas Noble · 9 years ago
  53. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  54. 046c665 Merge pull request #1255 from yang-g/headers by Nicolas Noble · 9 years ago
  55. fa4549d Add missing public headers by Yang Gao · 9 years ago
  56. f017551 Merge pull request #1248 from mzhaom/bazel-build by Nicolas Noble · 9 years ago
  57. 746f5cb Fix wrong docker instance in Python interop tests by Masood Malekghassemi · 9 years ago
  58. 3c0ba0c Extend bazel BUILD file to build all the C/C++ libraries as well as by Ming Zhao · 9 years ago
  59. 6392d50 add indirect dependencies by Yang Gao · 9 years ago
  60. 0a43b34 Merge pull request #1251 from donnadionne/logs by Michael Lumish · 9 years ago
  61. 1c96a8f Adding php client to interop tests. by Donna Dionne · 9 years ago
  62. 89cc873 Move timeout handling into the extension by Tim Emiola · 9 years ago
  63. c8b55a3 Cleanup: remove redundant extension code by Tim Emiola · 9 years ago
  64. 495e9a8 Cleanup: remove redundant ruby code by Tim Emiola · 9 years ago
  65. f90ce67 Updates BidiCall/ClientStub to the new Call API by Tim Emiola · 9 years ago
  66. b22a21e Update RPC server to use the new call API by Tim Emiola · 9 years ago
  67. 5684b40 Updates ActiveCall to use the new call API by Tim Emiola · 9 years ago
  68. 05e934f Rewrite client_server_spec to use the new call API by Tim Emiola · 9 years ago
  69. 48b36b5 Updates Server#request_call in line with the new API by Tim Emiola · 9 years ago
  70. 1dae4ac Adds Call#run_batch by Tim Emiola · 9 years ago
  71. 98a32d3 Adds symbols to access the fields in Status struct by Tim Emiola · 9 years ago
  72. 6de558f Exposes the implementation of CompletionQueue#pluck by Tim Emiola · 9 years ago
  73. 6b493a3 Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods by Tim Emiola · 9 years ago
  74. 37b09f4 Adds the call operation codes by Tim Emiola · 9 years ago
  75. 564719d Updates Channel#create_call to the new API by Tim Emiola · 9 years ago
  76. b5d5fb3 Merge pull request #1240 from ctiller/qps by Vijay Pai · 9 years ago
  77. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  78. ffda067 Merge remote-tracking branch 'upstream/master' into interop by Yang Gao · 9 years ago
  79. bad86a0 Merge pull request #1243 from jboeuf/cpp_creds_refactor by Yang Gao · 9 years ago
  80. da0bebc Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns by Michael Lumish · 9 years ago
  81. 820e3d6 Fixes the Makefile template to link .so.<MAJOR_VERSION> by Tim Emiola · 9 years ago
  82. a9ef765 Merge branch 'master' of github.com:grpc/grpc into sanity by Nicolas "Pixel" Noble · 9 years ago
  83. fce25ee Addressing comments. by Julien Boeuf · 9 years ago
  84. 217b7f0 Merge branch 'qps' into local_worker by Craig Tiller · 9 years ago
  85. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  86. 66048f4 Add reporting library, use it by Craig Tiller · 9 years ago
  87. 8158c6b depend on what I use by Yang Gao · 9 years ago
  88. 41faf0f s/11/1 by Craig Tiller · 9 years ago
  89. d241bcc Avoid identifiers reserved by Ruby by Yuki Yugui Sonoda · 9 years ago
  90. a400207 Split interop client and server into components by Yang Gao · 9 years ago
  91. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  92. e2ecc50 Merge pull request #1222 from ctiller/mac-fixes by Nicolas Noble · 9 years ago
  93. e9a6eb7 Allow RunScenarios to spawn in-process workers by Craig Tiller · 9 years ago
  94. 176f921 Revert openssl by Craig Tiller · 9 years ago
  95. c908eb6 :Merge branch 'qps' of github.com:ctiller/grpc into qps by Craig Tiller · 9 years ago
  96. 4cc8a17 Tweaks by Craig Tiller · 9 years ago
  97. 3ca65e3 Merge pull request #1238 from nicolasnoble/plugin-rework by Yang Gao · 9 years ago
  98. d344bcc Merge pull request #1234 from soltanmm/auth-interop by Tim Emiola · 9 years ago
  99. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  100. 206d59a fine tuning by Craig Tiller · 9 years ago