1. 280ca17 resolve comments by Yang Gao · 9 years ago
  2. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  3. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  4. cc82be5 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  5. a33acb7 Correct C++ build errors by Craig Tiller · 9 years ago
  6. fee0cfa Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  7. b8a5f86 do not request another call if server is shutdown by Yang Gao · 9 years ago
  8. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  9. 5fdcbb7 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  10. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  11. c71a9d2 clang-format by Yang Gao · 9 years ago
  12. f7d05b5 make server tolerate deserialization failure by Yang Gao · 9 years ago
  13. ea13af7 merge with head by Yang Gao · 9 years ago
  14. 87344c8 Merge pull request #1397 from ctiller/delete-the-old-api by Yang Gao · 9 years ago
  15. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  16. f96dbc7 Fix for a crash seen in the wild by Craig Tiller · 9 years ago
  17. 1260892 Merge branch 'delete-the-old-api' of github.com:ctiller/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  18. 76dcd38 Hack to get Mac end2end test working by Craig Tiller · 9 years ago
  19. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  20. 45d54e4 Merge remote-tracking branch 'upstream/master' into stap by David Garcia Quintas · 9 years ago
  21. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  22. 6eda2d7 Merge pull request #1386 from ctiller/cxx by Yang Gao · 9 years ago
  23. c9fd80e Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  24. a3c42cd Merge pull request #1378 from nicolasnoble/vs2010 by Craig Tiller · 9 years ago
  25. b11728b Mac C++ compile fix by Craig Tiller · 9 years ago
  26. 00e5b2a Mac C++ compile fix by Craig Tiller · 9 years ago
  27. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  28. 1fb9955 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  29. a2b32f1 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  30. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  31. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  32. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  33. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  34. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  35. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  36. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  37. 3b3097f Remove an extra unref by Yang Gao · 9 years ago
  38. 277d3cf clang-format by Craig Tiller · 9 years ago
  39. 15f9f95 Use channel tags to call methods by Craig Tiller · 9 years ago
  40. 3beef68 Populate channel tags for methods by Craig Tiller · 9 years ago
  41. 62d2896 Add facility to register methods in C++ by Craig Tiller · 9 years ago
  42. 53a38d4 Make RpcMethod constructor take all args by Craig Tiller · 9 years ago
  43. 7b3aba5 Fix some name choices by Vijay Pai · 9 years ago
  44. 0163460 Mark creation of call, performing ops on channel by Vijay Pai · 9 years ago
  45. fad38ba Add client-side marks for proto processing. Need to go in and fill in tag later by Vijay Pai · 9 years ago
  46. 9ffbd0c Mark proto ser/deser on server side by Vijay Pai · 9 years ago
  47. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  48. fce25ee Addressing comments. by Julien Boeuf · 9 years ago
  49. 1d2240c Have the secure credentials in separate header files. by Julien Boeuf · 9 years ago
  50. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  51. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  52. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 9 years ago
  53. e9866e9 resolve comment by Yang Gao · 9 years ago
  54. 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
  55. fbf8a37 Merge branch 'master' into cancel by Yang Gao · 9 years ago
  56. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  57. f865a6b Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 by vjpai · 9 years ago
  58. d5933b6 Remove lambda expression being used in grpc C++ library by vjpai · 9 years ago
  59. 335b97d Revert "Remove lambda expression to support older compilers" by Vijay Pai · 9 years ago
  60. 5d5b1d8 Remove lambda expression to support older compilers by vjpai · 9 years ago
  61. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 9 years ago
  62. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  63. df9f764 Revert "Allow nullptr to be passed in if user doesn't care about tag" by vjpai · 9 years ago
  64. 4cba0ca Allow nullptr to be passed in if user doesn't care about tag for next,asyncnext by vjpai · 9 years ago
  65. 8dafd52 Revert "Remove dead members of server context" by Vijay Pai · 9 years ago
  66. 652b7e9 Revert "Remove dead members of server context" by Vijay Pai · 9 years ago
  67. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  68. 046d92d Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  69. 1205f6f Set cq_ on servercontext by Yang Gao · 9 years ago
  70. 8c8588c Remove dead members of server context by Vijay Pai · 9 years ago
  71. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 9 years ago
  72. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  73. 993d540 covert test to use generic stub by Yang Gao · 9 years ago
  74. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  75. d1b9e64 Merge branch 'master' into genericstub by Yang Gao · 9 years ago
  76. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  77. 75e2f6d Implementation of generic stub by Yang Gao · 9 years ago
  78. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  79. a8edeae Merge pull request #1072 from yang-g/refreshtoken by jboeuf · 9 years ago
  80. 5ebd6c7 wrap refresh token credentials in c++ by Yang Gao · 9 years ago
  81. d672d8f resolve merge confict by Yang Gao · 9 years ago
  82. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  83. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  84. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  85. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  86. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  87. c91a9f9 Merge pull request #1011 from yang-g/jwt by jboeuf · 9 years ago
  88. b486ba6 remove 'else' code, release lock by destructor by Ruyi Wang · 9 years ago
  89. 2fbbb9b copy and paste does not work by Yang Gao · 9 years ago
  90. 94e296c Add error logs when credentials are created with non-positive lifetimes by Yang Gao · 9 years ago
  91. 7649713 Allowing us to import google::protobuf::int64. by Nicolas "Pixel" Noble · 9 years ago
  92. 0049c51 Merge pull request #1032 from nicolasnoble/protobuf-alternate by Yang Gao · 9 years ago
  93. 2729fba wording change by Yang Gao · 9 years ago
  94. 613d6fe Moving ZeroCopyOutputStream to grpc++/config.h. by Nicolas "Pixel" Noble · 9 years ago
  95. 05e3eef Early return when duration is non-positive by Yang Gao · 9 years ago
  96. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  97. 3e0a46a Change behavior to properly account for possibility of NULL by Vijay Pai · 9 years ago
  98. e3bbcca Add missing GRPC_OVERRIDE, NFC by Chilledheart · 9 years ago
  99. 2a3c96a resolve leak, now asan clean by Yang Gao · 9 years ago
  100. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago