1. 3cdee02 Merge branch 'master' into its_compat by Vijay Pai · 8 years ago
  2. e519a03 Small improvements to generated documentation by Craig Tiller · 8 years ago
  3. 0e3f1f1 Support compat with old generated PB files by Vijay Pai · 8 years ago
  4. 6510d47 gpr_atm isn't automatically initialized to 0. Thanks Obama. by Vijay Pai · 8 years ago
  5. bf24dd9 clang-format by Vijay Pai · 8 years ago
  6. cbe1599 Track requests that could cause other requests to be created, and don't do by Vijay Pai · 8 years ago
  7. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  8. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  9. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  10. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  11. e08fe4f Remove separate versions of code based on presence of threading in compiler by Vijay Pai · 8 years ago
  12. 713c7b8 clang-format by Vijay Pai · 8 years ago
  13. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  14. 80b2927 Stop supporting non-C++11 conformant compilers by Vijay Pai · 8 years ago
  15. 41fd9f2 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  16. 28b7242 clang-format by Craig Tiller · 8 years ago
  17. 5b676a6 Fix include guards by Craig Tiller · 8 years ago
  18. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  19. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  20. c5fb957 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  21. 9243c74 Merge pull request #8365 from vjpai/fc_1dstream by Vijay Pai · 8 years ago
  22. bcc59f4 Remove a useless forward declaration by Vijay Pai · 8 years ago
  23. 556aebb Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  24. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  25. 799832c Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  26. 4287998 Add a test spouse for server context by yang-g · 8 years ago
  27. 96e0311 clang-format by Vijay Pai · 8 years ago
  28. 075b18e Bug fix on failure condition by Vijay Pai · 8 years ago
  29. e4996d6 Merge branch 'master' into rpc_mgr by Sree Kuchibhotla · 8 years ago
  30. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  31. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  32. 33382d0 Cleanup server_cc.cc by Sree Kuchibhotla · 8 years ago
  33. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  34. a40d471 Plumb through GRPC_INITIAL_METADATA_WAIT_FOR_READY_EXPLICITLY_SET. by Mark D. Roth · 8 years ago
  35. 59c9f90 Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to by Mark D. Roth · 8 years ago
  36. 9477724 Change C++ API to expose wait_for_ready instead of fail_fast. by Mark D. Roth · 8 years ago
  37. b8a8867 Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  38. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  39. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  40. 66f3a4b Merge remote-tracking branch 'upstream/master' into fix_gprc by Yuchen Zeng · 8 years ago
  41. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  42. 362ac1b Fix gprc by Yuchen Zeng · 8 years ago
  43. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  44. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  45. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  46. 3ad6188 Fix a few lingering references to max_message_size. by Mark D. Roth · 8 years ago
  47. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  48. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  49. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  50. 8d40e08 Merge pull request #7018 from vjpai/fc_unary by kpayson64 · 8 years ago
  51. 410208c Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  52. 79d7d99 Merge pull request #7842 from jboeuf/security_context_extension by Mark D. Roth · 8 years ago
  53. 5c9a343 clang-format by Vijay Pai · 8 years ago
  54. 84033b1 Stick to StatusCode::INTERNAL when there's no service by Vijay Pai · 8 years ago
  55. e3817f4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  56. 77073ce clang-format by Vijay Pai · 8 years ago
  57. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  58. 621e2b1 Merge with newly added/modified files by David Garcia Quintas · 8 years ago
  59. d76ea83 Merge pull request #7798 from y-zeng/ServerReaderWriterInterface by kpayson64 · 8 years ago
  60. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  61. d4d5f4c clang-format by Vijay Pai · 8 years ago
  62. 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
  63. 2b2b345 Addressing feedback. by Julien Boeuf · 8 years ago
  64. cdc2535 Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING by Vijay Pai · 8 years ago
  65. ac4113b Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  66. bb04734 Fix a typo by Takuto Ikuta · 8 years ago
  67. 6b93d46 Adding extension points for security context. by Julien Boeuf · 8 years ago
  68. 59e835d Add comments by Yuchen Zeng · 8 years ago
  69. e0705e2 Add ServerReaderWriterInterface by Yuchen Zeng · 8 years ago
  70. b80d9c9 Merge pull request #7594 from chedeti/grpc-thrift-v2 by kpayson64 · 8 years ago
  71. a7ee938 remove const in Deserialize by chedeti · 8 years ago
  72. 76db7f9 use boost::make_shared by chedeti · 8 years ago
  73. 5d94118 clang-format by Vijay Pai · 8 years ago
  74. 581097f Make FCUnary and ServerReaderWriter derived classes of a new by Vijay Pai · 8 years ago
  75. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  76. 82afcaa rename class variables to snake_case by chedeti · 8 years ago
  77. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  78. a17039a refine code and add README by chedeti · 8 years ago
  79. ffd207f fixed include guard script and faulty .h by David Garcia Quintas · 8 years ago
  80. bc618ee thrift serializer by chedeti · 8 years ago
  81. e51b9d2 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  82. 61887dc scrubbed codegen/sync.h by David Garcia Quintas · 8 years ago
  83. e8fd66b removed codegen/slice_buffer.h and scrubbed codegen/slice.h by David Garcia Quintas · 8 years ago
  84. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  85. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  86. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  87. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  88. 2d04dd8 Change API for next message size to allow a bool return value for failure cases. by Vijay Pai · 8 years ago
  89. b5fa72c Merge pull request #7451 from y-zeng/seperate_generated_files by kpayson64 · 8 years ago
  90. 440558a C++ Compression Level set properly by David Garcia Quintas · 8 years ago
  91. f77b9bf Removed unused version of async_stream.h by David Garcia Quintas · 8 years ago
  92. 2edf5e9 Merge remote-tracking branch 'upstream/master' into seperate_generated_files by Yuchen Zeng · 8 years ago
  93. b8e26c0 Merge pull request #7486 from dgquintas/alive_typo by kpayson64 · 8 years ago
  94. 0a1c598 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  95. 98f47f6 Merge pull request #7469 from yang-g/proto_lite by Nicolas Noble · 8 years ago
  96. b91cddb fixed typo by David Garcia Quintas · 8 years ago
  97. 543c588 Merge remote-tracking branch 'upstream/master' into seperate_generated_files by Yuchen Zeng · 8 years ago
  98. 7c519b9 Merge pull request #7444 from y-zeng/fix_typo by kpayson64 · 8 years ago
  99. e6c04aa Add a macro to support protobuf lite by yang-g · 8 years ago
  100. 1318479 Separate generated file and protobuf dependency by Yuchen Zeng · 8 years ago