1. 554c79c Merging with master. by Julien Boeuf · 9 years ago
  2. f7ad9a0 Merge branch 'yang-g-mock' by Craig Tiller · 9 years ago
  3. e82f826 Merge pull request #1502 from ctiller/check-on-headers by Eric Anderson · 9 years ago
  4. 2b84e22 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  5. 9f218dd Adding support for per call credentials in core. by Julien Boeuf · 9 years ago
  6. 2da0296 Eliminate need for SIGPIPE handling by Craig Tiller · 9 years ago
  7. b96d001 Validate that headers contain legal bytes by Craig Tiller · 9 years ago
  8. 234e62c Merge pull request #1395 from ctiller/swappy by David G. Quintas · 9 years ago
  9. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago
  10. 80abd54 Merge github.com:grpc/grpc into swappy by Craig Tiller · 9 years ago
  11. 4273f1e add client side streaming interfaces by Yang Gao · 9 years ago
  12. 3d3d632 merge with head by Yang Gao · 9 years ago
  13. 8802558 Add a hook to allow initial HTTP2 sequence number to be specified by Craig Tiller · 9 years ago
  14. ea13af7 merge with head by Yang Gao · 9 years ago
  15. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  16. 5f5fd67 Remove ungeneratable enum values and union members by Craig Tiller · 9 years ago
  17. 72f7646 Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  18. 455253f Merge branch 'one-read' into swappy by Craig Tiller · 9 years ago
  19. dce7a12 Merge pull request #1410 from murgatroid99/core_ios_thread_local_fix by Craig Tiller · 9 years ago
  20. 1cb8bbc Fix thread local storage error in iOS build by murgatroid99 · 9 years ago
  21. a0f666a Merge github.com:grpc/grpc into delete-the-old-api by Craig Tiller · 9 years ago
  22. 6eda2d7 Merge pull request #1386 from ctiller/cxx by Yang Gao · 9 years ago
  23. 0e91956 Remove _old apis from the core library by Craig Tiller · 9 years ago
  24. bae41c8 Promote SWAP to GPR_SWAP by Craig Tiller · 9 years ago
  25. 3691c33 clang-format by Craig Tiller · 9 years ago
  26. c9fd80e Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  27. a3c42cd Merge pull request #1378 from nicolasnoble/vs2010 by Craig Tiller · 9 years ago
  28. 75d5d30 Indentation fix by Craig Tiller · 9 years ago
  29. b11728b Mac C++ compile fix by Craig Tiller · 9 years ago
  30. 00e5b2a Mac C++ compile fix by Craig Tiller · 9 years ago
  31. 3086203 Few VS2010 fixes. by Nicolas Noble · 9 years ago
  32. 8bf5fc8 Merge pull request #1373 from ctiller/shutdown by Yang Gao · 9 years ago
  33. 4083d30 Merge github.com:grpc/grpc into one-pass by Craig Tiller · 9 years ago
  34. 924ef9a Merge pull request #1372 from ctiller/latency by Vijay Pai · 9 years ago
  35. 1fb9955 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  36. a2b32f1 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  37. a9274b8 Fix comment by Craig Tiller · 9 years ago
  38. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  39. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  40. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  41. 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
  42. 76e49fd Forgot to rename header guard. by Nicolas "Pixel" Noble · 9 years ago
  43. e24dde5 Adressing comments. by Nicolas "Pixel" Noble · 9 years ago
  44. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  45. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  46. 3fbf7d7 Merge pull request #1312 from ctiller/batch-metadata by Yang Gao · 9 years ago
  47. 2b1f7a9 Merge github.com:google/grpc into batch-metadata by Craig Tiller · 9 years ago
  48. 6e91ffe minor fix in TLS error message by Wojtek Kubiak · 9 years ago
  49. 91e97b8 fix missing pointers on gpr_atm_acq_cas on x64 by zeliard · 9 years ago
  50. 00b6585 add missing defines on windows (WIN64) by zeliard · 9 years ago
  51. 9c9d4e0 Addressing comments by Craig Tiller · 9 years ago
  52. 6902ad2 Switching to batch oriented metadata passing by Craig Tiller · 9 years ago
  53. 277d3cf clang-format by Craig Tiller · 9 years ago
  54. 3beef68 Populate channel tags for methods by Craig Tiller · 9 years ago
  55. 62d2896 Add facility to register methods in C++ by Craig Tiller · 9 years ago
  56. 53a38d4 Make RpcMethod constructor take all args by Craig Tiller · 9 years ago
  57. b20111c clang-format by Craig Tiller · 9 years ago
  58. 0845337 Introduce ahead-of-time registration of (method,host) pairs by Craig Tiller · 9 years ago
  59. 721f362 Inline initial slice buffer allocation by Craig Tiller · 9 years ago
  60. 6fb2938 Getting a bit more laxist with the various GPR rules. by Nicolas "Pixel" Noble · 9 years ago
  61. 553a904 Fixing FreeBSD's TLS port_platform entry. by Nicolas "Pixel" Noble · 9 years ago
  62. 1be726c Merge pull request #1047 from nicolasnoble/freebsd by Vijay Pai · 9 years ago
  63. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  64. b7bbffe Addressing github comments. by Nicolas "Pixel" Noble · 9 years ago
  65. 7a6d8fd Merge branch 'master' of github.com:grpc/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  66. 8cca9ab Thread local storage for grpc by Craig Tiller · 9 years ago
  67. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  68. b092916 Addressing concerns. by Nicolas "Pixel" Noble · 9 years ago
  69. d81684f Merge branch 'master' of github.com:google/grpc into the-purge by Nicolas "Pixel" Noble · 9 years ago
  70. ff2828b Rewriting mutex, condition_variable, and thread. by Nicolas "Pixel" Noble · 9 years ago
  71. 91647cc Adding joinable threads, and gpr_thd_join. by Nicolas Noble · 9 years ago
  72. ae96ae2 Starting off by removing all offending headers. by Nicolas "Pixel" Noble · 9 years ago
  73. 63adffe Merge pull request #1177 from yang-g/bugfix by Vijay Pai · 9 years ago
  74. e9866e9 resolve comment by Yang Gao · 9 years ago
  75. 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
  76. 5a5032d Add a macro to enable replacing the default with a custom port picker by Yang Gao · 9 years ago
  77. 48bbd00 merge upstream and resolve conflict by Yang Gao · 9 years ago
  78. f731d68 Avoid a problem when clang pretends to be GNUC by vjpai · 9 years ago
  79. 3ff350c Make a fake version of nullptr to work with old compilers by vjpai · 9 years ago
  80. 8dafd52 Revert "Remove dead members of server context" by Vijay Pai · 9 years ago
  81. 046d92d Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  82. 8c8588c Remove dead members of server context by Vijay Pai · 9 years ago
  83. b7b965c Make Next free of time_point to timespec conversion by Yang Gao · 9 years ago
  84. f0863b0 Merge branch 'master' of github.com:google/grpc into freebsd by Nicolas "Pixel" Noble · 9 years ago
  85. 2cff008 Merge pull request #1074 from jcanizales/makes-cpu-posix-portable by Abhishek Kumar · 9 years ago
  86. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  87. d1b9e64 Merge branch 'master' into genericstub by Yang Gao · 9 years ago
  88. 050e37a resolve merge error by Yang Gao · 9 years ago
  89. 1fc0469 sync to head and run clang-format again by Yang Gao · 9 years ago
  90. 75e2f6d Implementation of generic stub by Yang Gao · 9 years ago
  91. eab96f5 Dodging VisualStudio's #define of max(). by Nicolas "Pixel" Noble · 9 years ago
  92. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  93. b050ce9 Fixes for Windows atomics. by Nicolas "Pixel" Noble · 9 years ago
  94. a8edeae Merge pull request #1072 from yang-g/refreshtoken by jboeuf · 9 years ago
  95. 5ebd6c7 wrap refresh token credentials in c++ by Yang Gao · 9 years ago
  96. 757afae clang-format new changes by Yang Gao · 9 years ago
  97. d672d8f resolve merge confict by Yang Gao · 9 years ago
  98. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 9 years ago
  99. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  100. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago