1. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  2. 97209ae fix warning & typo by Jan Tattermusch · 7 years ago
  3. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  4. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  5. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  6. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  7. 64e0b10 Variable name consistency by ncteisen · 7 years ago
  8. b9cff78 Reviewer feedback by ncteisen · 7 years ago
  9. 0d7f5e7 No null string ctor by Noah Eisen · 7 years ago
  10. 74c106e Add error string to C++ by ncteisen · 7 years ago
  11. 3aeff22 Remove some dead code from a previous iteration of internal::Call by Vijay Pai · 7 years ago
  12. 14c60f1 Fix segfault by ncteisen · 7 years ago
  13. 0354c22 Save C++ for follow up PR by ncteisen · 7 years ago
  14. 40737d6 Add error string to recv status API by ncteisen · 7 years ago
  15. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  16. d582cdf fix typo by thinkerou · 7 years ago
  17. 953afec Add an explicit void 2nd parameter to invocation of SerializationTraits by Vijay Pai · 7 years ago
  18. 8fa4d15 Fix C++ builds by Muxi Yan · 7 years ago
  19. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  20. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  21. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  22. 4a4bd1c Merge pull request #12214 from vjpai/cereal_eye_sir by Vijay Pai · 7 years ago
  23. 4433973 Address review comments by Vijay Pai · 7 years ago
  24. 1c32292 Address reviewer comments by Vijay Pai · 7 years ago
  25. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  26. 9bebf8b C++ API for write-through by Craig Tiller · 7 years ago
  27. 4754398 Clang_format by Ken Payson · 7 years ago
  28. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  29. 7c62a35 Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  30. 229125a Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  31. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago
  32. e68c0d1 Revert "Reintroduce a lambda capture as part of C++11-izing code" by Jan Tattermusch · 7 years ago
  33. c80526d Modify C++ and Objective C to initialize maybe_stream_compression_level by Muxi Yan · 7 years ago
  34. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  35. 6eaaa92 Merge pull request #11731 from yang-g/cpp_is_hard by Yang Gao · 7 years ago
  36. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  37. d03594f second try by yang-g · 7 years ago
  38. 0d9caec Unref the call first in case the collection is still used in call by yang-g · 7 years ago
  39. 10c040d Move collection reset before unref (since unref could destroy obj) by Vijay Pai · 7 years ago
  40. fc539eb Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used. by Vijay Pai · 7 years ago
  41. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  42. d809a15 cpp doc nits by Alexander Polcyn · 7 years ago
  43. 611e7e7 Reintroduce a lambda capture as part of C++11-izing code by Vijay Pai · 7 years ago
  44. f5a1b75 Merge pull request #10761 from ctiller/ubsan by Craig Tiller · 7 years ago
  45. 56bbe02 Fix ubsan reported failure by Craig Tiller · 7 years ago
  46. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  47. 6bc7016 Remove status_helper as it is not needed any more by yang-g · 7 years ago
  48. c20fa90 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  49. f4c8add support C++ error_details by yang-g · 7 years ago
  50. 41f46ab Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  51. be094fc Fix compile by Craig Tiller · 7 years ago
  52. e3b5921 Potential msan fix by Craig Tiller · 7 years ago
  53. 66051c6 Async end2end test passes by Craig Tiller · 7 years ago
  54. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  55. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  56. 60a4190 Remove delete assertion on base class and change to full fetch-add by Vijay Pai · 8 years ago
  57. 379be59 Pour one out for shared ptr by Vijay Pai · 8 years ago
  58. 0aac9d0 change last_message bit to be in C++ layer only by Yuxuan Li · 8 years ago
  59. 34894e4 Implemented stream coalescing design by Yuxuan Li · 8 years ago
  60. f07ed45 Restore the NextMessageSize for streamed calls by yang-g · 8 years ago
  61. 68bb6a8 Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  62. 4edd567 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  63. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  64. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  65. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  66. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  67. da9de89 Merge github.com:grpc/grpc into maxmsgsz by Craig Tiller · 8 years ago
  68. 62f28bf Remove double-checking of max-message-size in C++ layers by Craig Tiller · 8 years ago
  69. 78bc54e Fix stack corruption by Craig Tiller · 8 years ago
  70. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  71. cca7589 Start moving C++ to slice interfaces by Craig Tiller · 8 years ago
  72. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  73. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  74. 24869d5 Merge pull request #7996 from yang-g/canonical by Yang Gao · 8 years ago
  75. d558149 Add a helper to get canonical code from status by yang-g · 8 years ago
  76. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  77. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  78. d10f177 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  79. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  80. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  81. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  82. 440558a C++ Compression Level set properly by David Garcia Quintas · 8 years ago
  83. a122769 Add some const by vjpai · 8 years ago
  84. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  85. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  86. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  87. 30fb536 PR comments (offline). by David Garcia Quintas · 8 years ago
  88. 15759f6 Let Next set ok=true when receiving error status by yang-g · 8 years ago
  89. 697a41f fixes to grpc++/impl/codegen/call.h by David Garcia Quintas · 8 years ago
  90. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  91. d6fb831 Updated codegen/call.h by David Garcia Quintas · 8 years ago
  92. b6f853d Add comment by yang-g · 8 years ago
  93. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  94. 7099d6f Add an explicit base class pointer to avoid potential breakage. by yang-g · 8 years ago
  95. 4ee1a62 Stress test fixes by Craig Tiller · 8 years ago
  96. 399b3c4 Fix client_crash_test, implement idempotency, fail_fast for C++ by Craig Tiller · 8 years ago
  97. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  98. f40df23 Auto-changes by Craig Tiller · 8 years ago
  99. 9eef377 clang-format by David Garcia Quintas · 9 years ago
  100. b942640 clang-format by David Garcia Quintas · 9 years ago