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