1. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  2. b16df75 Update with internal C++ interfaces by Yuchen Zeng · 7 years ago
  3. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  4. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  5. 26b0a34 Address review comments by Yuchen Zeng · 7 years ago
  6. 5150cbd Fix timer shutdown process by Yuchen Zeng · 7 years ago
  7. 4a11ecc Add ChannelConnectivityWatcher::Ref()/Unref() by Yuchen Zeng · 7 years ago
  8. ba23e79 Sanity fixes by Yuchen Zeng · 7 years ago
  9. 504be5c Privatize ChannelConnectivityWatcher members by Yuchen Zeng · 7 years ago
  10. ddaef3e Remove non-POD global variables by Yuchen Zeng · 7 years ago
  11. f1d5098 Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER by Yuchen Zeng · 7 years ago
  12. 33845d0 Check env variable by Yuchen Zeng · 7 years ago
  13. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  14. bfb4e06 Check connectivity intermittently by Yuchen Zeng · 7 years ago
  15. 4d88416 Remove atm in ChannelConnectivityWatcher by Yuchen Zeng · 7 years ago
  16. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  17. 6a6d618 Prevent watching unsuppoted channels by Yuchen Zeng · 7 years ago
  18. 2411bac Address review comments by Yuchen Zeng · 7 years ago
  19. ee3e331 Add reconnect channel tests by Yuchen Zeng · 7 years ago
  20. be9b814 Add ChannelConnectivityWatcher by Yuchen Zeng · 7 years ago
  21. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  22. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  23. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  24. 66051c6 Async end2end test passes by Craig Tiller · 7 years ago
  25. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  26. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  27. cca7589 Start moving C++ to slice interfaces by Craig Tiller · 8 years ago
  28. 4bbdda4 Allow getting LB policy name and service config in C++ API. by Mark D. Roth · 8 years ago
  29. 32df467 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  30. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  31. 28b7242 clang-format by Craig Tiller · 8 years ago
  32. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  33. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago[Renamed from src/cpp/client/channel.cc]
  34. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  35. 9533d04 Fix includes by Craig Tiller · 8 years ago
  36. d79ef3a Fixed wrong usage of global var by David Garcia Quintas · 9 years ago
  37. e1300de After GrpcLibrary refactoring. Compiles and passes. WIP still by David Garcia Quintas · 9 years ago
  38. a43aadd fixed copyrights by David Garcia Quintas · 9 years ago
  39. 08a0a33 Made "codedgen" directories closed over #includes by David Garcia Quintas · 9 years ago
  40. 86253ca Latency traces by Craig Tiller · 9 years ago
  41. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  42. 9e2f90c headers reorg by yang-g · 9 years ago
  43. 961eeb0 Merge remote-tracking branch 'upstream/master' into docs by yang-g · 9 years ago
  44. c317f07 Make Channel ctor private by yang-g · 9 years ago
  45. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  46. 2f543f2 Bug fix. Called c_str on a temp string by yang-g · 9 years ago
  47. d6c98df clang-format all source by Craig Tiller · 9 years ago
  48. d53b389 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  49. 37ce034 add const by yang-g · 9 years ago
  50. 0c034a0 client code clean up by yang-g · 9 years ago
  51. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  52. 87e133e merge with head by yang-g · 9 years ago
  53. c8abca8 Resolve comments by yang-g · 9 years ago
  54. 8708dd7 Add WaitForState by yang-g · 9 years ago
  55. bb53614 C++ context propagation by Craig Tiller · 9 years ago
  56. 36f5965 clean up and add a test by yang-g · 9 years ago
  57. a73dc1c specialize deadline type and implementation by yang-g · 9 years ago
  58. 18541a1 Merge github.com:grpc/grpc into propagate by Craig Tiller · 9 years ago
  59. c7df0df Implement cancellation propagation, define auth propagation by Craig Tiller · 9 years ago
  60. 3e7c6a7 Core-supported context inheritance sketch by Craig Tiller · 9 years ago
  61. d556da9 Pass NULL as host by default. Use context.authority() or channel.SslNameOverride() when set. by yang-g · 9 years ago
  62. 6796805 Merge branch 'master' into issue_2709 by Alistair Veitch · 9 years ago
  63. ff32faf Move grpc_census_call_*_context calls into public header by Alistair Veitch · 9 years ago
  64. 9a009f2 make accessors from get_x() to x() by yang-g · 9 years ago
  65. ebb5140 Changing the library's code to adapt with the new API. by Nicolas "Pixel" Noble · 9 years ago
  66. 98d60fc Merge github.com:grpc/grpc into hosts-need-names-too by Craig Tiller · 9 years ago
  67. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  68. fc62ddd add client side census context by Alistair Veitch · 9 years ago
  69. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  70. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  71. bbc0b77 Merge comments. See below. by David Garcia Quintas · 9 years ago
  72. 8954e90 Integration of Systemtap (STAP) for profiling. by David Garcia Quintas · 9 years ago
  73. 1fb9955 Fix early shutdown: await client context deletion before channel deletion by Craig Tiller · 9 years ago
  74. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  75. 277d3cf clang-format by Craig Tiller · 9 years ago
  76. 15f9f95 Use channel tags to call methods by Craig Tiller · 9 years ago
  77. 62d2896 Add facility to register methods in C++ by Craig Tiller · 9 years ago
  78. 0163460 Mark creation of call, performing ops on channel by Vijay Pai · 9 years ago
  79. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  80. 346a086 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  81. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  82. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  83. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  84. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  85. d745705 formatting by Yang Gao · 9 years ago
  86. bb017c5 should use c_str by Yang Gao · 9 years ago
  87. f2c0ca4 Add setter to override authority header on ClientContext by Yang Gao · 9 years ago
  88. 573523f clang-format by Craig Tiller · 9 years ago
  89. 20f4af2 Move call.h -> impl/call.h by Craig Tiller · 9 years ago
  90. de91706 Refine completion queue by Craig Tiller · 9 years ago
  91. b470169 Remove more unnecessary files by Craig Tiller · 9 years ago
  92. 5095071 Further progress by Craig Tiller · 9 years ago
  93. c496575 Starting to scratch out the API by Craig Tiller · 9 years ago
  94. 40d2a43 Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api by Craig Tiller · 9 years ago
  95. a7cac78 Prepare for the new batch call API. by Craig Tiller · 9 years ago
  96. cce17ac First compiling version of the new C api. by Craig Tiller · 10 years ago
  97. 724b7c6 clang-format by Craig Tiller · 10 years ago
  98. 8379a06 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  99. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  100. 09b6375 clang-format by Craig Tiller · 10 years ago