1. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  2. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 8 years ago
  3. e751846 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  4. ea09adc Add a sanity test: check if the generated pb files are up-to-date by Yuchen Zeng · 8 years ago
  5. 44181c02 fix options file; fix generated include guards by Alistair Veitch · 8 years ago
  6. 772f485 Merge branch 'master' of github.com:grpc/grpc into lr_hook by David Garcia Quintas · 8 years ago
  7. 749005e Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  8. fffd296 Merge pull request #6279 from dgquintas/lb_proto_v1 by Jan Tattermusch · 8 years ago
  9. 0333a49 Use stream rpc to ensure all related requests go to a single server. by Yuchen Zeng · 8 years ago
  10. 1621c4d Added support for trailing metadata by David Garcia Quintas · 8 years ago
  11. c84ed68 Proto server reflection by Yuchen Zeng · 8 years ago
  12. 8a1d805 Added bad_client test to check that the server rejects requests with too by Mark D. Roth · 8 years ago
  13. 7f0793a Updated load balancer proto to v1 by David Garcia Quintas · 8 years ago
  14. de4fcb3 Merge pull request #6050 from dgquintas/nanopb_generation by Jan Tattermusch · 8 years ago
  15. f7d9cbe PR comments by David Garcia Quintas · 8 years ago
  16. 942568b Better dictionary by Craig Tiller · 8 years ago
  17. 69b6d4e Better dictionary by Craig Tiller · 8 years ago
  18. 134a6b6 Dictionary support for fuzzers by Craig Tiller · 8 years ago
  19. d6b4628 Further improvements by David Garcia Quintas · 8 years ago
  20. 4875ce6 fixed typo by David Garcia Quintas · 8 years ago
  21. bba0266 Generalized nanopb generator script by David Garcia Quintas · 8 years ago
  22. 31efd7e Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  23. 7894e60 Merge pull request #6000 from ctiller/optionalize_roundrobin by Nicolas Noble · 8 years ago
  24. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  25. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  26. c201158 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  27. 14e0d98 Begin optionalizing lb policies: initial code movement by Craig Tiller · 8 years ago
  28. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  29. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  30. 605ad62 Fix copyright by Craig Tiller · 8 years ago
  31. ffae43c Fix paths by Craig Tiller · 8 years ago
  32. 8424aee Fix codegen for protos by Craig Tiller · 8 years ago
  33. 07503b6 Add identity to static metadata accept-encodings bitmasks by David Garcia Quintas · 8 years ago
  34. c654976 Change client :method selection based on idempotency by Craig Tiller · 8 years ago
  35. 0237592 Add comment by Craig Tiller · 8 years ago
  36. 16f6826 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  37. 38af612 Fix copyright by Craig Tiller · 8 years ago
  38. a7d4114 Merge github.com:grpc/grpc into bad_metadata by Craig Tiller · 8 years ago
  39. 00c4829 Ignore pb.h, pb.c for clang-fmt by Craig Tiller · 8 years ago
  40. eb841e2 Revert "Revert "Proto API for LB request/responses"" by Craig Tiller · 8 years ago
  41. c35e2c5 Revert "Proto API for LB request/responses" by Craig Tiller · 8 years ago
  42. 742a783 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 8 years ago
  43. 9508a42 trying to fix docker once again... by David Garcia Quintas · 8 years ago
  44. 079a179 Change the census metadata keys. Both census keys must be binary keys because of the encoding. by Bogdan Drutu · 8 years ago
  45. 6f87164 Properly handle "." in metadata by Craig Tiller · 8 years ago
  46. a4c9218 fixed mounting gen dir for docker by David Garcia Quintas · 8 years ago
  47. 610107c nth attempt to make clang-format work by David Garcia Quintas · 8 years ago
  48. 41098d3 docker rm true by David Garcia Quintas · 8 years ago
  49. e5af172 Updated scripts to use docker for clang-formatting by David Garcia Quintas · 9 years ago
  50. 5220a75 have lb gen script use docker for clang formatting by David Garcia Quintas · 9 years ago
  51. 13e294e Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  52. d053ded copyriiiights, fuuuuu by David Garcia Quintas · 9 years ago
  53. d2565bb Fixed formatting and updated gen script to use concrete version of clang-format by David Garcia Quintas · 9 years ago
  54. 3f8e734 Added missing copyrights by David Garcia Quintas · 9 years ago
  55. 0892fa6 Added copyright message to generated nanopb code by David Garcia Quintas · 9 years ago
  56. 82a0aab added sanity scripts and checks by David Garcia Quintas · 9 years ago
  57. 756a36c Srcs and hdrs sanity checks skip third_party by David Garcia Quintas · 9 years ago
  58. 7052ac2 Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  59. 7a53de1 Merge pull request #4467 from ctiller/DotInHeaderName by David G. Quintas · 9 years ago
  60. a761589 Allow . in header names by Craig Tiller · 9 years ago
  61. 83399c9 Add a test that reproduces server partial message read bug by Craig Tiller · 9 years ago
  62. aa28ccc Merge remote-tracking branch 'upstream/master' by Hongyu Chen · 9 years ago
  63. 134cac2 Address comments: revert all changes except adding two new metadata keys by Hongyu Chen · 9 years ago
  64. 934e9d7 Re-legalize comma by Craig Tiller · 9 years ago
  65. 2dd0819 Add copyright by Craig Tiller · 9 years ago
  66. 2a2bee9 Basic server request bad_client template by Craig Tiller · 9 years ago
  67. 886b7d1 Added example to gen_load_balancing_proto.sh by David Garcia Quintas · 9 years ago
  68. 011e79a Merge branch 'master' of github.com:grpc/grpc into grpclb_api by David Garcia Quintas · 9 years ago
  69. 1f96048 Census tags propagation. by Hongyu Chen · 9 years ago
  70. b2b4261 Remove metadata context entirely by Craig Tiller · 9 years ago
  71. ebdef9d Remove metadata context from the channel stack by Craig Tiller · 9 years ago
  72. f6e40fd Add compression algorithms to static metadata by Craig Tiller · 9 years ago
  73. 51ae0be Add commentary by Craig Tiller · 9 years ago
  74. 328d4b1 More const by Craig Tiller · 9 years ago
  75. 2e7687c Static metadata declarations by Craig Tiller · 9 years ago
  76. 892c34a Remove spurious file by Craig Tiller · 9 years ago
  77. ff03847 Moved nanopb to 3rd party by David Garcia Quintas · 9 years ago
  78. ca1593a stream_op cleanup: build system changes by Craig Tiller · 9 years ago
  79. 35284f0 Simplified comments by David Garcia Quintas · 9 years ago
  80. 809831e Added comments by David Garcia Quintas · 9 years ago
  81. d76cdac Type conversion fixes to make GCC 5.2.0 happy by David Garcia Quintas · 9 years ago
  82. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  83. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  84. 240b7db Outlaw comma in non-binary metadata values by Craig Tiller · 9 years ago
  85. 80aa280 Fix character classes to updated spec by Craig Tiller · 9 years ago
  86. 49772e0 Outlaw illegal metadata characters by Craig Tiller · 9 years ago
  87. 6e8c7e8 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  88. 31489e3 Move some code out of src/ into tools/ by Craig Tiller · 9 years ago