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