1. 8d06d09 Fix broken ByteBuffer copy ctor by Ara Ayvazyan · 6 years ago
  2. 52d4c7c Ensure lib is initialize for ByteBuffer use by Noah Eisen · 6 years ago
  3. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  4. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  5. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  6. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  7. 61c4d6b Fix stats by ncteisen · 7 years ago
  8. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  9. 903981a Catch out of order error code by yang-g · 7 years ago
  10. a44cffa Base the new SerializationTraits API on implicit type conversion rather than SFINAE by Vijay Pai · 7 years ago
  11. efce6e1 Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer"" by Vijay Pai · 7 years ago
  12. 5432dd8 Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only grpc_byte_buffer" by Jan Tattermusch · 7 years ago
  13. 4a4bd1c Merge pull request #12214 from vjpai/cereal_eye_sir by Vijay Pai · 7 years ago
  14. 6773955 Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_buffer by Vijay Pai · 7 years ago
  15. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  16. ce58cf8 Add Slice constructors to match all grpc_slice cases by Vijay Pai · 7 years ago
  17. 0f95fa4 Add idiomatic C++ API for grpc::Slice construction that doesn't by Vijay Pai · 7 years ago
  18. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  19. eceec8e Add helper function to supply and parse error_details from Status. by yang-g · 7 years ago
  20. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 7 years ago
  21. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 7 years ago
  22. 5ef31ab Progress towards mdstr elimination by Craig Tiller · 8 years ago
  23. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  24. 5c41bab Remove references to NO_CHRONO option by Vijay Pai · 8 years ago
  25. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  26. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  27. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago
  28. c4752d8 Remove this-> by Vijay Pai · 8 years ago
  29. 2665bdd Reduce allocations associated with src/cpp/util/byte_buffer.cc. by Mark D. Roth · 8 years ago
  30. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  31. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  32. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  33. f40df23 Auto-changes by Craig Tiller · 8 years ago
  34. 1b63471 copyright by David Garcia Quintas · 8 years ago
  35. 8c3d994 compiles! by David Garcia Quintas · 8 years ago
  36. 6848c4e wip. prior to cq refactoring by David Garcia Quintas · 8 years ago
  37. e0b0e27 clang-format by Vijay Pai · 8 years ago
  38. 17e630a Fix a case in bbuf copy constructore by Vijay Pai · 8 years ago
  39. f805735 destroy reader after using it by yang-g · 8 years ago
  40. 754bd26 clang-format code by Craig Tiller · 8 years ago
  41. eeb02ba Update copyrights again by murgatroid99 · 8 years ago
  42. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 8 years ago
  43. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 8 years ago
  44. de332df Refactor server side to support generic tests. by vjpai · 8 years ago
  45. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 8 years ago
  46. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  47. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  48. 8808637 make gpr_timespec platform agnostic by Jan Tattermusch · 9 years ago
  49. b6df94a WIP by vjpai · 9 years ago
  50. 187c4b3 Merge pull request #3177 from podsvirov/topic-grpc-string-ref-npos-redifinition by Craig Tiller · 9 years ago
  51. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  52. 0445684 Windows fixes by Craig Tiller · 9 years ago
  53. d6599a3 Replicate C++ docs from master to beta branch by Craig Tiller · 9 years ago
  54. deb3d22 Add missed header by yang-g · 9 years ago
  55. dc90c13 Move static value grpc::string_ref::npos definition to cc file by Konstantin Podsvirov · 9 years ago
  56. 0d9f81f minor fixes by yang-g · 9 years ago
  57. 47ec9a4 Add ostream support for string_ref by Craig Tiller · 9 years ago
  58. e21908f impl by yang-g · 9 years ago
  59. d5539ec remove constexpr since gcc 4.4 or vs2010 does not support it by yang-g · 9 years ago
  60. 0382bfa Merge branch 'master' of github.com:grpc/grpc into cpp_string_ref by Julien Boeuf · 9 years ago
  61. 8fd915a Adding grpc::string_ref class. by Julien Boeuf · 9 years ago
  62. 9e2f90c headers reorg by yang-g · 9 years ago
  63. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
  64. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  65. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  66. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  67. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  68. ca28137 Added missing compression.h file. by David Garcia Quintas · 9 years ago
  69. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  70. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 9 years ago
  71. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 9 years ago
  72. cf3fb09 clang-format by Vijay Pai · 9 years ago
  73. 9dc5c15 Account for time difference in mac and linux by Vijay Pai · 9 years ago
  74. afc3ee8 Merge branch 'master' into poisson by vjpai · 9 years ago
  75. 3beb20c Support use of high_res clock in timepoints by vjpai · 9 years ago
  76. 30bd4eb Removed grpc_byte_buffer_reader_{create,destroy}. by David Garcia Quintas · 9 years ago
  77. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  78. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  79. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  80. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  81. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  82. 086cd11 read and copy add two ref's, unref one by Yang Gao · 9 years ago
  83. 61c4131 initial imple of byte buffer and slice by Yang Gao · 9 years ago
  84. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  85. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  86. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  87. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  88. ecd4934 Use clang-format-3.5 by Craig Tiller · 9 years ago
  89. b5dcec5 clang-format codebase by Craig Tiller · 9 years ago
  90. ed5e7e0 Add deadline API on server side. by yangg · 9 years ago
  91. 081e320 Add missing casts to enable compilation with gcc 4.7 by rsilvera · 10 years ago
  92. 87da1b9 Make the default deadline gpr_inf_future to avoid mismatch between by yangg · 10 years ago
  93. b7ebd3b Initial import. by Nicolas Noble · 10 years ago