1. 9979494 Merge pull request #1143 from nicolasnoble/compiler-opt by Vijay Pai · 9 years ago
  2. 32934cf Merge pull request #1120 from tatsuhiro-t/fix-crash-with-host-header-field by David Klempner · 9 years ago
  3. d48a969 Small compiler optimization. by Nicolas "Pixel" Noble · 9 years ago
  4. 10dd2a1 Merge pull request #1137 from murgatroid99/php_better_batches by Tim Emiola · 9 years ago
  5. 3c10ee4 Merge pull request #989 from murgatroid99/core_start_batch_trace by Nicolas Noble · 9 years ago
  6. 9140a06 Replaced existing PHP files with more batch-based implementation by murgatroid99 · 9 years ago
  7. 6699037 Merge pull request #1134 from murgatroid99/php_interop_ssl_fix by Tim Emiola · 9 years ago
  8. 1b50d04 Merge pull request #1115 from nicolasnoble/rpc-collision by Yang Gao · 9 years ago
  9. 1e47514 Removing range-based for loop. by Nicolas "Pixel" Noble · 9 years ago
  10. f865a6b Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 by vjpai · 9 years ago
  11. d5933b6 Remove lambda expression being used in grpc C++ library by vjpai · 9 years ago
  12. 335b97d Revert "Remove lambda expression to support older compilers" by Vijay Pai · 9 years ago
  13. 5d5b1d8 Remove lambda expression to support older compilers by vjpai · 9 years ago
  14. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  15. b2863f5 Merge branch 'master' into php_interop_ssl_fix by murgatroid99 · 9 years ago
  16. c1da8f2 Made necessary changes to get interop tests working by murgatroid99 · 9 years ago
  17. ad0dd69 Merge pull request #1123 from vjpai/range_based_for_removal by Nicolas Noble · 9 years ago
  18. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  19. 0992749 Merge pull request #1114 from nicolasnoble/windows-fixes by Jan Tattermusch · 9 years ago
  20. 2f22346 Fixing errors found by clang static analysis. by Julien Boeuf · 9 years ago
  21. 685e4d9 Fixed errors in ActiveCall by murgatroid99 · 9 years ago
  22. dad14be Merge pull request #1014 from murgatroid99/php_new_core_api by Tim Emiola · 9 years ago
  23. 652b7e9 Revert "Remove dead members of server context" by Vijay Pai · 9 years ago
  24. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  25. 8ba8cfe Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  26. 9c4425a Added comments to new functions in call.c by murgatroid99 · 9 years ago
  27. e6c108e Merge pull request #1119 from tbetbetbe/grpc_ruby_update_rakefile by Michael Lumish · 9 years ago
  28. 7bca47e Merge pull request #1117 from yang-g/ruby by Tim Emiola · 9 years ago
  29. 5c4ff03 Fix server crash if host header field is translated to :authority by Tatsuhiro Tsujikawa · 9 years ago
  30. f20d760 Updates the Rakefile by Tim Emiola · 9 years ago
  31. 4ea8e4a Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  32. 478568e Use grpc:: counterparts in ruby code generator by Yang Gao · 9 years ago
  33. f3770c3 Renables the test checking the server can send the initial bidi message by Tim Emiola · 9 years ago
  34. 5a8cfdd Merge pull request #1097 from murgatroid99/node_general_interface by Tim Emiola · 9 years ago
  35. 71d2f55 Merge pull request #1090 from murgatroid99/node_qps_test by Tim Emiola · 9 years ago
  36. 375a82b Adding the ability to specify a service namespace on protoc's command line. by Nicolas "Pixel" Noble · 9 years ago
  37. 9002777 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  38. 8703f4d Various Windows fixes. by Nicolas Noble · 9 years ago
  39. 601869b Enables some incorrectly disabled tests by Tim Emiola · 9 years ago
  40. 77e2fb0 Corrects the handling of metadata when the optional deadline is specified by Tim Emiola · 9 years ago
  41. b0823fd Added requested comments by murgatroid99 · 9 years ago
  42. 94c5e71 Added a comment to server.js by murgatroid99 · 9 years ago
  43. 046d92d Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  44. 10bb15c Merge pull request #1108 from yang-g/overflowfix by Vijay Pai · 9 years ago
  45. 8c8588c Remove dead members of server context by Vijay Pai · 9 years ago
  46. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  47. f280409 Merge pull request #1101 from soltanmm/sanitize by Nicolas Noble · 9 years ago
  48. 65c803b Sanitize Python plugin by Masood Malekghassemi · 9 years ago
  49. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  50. 90da75e Fixed Compute Engine Auth username check by murgatroid99 · 9 years ago
  51. 889b5e1 Merge pull request #1081 from soltanmm/internal-codegen-support-s2 by Nicolas Noble · 9 years ago
  52. e0f24dc Added a test for generic client and server constructors by murgatroid99 · 9 years ago
  53. 2cff008 Merge pull request #1074 from jcanizales/makes-cpu-posix-portable by Abhishek Kumar · 9 years ago
  54. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  55. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  56. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  57. e023e98 Added functions to create generic servers and clients by murgatroid99 · 9 years ago
  58. 6cf02ed Merge pull request #1075 from murgatroid99/node_binary_metadata by Tim Emiola · 9 years ago
  59. 5cb82b5 Added Node QPS test by murgatroid99 · 9 years ago
  60. 0e93c92 Merge pull request #1080 from tbetbetbe/grpc_ruby_add_back_server_finish_calls by Michael Lumish · 9 years ago
  61. 6c398b3 Merge pull request #1079 from tbetbetbe/grpc_ruby_adds_metadata_server_active_call_view by Michael Lumish · 9 years ago
  62. a8edeae Merge pull request #1072 from yang-g/refreshtoken by jboeuf · 9 years ago
  63. cb8985d Merge pull request #1077 from tbetbetbe/grpc-ruby-fix-interop-bug by Michael Lumish · 9 years ago
  64. 3bb5215 Make Python package spec indirect by Masood Malekghassemi · 9 years ago
  65. e52995e Adds back calls to #finish at the end of server calls by Tim Emiola · 9 years ago
  66. 62e3cc8 Exposes the metadata method in server-side ActiveCall view classes by Tim Emiola · 9 years ago
  67. d5c733e Fixes reference to variable in the auth package by Tim Emiola · 9 years ago
  68. 89905ac Factor out interface-specific early_adopter code by Masood Malekghassemi · 9 years ago
  69. be64ca0 Bumped version by murgatroid99 · 9 years ago
  70. 429bb7a Simplified some tests by murgatroid99 · 9 years ago
  71. da77151 Changed call to only expect and return binary headers when key ends with '-bin' by murgatroid99 · 9 years ago
  72. acfcd03 Merge pull request #1073 from nathanielmanistaatgoogle/python-refactor by Masood Malekghassemi · 9 years ago
  73. de5490c Change remaining "packet" names to "ticket" by Nathaniel Manista · 9 years ago
  74. d2773a9 Merge pull request #1025 from tatsuhiro-t/use-host-if-authority-not-available by David Klempner · 9 years ago
  75. 492dfdb Correct a package name in a doc string by Nathaniel Manista · 9 years ago
  76. 4e6fd0a Merge the base and base.packets packages by Nathaniel Manista · 9 years ago
  77. 5ebd6c7 wrap refresh token credentials in c++ by Yang Gao · 9 years ago
  78. d672d8f resolve merge confict by Yang Gao · 9 years ago
  79. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  80. d942720 Merge pull request #1031 from nathanielmanistaatgoogle/service_name by Masood Malekghassemi · 9 years ago
  81. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  82. 09eaec0 Merge pull request #1053 from jtattermusch/csharp_metadata by Tim Emiola · 9 years ago
  83. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  84. 89d68bd Removing src/core/security/roots.pem by Julien Boeuf · 9 years ago
  85. d881848 Merge pull request #1061 from nathanielmanistaatgoogle/reenable-test by Masood Malekghassemi · 9 years ago
  86. 9ef929d Reenable a disabled test method by Nathaniel Manista · 9 years ago
  87. affe916 Add at CANCELLATION back-to-front ticket kind by Nathaniel Manista · 9 years ago
  88. e2e443c Use distinct enums for distinct ticket types by Nathaniel Manista · 9 years ago
  89. afdc24a Merge pull request #1055 from nathanielmanistaatgoogle/python-refactoring by Masood Malekghassemi · 9 years ago
  90. ea34b1f Merge pull request #1054 from murgatroid99/python_setup_lists by Nathaniel Manista · 9 years ago
  91. 8d81365 Iterate over an enum since we can by Nathaniel Manista · 9 years ago
  92. ae3e5b5 Change managers to pass each other Outcomes by Nathaniel Manista · 9 years ago
  93. c4fada6 Add service name to Python early_adopter by Nathaniel Manista · 9 years ago
  94. 2493ea6 Fixed argument types in setup.py by murgatroid99 · 9 years ago
  95. c0b3721 added support for metadata by Jan Tattermusch · 9 years ago
  96. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  97. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  98. 1494fe5 Merge pull request #1050 from ctiller/cleanup by David Klempner · 9 years ago
  99. c91a9f9 Merge pull request #1011 from yang-g/jwt by jboeuf · 9 years ago
  100. 2da7ca8 Remove dead code by Craig Tiller · 9 years ago