1. 4be9b47 Update grpc_cli doc by Yuchen Zeng · 7 years ago
  2. d1915a9 Bump version to 1.10 by Mehrdad Afshari · 7 years ago
  3. 0ee6c73 Merge pull request #13289 from ncteisen/flow-control-part4 by Vijay Pai · 7 years ago
  4. 32f9e98 Remove garbage file doc/md by Mehrdad Afshari · 7 years ago
  5. 2490264 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4 by ncteisen · 7 years ago
  6. cc57ab5 fix PROTOCOL-HTTP2 to PROTOCOL-HTTP2.md by otofune · 7 years ago
  7. 1dfd874 Use 'PROTOCOL-HTTP2.md' as 'gRPC over HTTP2' link by otofune · 7 years ago
  8. 4073ac9 Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4 by ncteisen · 7 years ago
  9. e713664 remove space by Jan Tattermusch · 7 years ago
  10. dbd9d99 Merge changes from grpc.io's version wire.md by Jan Tattermusch · 7 years ago
  11. 228089f Add new env var by ncteisen · 7 years ago
  12. 7cb1f18 Make load balancing policy name case insensitive by lyuxuan · 7 years ago
  13. d39d007 Merge pull request #13515 from mehrdada/bump-master-version by Mehrdad Afshari · 7 years ago
  14. 3c18c77 Merge pull request #13314 from vjpai/transport_explainer by Vijay Pai · 7 years ago
  15. 14e96f9 Bump 1.8.0-dev to 1.9.0-dev by Mehrdad Afshari · 7 years ago
  16. d4e296b Transport explainer by Vijay Pai · 7 years ago
  17. f090194 doc: Fully define GetState in connectivity state API by Eric Anderson · 7 years ago
  18. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  19. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  20. bf0bdfb Merge github.com:grpc/grpc into epexinf by Craig Tiller · 7 years ago
  21. 6b9a99c Merge github.com:grpc/grpc into epexinf by Craig Tiller · 7 years ago
  22. df7583e Update load-balancing.md by Juanli Shen · 7 years ago
  23. 9f02a27 Update load-balancing.md by Juanli Shen · 7 years ago
  24. d137066 Add some details by Vijay Pai · 7 years ago
  25. cd42eb0 Doc with plans for converting core to C++ by Vijay Pai · 7 years ago
  26. 7b2484b Document env var by Craig Tiller · 7 years ago
  27. 9887379 Update version to 1.8.0-dev, update g word to 'generous' by murgatroid99 · 7 years ago
  28. 1a8bb82 Add tracer for plugin credentials. by Mark D. Roth · 7 years ago
  29. 0252252 Update env var documentation by ncteisen · 7 years ago
  30. 324ad6a Update service_config doc by Juanli Shen · 7 years ago
  31. 4a7fca5 Give guidance on prefixing struct/enum/#define names by Vijay Pai · 7 years ago
  32. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  33. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  34. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  35. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  36. 8c4f128 Sanity fixes by Craig Tiller · 7 years ago
  37. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  38. a01ce50 fix typo in compression.md by 0oneo · 7 years ago
  39. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  40. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  41. ddaef3e Remove non-POD global variables by Yuchen Zeng · 7 years ago
  42. f1d5098 Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER by Yuchen Zeng · 7 years ago
  43. 471df82 Fix a typo referred on #11118 by Muxi Yan · 7 years ago
  44. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  45. 59611fb Update the doc about the policy selection condition. by Juanli Shen · 7 years ago
  46. 1fb3b66 Merge pull request #11579 from sreecha/fix_alarm by Sree Kuchibhotla · 7 years ago
  47. 18df252 Merge pull request #11940 from grpc/sreecha-patch-1 by Sree Kuchibhotla · 7 years ago
  48. 8c8266c fix documentation by Sree Kuchibhotla · 7 years ago
  49. 309f208 Update env var doc by Noah Eisen · 7 years ago
  50. 30352f6 Remove line about username and password not being supported in http_proxy URI by Yash Tibrewal · 7 years ago
  51. 0b9a2f4 Update epoll-polling-engine.md by Sree Kuchibhotla · 7 years ago
  52. d996379 Reset OWNERS state by Craig Tiller · 7 years ago
  53. e155b9a Update env var doc by ncteisen · 7 years ago
  54. 15f7766 Add to tracer doc to pass sanity by ncteisen · 7 years ago
  55. 4ea1923 Merge pull request #11727 from ncteisen/the-tracers-become-self-aware by Noah Eisen · 7 years ago
  56. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  57. 05dbac6 Update doc by ncteisen · 7 years ago
  58. 6919176 update doc by ncteisen · 7 years ago
  59. 2ca8282 Merge pull request #11738 from mehrdada/canonica-urls by Mehrdad Afshari · 7 years ago
  60. a16919e Update compression test for languages without compression bit by Eric Gribkoff · 7 years ago
  61. bb3d95b Use https://grpc.io consistently as the canonical URL by Mehrdad Afshari · 7 years ago
  62. 60751fe Add client_channel tracer; code cleanup; eliminate an allocation. by Mark D. Roth · 7 years ago
  63. e81586b Merge pull request #10975 from markdroth/chttp2_doc_fix by Mark D. Roth · 7 years ago
  64. 9f3bd33 Updated doc by ncteisen · 7 years ago
  65. 24ce2b7 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  66. 43b8930 Document use of ${http_proxy} environment variable. by Mark D. Roth · 7 years ago
  67. 8e331bf Update env var doc by ncteisen · 7 years ago
  68. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  69. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  70. 1e9a93c Remove the section for b64 encoded trailers. by Feng Li · 7 years ago
  71. 69ac56f Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  72. f9ca154 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  73. 0408aa8 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  74. 5d0b1ae Merge pull request #10992 from apolcyn/doxygen_cpp_nits by apolcyn · 7 years ago
  75. d212a02 Polish workarounds.md by Muxi Yan · 7 years ago
  76. a31b9d6 Alternate workaround description style by Muxi Yan · 7 years ago
  77. b1e5bac Add /doc/workarounds.md by Muxi Yan · 7 years ago
  78. 826b002 Adding documentation for C++ unit tests by Mahak Mukhi · 7 years ago
  79. 012e929 Revert "Documentation on how to write unit tests using auto-generated mocked stubs." by Craig Tiller · 7 years ago
  80. 2f8cfbd Post-review updates by MakMukhi · 7 years ago
  81. a9f1e25 address comments by Alexander Polcyn · 7 years ago
  82. d809a15 cpp doc nits by Alexander Polcyn · 7 years ago
  83. 49ccfda Merge branch 'master' of github.com:MakMukhi/grpc by Mahak Mukhi · 7 years ago
  84. 7431a78 How to write unit tests for client sync APIs. by MakMukhi · 7 years ago
  85. 4deb397 Create unit_testing.md by MakMukhi · 7 years ago
  86. 91455a9 Apply a few recent changes from the wire guide on grpc.io. by Mark D. Roth · 7 years ago
  87. 4dad725 Merge pull request #10805 from dgquintas/g_for_1.4.x by David G. Quintas · 7 years ago
  88. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 7 years ago
  89. ae64b01 updated g meaning for 1.4.x by David Garcia Quintas · 7 years ago
  90. 401aa08 doc/interop: Simplify language to fix missed x-user-ip by Eric Anderson · 7 years ago
  91. 811fcef doc/interop: Fix link for CacheableUnaryCall by Eric Anderson · 7 years ago
  92. e5db841 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  93. a380d9a Merge pull request #9118 from defstream/master by David G. Quintas · 7 years ago
  94. a22a19f fix markdown by Jan Tattermusch · 7 years ago
  95. d9bc60c Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  96. 2a86d3f Update status codes doc. by Mark D. Roth · 7 years ago
  97. b567bb4 Merge pull request #10393 from grpc/wenbozhu-patch-1 by Stanley Cheung · 7 years ago
  98. 5311d66 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  99. a733951 Fix markdown headers in PROTOCOL-HTTP2 by Eric Anderson · 7 years ago
  100. a51a6c2 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago