1. e21908f impl by yang-g · 9 years ago
  2. 9e2f90c headers reorg by yang-g · 9 years ago
  3. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  4. cad36b0 Remove old code by Craig Tiller · 9 years ago
  5. 789471c Client side compiles/links by Craig Tiller · 9 years ago
  6. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  7. c71a9d2 clang-format by Yang Gao · 9 years ago
  8. ea13af7 merge with head by Yang Gao · 9 years ago
  9. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  10. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  11. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  12. fad38ba Add client-side marks for proto processing. Need to go in and fill in tag later by Vijay Pai · 9 years ago
  13. e9866e9 resolve comment by Yang Gao · 9 years ago
  14. 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
  15. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  16. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  17. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  18. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  19. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  20. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  21. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 9 years ago
  22. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  23. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  24. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  25. 645466e Initial sketch by Craig Tiller · 9 years ago
  26. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  27. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  28. caa5106 also set got_message by Yang Gao · 9 years ago
  29. 467d7bd When the entire op fails, the recv_message is always discarded. by Yang Gao · 9 years ago
  30. 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
  31. 2cf9527 Deserialization success should not override earlier failure by Yang Gao · 9 years ago
  32. 573523f clang-format by Craig Tiller · 9 years ago
  33. 0c7aafa change AddRecvMessage signature by Yang Gao · 9 years ago
  34. cbc427a allow null got_message by Yang Gao · 9 years ago
  35. ec3257c Fix end2end leaks by Craig Tiller · 9 years ago
  36. fd7199f Add client side WaitForInitialMetadata for streaming. by Yang Gao · 9 years ago
  37. 0156752 Some streaming progress by Craig Tiller · 9 years ago
  38. 504bd33 Make sure we get a close before stopping the server by Craig Tiller · 9 years ago
  39. 4dd7017 This string is null terminated by Craig Tiller · 9 years ago
  40. 39550b6c Merge pull request #9 from yang-g/c++api by Craig Tiller · 9 years ago
  41. 47a5736 Fix ownership by Craig Tiller · 9 years ago
  42. 968ca53 Add trailing metadata to client context and use it. by Yang Gao · 9 years ago
  43. 7596e7d Tweak metadata sending by Craig Tiller · 9 years ago
  44. 2382293 Make it compile by Yang Gao · 9 years ago
  45. 1464bc1 resolve conflict by Yang Gao · 9 years ago
  46. f1258c4 save before the change by Yang Gao · 9 years ago
  47. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 9 years ago
  48. a5c0e7b Initial metadata fix by Craig Tiller · 9 years ago
  49. a7c49ab minor improvement by Yang Gao · 9 years ago
  50. eb8e7cd Implement FinalizeResult by Yang Gao · 9 years ago
  51. a52ea7b typo fix by Yang Gao · 9 years ago
  52. 3f631bd Remove stale call site. by Yang Gao · 9 years ago
  53. 6d6b903 Release write buffer in FinalizeResult by Yang Gao · 9 years ago
  54. d5a04bd Implement FillOps by Yang Gao · 10 years ago
  55. 7eb7d75 call implementation before the meeting by Yang Gao · 10 years ago
  56. 20f4af2 Move call.h -> impl/call.h by Craig Tiller · 10 years ago
  57. de91706 Refine completion queue by Craig Tiller · 10 years ago
  58. df2c957 Fix compile error by Craig Tiller · 10 years ago
  59. 5095071 Further progress by Craig Tiller · 10 years ago
  60. c496575 Starting to scratch out the API by Craig Tiller · 10 years ago