1. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  2. 6190854 updated copyrights by David Garcia Quintas · 9 years ago
  3. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  4. 1f4e72c override -> GRPC_OVERRIDE by David Garcia Quintas · 9 years ago
  5. 1aeabd7 regenerated projects by David Garcia Quintas · 9 years ago
  6. a8b866b Merge branch 'master' of github.com:grpc/grpc into proto_interfaces by David Garcia Quintas · 9 years ago
  7. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  8. 4fac82b remove outdated api by yang-g · 9 years ago
  9. ad63510 Add a test with two methods generic by yang-g · 9 years ago
  10. 1ac6f45 warn user when they forget register generic service by yang-g · 9 years ago
  11. f48766d fix copyright by yang-g · 9 years ago
  12. 269b8be add generic test by yang-g · 9 years ago
  13. 0bbc87f Add generic support by yang-g · 9 years ago
  14. 8053d2f Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  15. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  16. 752c36a Merge branch 'master' of github.com:grpc/grpc into proto_interfaces by David Garcia Quintas · 9 years ago
  17. 21c0ebf Merge pull request #4653 from murgatroid99/release-0_12_master_merge by Craig Tiller · 9 years ago
  18. b9a1377 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  19. 754bd26 clang-format code by Craig Tiller · 9 years ago
  20. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  21. e50c6c2 WIP. Added ChannelInterface by David Garcia Quintas · 9 years ago
  22. d42262e merge with head by yang-g · 9 years ago
  23. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  24. 947ab26 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  25. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  26. dc548ed merge with head by yang-g · 9 years ago
  27. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  28. 8e7a4b6 Fix R/W template argument order in prototypes by Ian Coolidge · 9 years ago
  29. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  30. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  31. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  32. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  33. 93beeb8 Fix one use of grpc instead of gpr by Vijay Pai · 9 years ago
  34. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  35. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  36. bbb94bd Merge pull request #4562 from ctiller/ints by jboeuf · 9 years ago
  37. 0ede550 Update async write documentation by Craig Tiller · 9 years ago
  38. 896ef30 Add copyright checks to sanity; make them verify copyright year is valid by Craig Tiller · 9 years ago
  39. 6a56221 Merge github.com:grpc/grpc into ints by Craig Tiller · 9 years ago
  40. de3da74 Add copyright checks to sanity; make them verify copyright year is valid by Craig Tiller · 9 years ago
  41. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  42. cbf2dfe Update link in credentials.h to point to grpc.io by sammcveety · 9 years ago
  43. 77bc16e Fixing cpp auth doc pointers. by Julien Boeuf · 9 years ago
  44. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  45. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  46. b113a2e Merge pull request #4441 from bogdandrutu/master by Craig Tiller · 9 years ago
  47. 620e965 clang-format after last weeks test-fest by Craig Tiller · 9 years ago
  48. 42ab3fa Add a destructor callback as well by Bogdan Drutu · 9 years ago
  49. 38d2ad6 Add a hook for the default constructor of ClientContext. by Bogdan Drutu · 9 years ago
  50. ce015f6 Merge pull request #4381 from dgquintas/compression_coverage_2 by David G. Quintas · 9 years ago
  51. 48ec806 Done! by David Garcia Quintas · 9 years ago
  52. 0aac65d Merge pull request #4274 from maxwell-demon/master by Alistair Veitch · 9 years ago
  53. 46ab778 Merge pull request #4397 from jtattermusch/tv_sec_64bit by Craig Tiller · 9 years ago
  54. aa28ccc Merge remote-tracking branch 'upstream/master' by Hongyu Chen · 9 years ago
  55. 0504a44 More reverting by Hongyu Chen · 9 years ago
  56. 134cac2 Address comments: revert all changes except adding two new metadata keys by Hongyu Chen · 9 years ago
  57. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  58. 13180c8 Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  59. 1fa1ab8 Add cmdline tests by Craig Tiller · 9 years ago
  60. d5bd3b6 Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  61. dd4b000 Merge pull request #4286 from jtattermusch/win_64bit by Craig Tiller · 9 years ago
  62. a5aa19b PR comments by David Garcia Quintas · 9 years ago
  63. 5dc93c3 include climits by Jan Tattermusch · 9 years ago
  64. 5b155e5 more win x64 fixes by Jan Tattermusch · 9 years ago
  65. 842ab7c Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  66. e2c6237 clang-format by Craig Tiller · 9 years ago
  67. 26dab31 Start of ping sketch by Craig Tiller · 9 years ago
  68. fb0002c Renaming GCOV to GPR_GCOV. by Nicolas "Pixel" Noble · 9 years ago
  69. c61d0e1 Removing code coverage for unreachable code. by Nicolas "Pixel" Noble · 9 years ago
  70. 35c1d3c Merge pull request #4207 from yang-g/server_builder_options by Craig Tiller · 9 years ago
  71. 1f96048 Census tags propagation. by Hongyu Chen · 9 years ago
  72. 6f9b171 Merge pull request #4204 from ctiller/emergency-cheese-and-crackers by jboeuf · 9 years ago
  73. 92f4a15 add doxygen comment by yang-g · 9 years ago
  74. 8352b9e Review feedback by Craig Tiller · 9 years ago
  75. 6fce197 Merge pull request #4188 from ctiller/no-transport-metadata by Sree Kuchibhotla · 9 years ago
  76. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  77. 594f0c4 Merge branch 'master' into bbuf by vjpai · 9 years ago
  78. b6df94a WIP by vjpai · 9 years ago
  79. de83121 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  80. 6489740 Improving documentation. by Julien Boeuf · 9 years ago
  81. 67c2c95 Fixing typo. by Julien Boeuf · 9 years ago
  82. 2b8e9ca Merge branch 'release-0_12' of github.com:grpc/grpc into cpp_new_creds_plugin_api by Julien Boeuf · 9 years ago
  83. eb029c9 Better documentation of the method_name field. by Julien Boeuf · 9 years ago
  84. 5270559 Add set pointer api to channel_arguments by yang-g · 9 years ago
  85. a23f17b add server_builder_option by yang-g · 9 years ago
  86. 7221d99 Global hook for doing something in response to a synchronous server call by Craig Tiller · 9 years ago
  87. 674b145 Merge pull request #4136 from ctiller/configurable-lookahead by David G. Quintas · 9 years ago
  88. e18872e Merge pull request #4203 from ctiller/power-to-the-peanut-people-rah-rah by Nicolas Noble · 9 years ago
  89. a869b5b Merge github.com:grpc/grpc into configurable-lookahead by Craig Tiller · 9 years ago
  90. 6d3b229 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  91. 3328a58 clang-format by Craig Tiller · 9 years ago
  92. 20d99c0 AVL: add documentation by Craig Tiller · 9 years ago
  93. 0593622 AVL: removal, and passing tests by Craig Tiller · 9 years ago
  94. fba79f2 AVL: creation, destroy, add by Craig Tiller · 9 years ago
  95. 52a2eba Two argument variant for grpc::thread by Craig Tiller · 9 years ago
  96. 0927c70 Merge github.com:grpc/grpc into no-transport-metadata by Craig Tiller · 9 years ago
  97. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  98. caf9935 Also adding a credentials type to the plugin API. by Julien Boeuf · 9 years ago
  99. b774be4 clang-format by Craig Tiller · 9 years ago
  100. 53e81e5 Merge github.com:grpc/grpc into static-metadata by Craig Tiller · 9 years ago