1. 50c5511 Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  2. 909dd6e Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop by David Garcia Quintas · 8 years ago
  3. b8916aa Don't global initialize anything to nullptr by vjpai · 8 years ago
  4. c61c235 moar pr comments by David Garcia Quintas · 8 years ago
  5. 350c151 pr comments by David Garcia Quintas · 8 years ago
  6. a47acad Merge pull request #6852 from nathanielmanistaatgoogle/status-codes by Abhishek Kumar · 8 years ago
  7. 5225f83 Merge pull request #6865 from vjpai/stylin by Jan Tattermusch · 8 years ago
  8. ead5499 Merge pull request #6840 from yang-g/command-line-tool-1 by Jan Tattermusch · 8 years ago
  9. 77a927b Digraph by vjpai · 8 years ago
  10. dd8d84e spec comments addressed by David Garcia Quintas · 8 years ago
  11. bd67b55 this_thread by vjpai · 8 years ago
  12. 3a6385b Add ref to test by vjpai · 8 years ago
  13. 967e378 More docs by vjpai · 8 years ago
  14. 41c7d01 First draft of C++ style guide, minor changes to C by vjpai · 8 years ago
  15. 0aa822b minor fixes by Yang Gao · 8 years ago
  16. 7b3fa9e Reworded spec. by David Garcia Quintas · 8 years ago
  17. 74686ce Completed interop spec, as well as code for c++ by David Garcia Quintas · 8 years ago
  18. c9dc834 Document cardinality violation status codes by Nathaniel Manista · 8 years ago
  19. ac4b3a6 Create command_line_tool.md by Yang Gao · 8 years ago
  20. 9065c8b more changes after offline chat with ejona by David Garcia Quintas · 8 years ago
  21. 485cf40 Fixed wrong spec and reworked streaming compressed case by David Garcia Quintas · 8 years ago
  22. 393ca51 updated interop spec by David Garcia Quintas · 8 years ago
  23. 05e8c9a Connectivity state FATAL_FAILURE doesn't exist; it is SHUTDOWN by Eric Anderson · 8 years ago
  24. 2a932da Spell out fail fast semantics by Craig Tiller · 8 years ago
  25. c65221c Merge branch 'master' into binary_logging by murgatroid99 · 8 years ago
  26. 40ee2aa Fix another path by Craig Tiller · 8 years ago
  27. 7ec0fa7 Merge branch 'master' into binary_logging by murgatroid99 · 8 years ago
  28. 77fae27 fix broken links by Stanley Cheung · 8 years ago
  29. c939934 Merge remote-tracking branch 'upstream/master' into v1alpha_to_v1 by yang-g · 8 years ago
  30. c261802 Merge pull request #5195 from dgquintas/lb-doc by David G. Quintas · 8 years ago
  31. aea13f1 global replace health check proto v1alpha to v1 by yang-g · 8 years ago
  32. 3c49ade Clarify API section of binary logging doc by murgatroid99 · 8 years ago
  33. 51073f3 Update load-balancing.md by David G. Quintas · 8 years ago
  34. 8729d03 Update load-balancing.md by David G. Quintas · 8 years ago
  35. 8003d76 Update load-balancing.md by David G. Quintas · 8 years ago
  36. b31ec1e Load balancing first draft. by David G. Quintas · 8 years ago
  37. f8c6545 Update binary log proto, add document explaining it by murgatroid99 · 8 years ago
  38. 80410eb Addressed comments by jcanizales by Abhishek Kumar · 8 years ago
  39. 516d26e Create statuscodes.md by Abhishek Kumar · 8 years ago
  40. 83576ba Update interop test service url to grpc-test.sandbox.googleapis.com. by Adele Zhou · 8 years ago
  41. cd92509 Update some wrapped stuff by Craig Tiller · 9 years ago
  42. ff298f6 First round of feedback by Craig Tiller · 9 years ago
  43. f0d916a Initial style guide by Craig Tiller · 9 years ago
  44. a614f4e Update PROTOCOL-HTTP2.md by Louis Ryan · 9 years ago
  45. 130c322 Delete grpc-auth-support.md by Jan Tattermusch · 9 years ago
  46. 675b5ce Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  47. f030b8d Fix dead link in doc by Carl Mastrangelo · 9 years ago
  48. 94aa0fd Improve grammar/language for clarity by Eric Anderson · 9 years ago
  49. c6059e6 Specify header value restrictions by Eric Anderson · 9 years ago
  50. 8e79b82 Add missing characters in BNF comment by Eric Anderson · 9 years ago
  51. 5554738 Define limit on metadata size by Eric Anderson · 9 years ago
  52. 2e18fd6 Add "identity" as a content encoding by Eric Anderson · 9 years ago
  53. 981201f Content-type is required for requests by Eric Anderson · 9 years ago
  54. 21f3734 Rename Delimited-Message to Length-Prefixed-Message by Eric Anderson · 9 years ago
  55. 82cfe90 Replace curly quotes with plain ASCII quotes by Eric Anderson · 9 years ago
  56. 81790fc Escape some special markdown characters by Eric Anderson · 9 years ago
  57. 3bb61d8 Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  58. cfbdca0 C# ref docs should not be in master branch by Jan Tattermusch · 9 years ago
  59. 9b2e11d Fixed cpp auth documentation (which was not current). by Julien Boeuf · 9 years ago
  60. 5c329ef Remove docs from master by Craig Tiller · 9 years ago
  61. 4a827f7 Address comments by Carl Mastrangelo · 9 years ago
  62. 1b23976 Update Header Field name rules by Carl Mastrangelo · 9 years ago
  63. 374cd9b Merge pull request #3266 from grpc/jtattermusch-patch-2 by Yang Gao · 9 years ago
  64. e3a65a1 Allow using service account credential for per_rpc_creds interop test. by Jan Tattermusch · 9 years ago
  65. df26311 allow usable auth for JWT token creds interop test by Jan Tattermusch · 9 years ago
  66. 2311d49 Merge pull request #3186 from grpc/release-0_11 by Craig Tiller · 9 years ago
  67. 7afa666 Regenerated doxygen after #3227 by David Garcia Quintas · 9 years ago
  68. 750ada9 address comments by yang-g · 9 years ago
  69. d652a39 Update auth tests definition by yang-g · 9 years ago
  70. 3c99f09 regenerate C# docs by Jan Tattermusch · 9 years ago
  71. 43f1bf8 fix links by Stanley Cheung · 9 years ago
  72. 0a26821 replace all grpc-common occurances with examples by Stanley Cheung · 9 years ago
  73. 20fa669 move examples to correct locations by Stanley Cheung · 9 years ago
  74. bb5e018 Added compression specs by David Garcia Quintas · 9 years ago
  75. f209c58 added generated docs by Jan Tattermusch · 9 years ago
  76. 083b4d3 Merge pull request #2988 from madongfly/backoff by Eric Anderson · 9 years ago
  77. a5f9e90 Add backoff reset spec to the Connection Backoff Protocol by Xudong Ma · 9 years ago
  78. d3176c4 update reconnection interop spec by yang-g · 9 years ago
  79. 25c21d8 Fixing type-o by nmittler · 9 years ago
  80. c54180b Merge pull request #2806 from yang-g/health_check_spec by Eric Anderson · 9 years ago
  81. bc435e7 recommend to require empty service name by yang-g · 9 years ago
  82. 481b016 resolve offline comments by yang-g · 9 years ago
  83. d259bb1 Add a document describing a server reflection protocol. by Abhishek Kumar · 9 years ago
  84. 88527f8 Merge pull request #2560 from a11r/doc2 by Eric Anderson · 9 years ago
  85. a3adf94 Clarify interop spec by Masood Malekghassemi · 9 years ago
  86. 72d796f health checking protocol by yang-g · 9 years ago
  87. 68f4e0f Initial Doxygen import for core, c++ by Craig Tiller · 9 years ago
  88. f5ed603 Merge pull request #2131 from a11r/doc by Eric Anderson · 9 years ago
  89. eaf9e87 Suffixed -bin for server descrioption of echo trailing metadata by Abhishek Kumar · 9 years ago
  90. 6e605e1 resolve comments by yang-g · 9 years ago
  91. 10c7b16 Suffixed -bin, added service name by Abhishek Kumar · 9 years ago
  92. a5510de Update spec per offline discussion by yang-g · 9 years ago
  93. 334f52e md by yang-g · 9 years ago
  94. fbe15f7 reconnect interop test spec by yang-g · 9 years ago
  95. c7e1318 Update naming.md by Abhishek Kumar · 9 years ago
  96. 8d4d859 Resolved merge conflicts by Abhishek Kumar · 9 years ago
  97. 0738dd4 Addressed review comments by Abhishek Kumar · 9 years ago
  98. 2d8eeb4 Formatting fixes by Abhishek Kumar · 9 years ago
  99. 8c8ecd8 Initial draft of a naming proposal. by Abhishek Kumar · 9 years ago
  100. 2f89e40 Merge pull request #2422 from yang-g/per_call_oauth_creds by Eric Anderson · 9 years ago