1. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  2. 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
  3. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  4. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  5. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  6. 6e91ffe minor fix in TLS error message by Wojtek Kubiak · 9 years ago
  7. 91e97b8 fix missing pointers on gpr_atm_acq_cas on x64 by zeliard · 9 years ago
  8. 00b6585 add missing defines on windows (WIN64) by zeliard · 9 years ago
  9. 9c9d4e0 Addressing comments by Craig Tiller · 9 years ago
  10. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 9 years ago
  11. 277d3cf clang-format by Craig Tiller · 9 years ago
  12. 3beef68 Populate channel tags for methods by Craig Tiller · 9 years ago
  13. 62d2896 Add facility to register methods in C++ by Craig Tiller · 9 years ago
  14. 53a38d4 Make RpcMethod constructor take all args by Craig Tiller · 9 years ago
  15. b20111c clang-format by Craig Tiller · 9 years ago
  16. 0845337 Introduce ahead-of-time registration of (method,host) pairs by Craig Tiller · 9 years ago
  17. 721f362 Inline initial slice buffer allocation by Craig Tiller · 9 years ago
  18. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  19. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  20. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  21. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  22. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  23. b092916 Addressing concerns. by Nicolas "Pixel" Noble · 9 years ago
  24. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  25. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  26. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  27. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 9 years ago
  28. 63adffe Merge pull request #1177 from yang-g/bugfix by Vijay Pai · 9 years ago
  29. e9866e9 resolve comment by Yang Gao · 9 years ago
  30. 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
  31. 5a5032d Add a macro to enable replacing the default with a custom port picker by Yang Gao · 9 years ago
  32. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  33. f731d68 Avoid a problem when clang pretends to be GNUC by vjpai · 9 years ago
  34. 3ff350c Make a fake version of nullptr to work with old compilers by vjpai · 9 years ago
  35. 8dafd52 Revert "Remove dead members of server context" by Vijay Pai · 9 years ago
  36. 046d92d Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  37. 8c8588c Remove dead members of server context by Vijay Pai · 9 years ago
  38. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  39. f0863b0 Merge branch 'master' of github.com:google/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  40. 2cff008 Merge pull request #1074 from jcanizales/makes-cpu-posix-portable by Abhishek Kumar · 9 years ago
  41. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  42. d1b9e64 Merge branch 'master' into genericstub by Yang Gao · 9 years ago
  43. 050e37a resolve merge error by Yang Gao · 9 years ago
  44. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  45. 75e2f6d Implementation of generic stub by Yang Gao · 9 years ago
  46. eab96f5 Dodging VisualStudio's #define of max(). by Nicolas "Pixel" Noble · 9 years ago
  47. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  48. b050ce9 Fixes for Windows atomics. by Nicolas "Pixel" Noble · 9 years ago
  49. a8edeae Merge pull request #1072 from yang-g/refreshtoken by jboeuf · 9 years ago
  50. 5ebd6c7 wrap refresh token credentials in c++ by Yang Gao · 9 years ago
  51. 757afae clang-format new changes by Yang Gao · 9 years ago
  52. d672d8f resolve merge confict by Yang Gao · 9 years ago
  53. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  54. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  55. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  56. 6b64c81 Fixes iPhone platform detection by Jorge Canizales · 9 years ago
  57. 1ad253d expose the server's cq through the generic service object by Yang Gao · 9 years ago
  58. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  59. c91a9f9 Merge pull request #1011 from yang-g/jwt by jboeuf · 9 years ago
  60. f358573 FreeBSD preliminary work. by Nicolas Noble · 9 years ago
  61. f5a5943 Adds GPR_CPU_IPHONE to the checks in port_platform.h by Jorge Canizales · 9 years ago
  62. dca15a6 add a comment by Yang Gao · 9 years ago
  63. 7649713 Allowing us to import google::protobuf::int64. by Nicolas "Pixel" Noble · 9 years ago
  64. 30e666c Creates cpu_iphone.c by Jorge Canizales · 9 years ago
  65. 0049c51 Merge pull request #1032 from nicolasnoble/protobuf-alternate by Yang Gao · 9 years ago
  66. c97638b Merge pull request #1012 from dklempner/nobarrier by Vijay Pai · 9 years ago
  67. 613d6fe Moving ZeroCopyOutputStream to grpc++/config.h. by Nicolas "Pixel" Noble · 9 years ago
  68. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  69. c3be769 Merge pull request #983 from jboeuf/refresh_token_parsing by Yang Gao · 9 years ago
  70. 179f868 add missing GRPC_FINAL by Yang Gao · 9 years ago
  71. c41bf3c More sane ordering of methods by Vijay Pai · 9 years ago
  72. 3e0a46a Change behavior to properly account for possibility of NULL by Vijay Pai · 9 years ago
  73. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  74. ee705f6 Add support for deadline on CompletionQueue::Next by Vijay Pai · 9 years ago
  75. 466423b Add a no_barrier_load atomic operation. by David Klempner · 9 years ago
  76. d778651 formatting by Yang Gao · 9 years ago
  77. 0535da3 The Jwt code was dropped somewhere in a merge. Put it back by Yang Gao · 9 years ago
  78. 2fe6ece Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  79. 6063b9f Merge pull request #990 from jtattermusch/csharp_tls_server by Tim Emiola · 9 years ago
  80. ea8d8de Merge pull request #998 from yang-g/nameoverride by Vijay Pai · 9 years ago
  81. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 9 years ago
  82. bc5d466 Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  83. 42734b5 Merge pull request #978 from Chilledheart/master by Yang Gao · 9 years ago
  84. f82a30d Use ssl name override if it's in the channel argument by Yang Gao · 9 years ago
  85. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  86. 61c4131 initial imple of byte buffer and slice by Yang Gao · 9 years ago
  87. 9835cf0 Adding refresh token credentials. by Julien Boeuf · 9 years ago
  88. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  89. ca767c0 Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer by Chilledheart · 9 years ago
  90. 4be94b9 Add missing GRPC_OVERRIDE, NFC by Chilledheart · 9 years ago
  91. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  92. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  93. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  94. c79a57c Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  95. 346a086 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  96. ce78a19 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 9 years ago
  97. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  98. 76877c3 Generate latencies in driver by Craig Tiller · 9 years ago
  99. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  100. 5b61d51 formatting by Yang Gao · 9 years ago