1. 5270559 Add set pointer api to channel_arguments by yang-g · 9 years ago
  2. 5925603 stream_op cleanup: miscellany by Craig Tiller · 9 years ago
  3. 7fd0fd5 C++ Alarm implementation (with tests). by David Garcia Quintas · 9 years ago
  4. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  5. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  6. 459faf3 Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  7. 5b3516e Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  8. d090fe1 auth context api change for string_ref by yang-g · 9 years ago
  9. e21908f impl by yang-g · 9 years ago
  10. 9e2f90c headers reorg by yang-g · 9 years ago
  11. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  12. d6c98df clang-format all source by Craig Tiller · 9 years ago
  13. 455dc6f Merge branch 'master' of https://github.com/grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  14. c2274e7 Adding C++ auth metadata processor. by Julien Boeuf · 9 years ago
  15. b457cd8 Merge remote-tracking branch 'google/master' into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  16. ffc8a6b move auth property iterator declaration into auth_context.h by yang-g · 9 years ago
  17. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  18. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  19. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  20. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  21. 811536e auth context iterator by yang-g · 9 years ago
  22. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  23. d53bc89 Add missing pieces by yang-g · 9 years ago
  24. f9e8e59 Resolve comments by yang-g · 9 years ago
  25. 6406f18 missed one place by yang-g · 9 years ago
  26. 85c04f9 resolve comments by yang-g · 9 years ago
  27. 8068f86 Add a unit test by yang-g · 9 years ago
  28. 5ea46ab merge with upstream and resolve conflicts by yang-g · 9 years ago
  29. 3abe60b compiles by yang-g · 9 years ago
  30. 32f020a Merge pull request #2079 from yang-g/statusChange by Nicolas Noble · 9 years ago
  31. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  32. de52625 Added changes to c++ and ruby wrappers by David Garcia Quintas · 9 years ago
  33. cad36b0 Remove old code by Craig Tiller · 9 years ago
  34. 789471c Client side compiles/links by Craig Tiller · 9 years ago
  35. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  36. 5fdcbb7 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  37. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  38. c71a9d2 clang-format by Yang Gao · 9 years ago
  39. ea13af7 merge with head by Yang Gao · 9 years ago
  40. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  41. 1260892 Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  42. 76dcd38 Hack to get Mac end2end test working by Craig Tiller · 9 years ago
  43. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  44. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  45. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  46. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  47. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  48. fad38ba Add client-side marks for proto processing. Need to go in and fill in tag later by Vijay Pai · 9 years ago
  49. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  50. e9866e9 resolve comment by Yang Gao · 9 years ago
  51. b53af53 Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer by Yang Gao · 9 years ago
  52. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  53. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  54. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  55. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  56. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  57. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  58. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  59. 3e0a46a Change behavior to properly account for possibility of NULL by Vijay Pai · 9 years ago
  60. ee705f6 Add support for deadline on CompletionQueue::Next by Vijay Pai · 9 years ago
  61. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  62. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  63. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 9 years ago
  64. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  65. d24d13d Simplify TryPluck by Craig Tiller · 9 years ago
  66. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  67. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  68. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  69. 645466e Initial sketch by Craig Tiller · 9 years ago
  70. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  71. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  72. caa5106 also set got_message by Yang Gao · 9 years ago
  73. 467d7bd When the entire op fails, the recv_message is always discarded. by Yang Gao · 9 years ago
  74. 27658f4 Clear receive message buffer when adding it, so that any reused buffer will not appear when decoding fails. by Yang Gao · 9 years ago
  75. 2cf9527 Deserialization success should not override earlier failure by Yang Gao · 9 years ago
  76. 573523f clang-format by Craig Tiller · 9 years ago
  77. 0c7aafa change AddRecvMessage signature by Yang Gao · 9 years ago
  78. cbc427a allow null got_message by Yang Gao · 9 years ago
  79. ec3257c Fix end2end leaks by Craig Tiller · 9 years ago
  80. fd7199f Add client side WaitForInitialMetadata for streaming. by Yang Gao · 9 years ago
  81. 0156752 Some streaming progress by Craig Tiller · 9 years ago
  82. 504bd33 Make sure we get a close before stopping the server by Craig Tiller · 9 years ago
  83. 4dd7017 This string is null terminated by Craig Tiller · 9 years ago
  84. 39550b6c Merge pull request #9 from yang-g/c++api by Craig Tiller · 9 years ago
  85. 47a5736 Fix ownership by Craig Tiller · 9 years ago
  86. 968ca53 Add trailing metadata to client context and use it. by Yang Gao · 9 years ago
  87. 7596e7d Tweak metadata sending by Craig Tiller · 9 years ago
  88. 2382293 Make it compile by Yang Gao · 9 years ago
  89. 1464bc1 resolve conflict by Yang Gao · 9 years ago
  90. f1258c4 save before the change by Yang Gao · 9 years ago
  91. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 9 years ago
  92. a5c0e7b Initial metadata fix by Craig Tiller · 9 years ago
  93. a7c49ab minor improvement by Yang Gao · 9 years ago
  94. a5e2a03 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Yang Gao · 9 years ago
  95. 854a30c More implementation by Craig Tiller · 9 years ago
  96. eb8e7cd Implement FinalizeResult by Yang Gao · 9 years ago
  97. 04c8ff0 Fix FinalizeResult signature by Craig Tiller · 9 years ago
  98. a52ea7b typo fix by Yang Gao · 9 years ago
  99. 3f631bd Remove stale call site. by Yang Gao · 9 years ago
  100. 6d6b903 Release write buffer in FinalizeResult by Yang Gao · 9 years ago