1. 892dbf4 Make settings configurable by Sree Kuchibhotla · 8 years ago
  2. c63455a Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  3. 862acb9 fix shutdown crash by Sree Kuchibhotla · 8 years ago
  4. 8a6c825 Fix Android CPP Build issues by Perumaal S · 8 years ago
  5. f6f153d temporarily port #7833 by Sree Kuchibhotla · 8 years ago
  6. 7974232 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  7. 4028d2c More fixes by Sree Kuchibhotla · 8 years ago
  8. aabada9 One RPCMgr instance per CQ by Sree Kuchibhotla · 8 years ago
  9. 34dac9d Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  10. ee43d7b Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures by Craig Tiller · 8 years ago
  11. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  12. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  13. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  14. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  15. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  16. 57726ca Revert "Revert "Grand unified closures"" by Craig Tiller · 8 years ago
  17. 537f7c2 Revert "Grand unified closures" by Craig Tiller · 8 years ago
  18. 5d3f2e6 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  19. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  20. 1b5f057 Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm by Nicolas Noble · 8 years ago
  21. 8f416db Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  22. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  23. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  24. cd0ea63 Merge pull request #7864 from ctiller/bigger_frames by Craig Tiller · 8 years ago
  25. 344834b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  26. 3ad6188 Fix a few lingering references to max_message_size. by Mark D. Roth · 8 years ago
  27. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  28. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  29. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  30. 255dad3 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  31. 8d40e08 Merge pull request #7018 from vjpai/fc_unary by kpayson64 · 8 years ago
  32. 1ccf621 Merge github.com:grpc/grpc into bigger_frames by Craig Tiller · 8 years ago
  33. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  34. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  35. 29b75b1 Merge pull request #7890 from yeputons/add-iwyu-pragmas-grpc-h by Nicolas Noble · 8 years ago
  36. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  37. 9d7e049 Merge pull request #7862 from makdharma/grpc_caching by makdharma · 8 years ago
  38. 089dbc0 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  39. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  40. 5c9a343 clang-format by Vijay Pai · 8 years ago
  41. dadda8b Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  42. 84033b1 Stick to StatusCode::INTERNAL when there's no service by Vijay Pai · 8 years ago
  43. a6babb0 addressed comments from review by Makarand Dharmapurikar · 8 years ago
  44. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  45. 2998daa Another golden file by Vijay Pai · 8 years ago
  46. 77073ce clang-format by Vijay Pai · 8 years ago
  47. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  48. 621e2b1 Merge with newly added/modified files by David Garcia Quintas · 8 years ago
  49. 9909170 Merge pull request #7912 from ctiller/g_stands_for by Craig Tiller · 8 years ago
  50. d76ea83 Merge pull request #7798 from y-zeng/ServerReaderWriterInterface by kpayson64 · 8 years ago
  51. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  52. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago
  53. d4d5f4c clang-format by Vijay Pai · 8 years ago
  54. a9c0d7f Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is by Vijay Pai · 8 years ago
  55. 8dfdb7e Specify the "g" in gRPC by Craig Tiller · 8 years ago
  56. 93901a7 Add clarifying comment about IWYU in grpc++.h by Egor Suvorov · 8 years ago
  57. 650ae16 Add IWYU export pragmas to grpc++/grpc++.h. by Egor Suvorov · 8 years ago
  58. 2b2b345 Addressing feedback. by Julien Boeuf · 8 years ago
  59. cdc2535 Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING by Vijay Pai · 8 years ago
  60. ac4113b Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  61. c0080b7 remove docstring for not existing argument by Takuto Ikuta · 8 years ago
  62. bb04734 Fix a typo by Takuto Ikuta · 8 years ago
  63. 24096ce Support >16kib frame sizes in core by Craig Tiller · 8 years ago
  64. 178f4bc prep work for enabling caching by Makdharma · 8 years ago
  65. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  66. 6b93d46 Adding extension points for security context. by Julien Boeuf · 8 years ago
  67. 3ea9e24 some refactoring by Sree Kuchibhotla · 8 years ago
  68. 86edf01 Merge by Sree Kuchibhotla · 8 years ago
  69. 59e835d Add comments by Yuchen Zeng · 8 years ago
  70. e0705e2 Add ServerReaderWriterInterface by Yuchen Zeng · 8 years ago
  71. 2665bdd Reduce allocations associated with src/cpp/util/byte_buffer.cc. by Mark D. Roth · 8 years ago
  72. b80d9c9 Merge pull request #7594 from chedeti/grpc-thrift-v2 by kpayson64 · 8 years ago
  73. 7f074e0 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  74. 15eba13 Improved some docstrings for grpc_call creation by David Garcia Quintas · 8 years ago
  75. a7ee938 remove const in Deserialize by chedeti · 8 years ago
  76. 326d939 Another golden file to fix by Vijay Pai · 8 years ago
  77. 76db7f9 use boost::make_shared by chedeti · 8 years ago
  78. 5d94118 clang-format by Vijay Pai · 8 years ago
  79. 581097f Make FCUnary and ServerReaderWriter derived classes of a new by Vijay Pai · 8 years ago
  80. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  81. 106df11 Merge github.com:grpc/grpc into grand-unified-closures by Craig Tiller · 8 years ago
  82. 82afcaa rename class variables to snake_case by chedeti · 8 years ago
  83. 9332277 updated objc's module.modulemap by David Garcia Quintas · 8 years ago
  84. 3df9bdf Update generated files with new protobuf version by Jorge Canizales · 8 years ago
  85. 6a4397e Merge pull request #7600 from dgquintas/fix_includes by Nicolas Noble · 8 years ago
  86. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  87. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  88. 8c5424f added gpr_types.h by David Garcia Quintas · 8 years ago
  89. a17039a refine code and add README by chedeti · 8 years ago
  90. ffd207f fixed include guard script and faulty .h by David Garcia Quintas · 8 years ago
  91. bc618ee thrift serializer by chedeti · 8 years ago
  92. e3a282e Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  93. 5a36325 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  94. e51b9d2 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  95. 61887dc scrubbed codegen/sync.h by David Garcia Quintas · 8 years ago
  96. e8fd66b removed codegen/slice_buffer.h and scrubbed codegen/slice.h by David Garcia Quintas · 8 years ago
  97. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  98. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  99. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  100. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago