1. dbb5164 [clang-format] Remove custom clang-format rules for include ordering (#37820) by Craig Tiller · 9 months ago
  2. bae0c70 [Deps] Update to Clang-16 (#34492) by Yijie Ma · 1 year, 9 months ago
  3. f99b8b5 Convert c-style comments to C++-style comments (#31923) by Yijie Ma · 2 years, 6 months ago
  4. 49a3035 [iwyu] Fix CI job (#31921) by Craig Tiller · 2 years, 7 months ago
  5. 1b05576 [cleanups] Clean up `GrpcLibraryInitializer` (#31894) by Cheng-Yu Chung · 2 years, 7 months ago
  6. 9a7e773 [cleanups] Remove `include/grpc/impl/codegen/grpc_types.h` (#31835) by Cheng-Yu Chung · 2 years, 7 months ago
  7. 0356ff3 Remove `include/grpc/impl/codegen/gpr_types.h` (#31818) by Cheng-Yu Chung · 2 years, 7 months ago
  8. c34d99f Remove `include/grpc/impl/codegen/compression_types.h` (#31726) by Cheng-Yu Chung · 2 years, 7 months ago
  9. 250f9fc Revived google-readability-casting (#31607) by Esun Kim · 2 years, 8 months ago
  10. 1a9ce63 Revert "Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284)" (#31387) by Cheng-Yu Chung · 2 years, 9 months ago
  11. 3981105 Remove `include/grpcpp/impl/codegen/status_code_enum.h` (#31284) by Cheng-Yu Chung · 2 years, 9 months ago
  12. 20d1efc [stats] Move core stats to C++ (#30936) by Craig Tiller · 2 years, 9 months ago
  13. 610a248 [stats] Optimize histogram system (#30834) by Craig Tiller · 2 years, 10 months ago
  14. 0f9d024 [iwyu] c++ (#29721) by Craig Tiller · 3 years, 2 months ago
  15. 0642bc2 Revert "[iwyu] grpc++ (#29610)" (#29720) by Craig Tiller · 3 years, 2 months ago
  16. c8159ea [iwyu] grpc++ (#29610) by Craig Tiller · 3 years, 2 months ago
  17. ea389c0 Adjust include order per style guide (#27175) by Craig Tiller · 3 years, 10 months ago
  18. a99ead4 Added new method to ByteBuffer & Slice (#26014) by Esun Kim · 4 years, 1 month ago
  19. 7d4d516 wip: change error_details functions to templates by Greg Miller · 4 years, 5 months ago
  20. db3cd51 Move ErrorDetails from ::grpc_impl to ::grpc by Karthik Ravi Shankar · 5 years ago
  21. 338b4cb Fold ErrorDetails into grpc_impl from grpc by Karthik Ravi Shankar · 6 years ago
  22. 2eb25c8 Avoid build errors by Vijay Pai · 6 years ago
  23. 8d06d09 Fix broken ByteBuffer copy ctor by Ara Ayvazyan · 7 years ago
  24. 52d4c7c Ensure lib is initialize for ByteBuffer use by Noah Eisen · 7 years ago
  25. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 7 years ago
  26. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  27. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  28. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  29. 61c4d6b Fix stats by ncteisen · 8 years ago
  30. baa14a9 Update clang-format to 5.0 by Craig Tiller · 8 years ago
  31. 903981a Catch out of order error code by yang-g · 8 years ago
  32. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 8 years ago
  33. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 8 years ago
  34. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 8 years ago
  35. 4a4bd1c Merge pull request #12214 from vjpai/cereal_eye_sir by Vijay Pai · 8 years ago
  36. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 8 years ago
  37. 2897235 Expose stats into qps_driver by Craig Tiller · 8 years ago
  38. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 8 years ago
  39. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 8 years ago
  40. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 8 years ago
  41. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 8 years ago
  42. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  43. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  44. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 9 years ago
  45. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 9 years ago
  46. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 9 years ago
  47. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 9 years ago
  48. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 9 years ago
  49. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 9 years ago
  50. c4752d8 Remove this-> by Vijay Pai · 9 years ago
  51. 2665bdd Reduce allocations associated with src/cpp/util/byte_buffer.cc. by Mark D. Roth · 9 years ago
  52. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 9 years ago
  53. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  54. 2e19036 Fix copyrights by Craig Tiller · 9 years ago
  55. f40df23 Auto-changes by Craig Tiller · 9 years ago
  56. 1b63471 copyright by David Garcia Quintas · 9 years ago
  57. 8c3d994 compiles! by David Garcia Quintas · 9 years ago
  58. 6848c4e wip. prior to cq refactoring by David Garcia Quintas · 9 years ago
  59. e0b0e27 clang-format by Vijay Pai · 9 years ago
  60. 17e630a Fix a case in bbuf copy constructore by Vijay Pai · 9 years ago
  61. f805735 destroy reader after using it by yang-g · 9 years ago
  62. 754bd26 clang-format code by Craig Tiller · 9 years ago
  63. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  64. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  65. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  66. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  67. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  68. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 10 years ago
  69. be75ffd Merge branch 'master' into bbuf by vjpai · 10 years ago
  70. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 10 years ago
  71. b6df94a WIP by vjpai · 10 years ago
  72. 187c4b3 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition by Craig Tiller · 10 years ago
  73. 71a0f9d Fix clang-format script by Craig Tiller · 10 years ago
  74. 0445684 Windows fixes by Craig Tiller · 10 years ago
  75. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 10 years ago
  76. deb3d22 Add missed header by yang-g · 10 years ago
  77. dc90c13 Move static value grpc::string_ref::npos definition to cc file by Konstantin Podsvirov · 10 years ago
  78. 0d9f81f minor fixes by yang-g · 10 years ago
  79. 47ec9a4 Add ostream support for string_ref by Craig Tiller · 10 years ago
  80. e21908f impl by yang-g · 10 years ago
  81. d5539ec remove constexpr since gcc 4.4 or vs2010 does not support it by yang-g · 10 years ago
  82. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 10 years ago
  83. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 10 years ago
  84. 9e2f90c headers reorg by yang-g · 10 years ago
  85. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 10 years ago
  86. 354398f Updating wrapped languages to new time functions by Craig Tiller · 10 years ago
  87. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 10 years ago
  88. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 10 years ago
  89. c1a2c31 Update the Status API by Yang Gao · 10 years ago
  90. ca28137 Added missing compression.h file. by David Garcia Quintas · 10 years ago
  91. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 10 years ago
  92. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 10 years ago
  93. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 10 years ago
  94. cf3fb09 clang-format by Vijay Pai · 10 years ago
  95. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 10 years ago
  96. afc3ee8 Merge branch 'master' into poisson by vjpai · 10 years ago
  97. 3beb20c Support use of high_res clock in timepoints by vjpai · 10 years ago
  98. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 10 years ago
  99. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  100. 3b3097f Remove an extra unref by Yang Gao · 10 years ago