1. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 6 years ago
  2. 6d6c780 Merge remote-tracking branch 'upstream/master' into remove_cleanup_thread by kpayson64 · 6 years ago
  3. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  4. 72a85b1 Merge pull request #15254 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  5. bccd32d Add grpc.Channel.close by Nathaniel Manista · 6 years ago
  6. c955125 Merge pull request #15132 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  7. ca7ba4d Keep Core memory inside cygrpc.Channel objects by Nathaniel Manista · 6 years ago
  8. a0bc0ac Remove CleanupThread by kpayson64 · 6 years ago
  9. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  10. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  11. 7d6d2e8 Removing setsockopt completely actually. by Nicolas "Pixel" Noble · 6 years ago
  12. 5426183 Taking care of gevent. by Nicolas "Pixel" Noble · 6 years ago
  13. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  14. 07e75a0 Merge pull request #14615 from dgquintas/authority_header by David G. Quintas · 6 years ago
  15. c394965 Merge pull request #14561 from kpayson64/gevent_2 by kpayson64 · 6 years ago
  16. 1bfff8e Initial gevent support by kpayson64 · 6 years ago
  17. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  18. 49f625f more comments by David Garcia Quintas · 6 years ago
  19. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  20. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  21. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  22. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  23. 7b2f5775 Release the GIL when calling grpc_call_start_batch. by Feng Li · 6 years ago
  24. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  25. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  26. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  27. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  28. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  29. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  30. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  31. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  32. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  33. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 6 years ago
  34. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  35. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  36. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  37. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  38. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  39. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 6 years ago
  40. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  41. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  42. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  43. e9587db Move status util by ncteisen · 6 years ago
  44. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  45. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  46. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  47. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  48. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  49. 718c834 Retry support. by Mark D. Roth · 6 years ago
  50. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  51. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  52. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  53. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  54. a75712a Remove Python background poller thread by Ken Payson · 6 years ago
  55. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  56. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  57. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 6 years ago
  58. db04c18 Clarify add_done_callback works on both success and failure by Mehrdad Afshari · 6 years ago
  59. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  60. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  61. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  62. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  63. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  64. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  65. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  66. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  67. cda058d build projects by Muxi Yan · 6 years ago
  68. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  69. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  70. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  71. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  72. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  73. 16316a9 Merge pull request #14107 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  74. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 7 years ago
  75. c73758a Elide cygrpc.ChannelArg and cygrpc.ChannelArgs by Nathaniel Manista · 7 years ago
  76. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  77. 99bc5c6 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  78. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  79. d36fe07 rename gts to alts by Yihua Zhang · 7 years ago
  80. 34ebf5d Move object registry out of gpr by ncteisen · 7 years ago
  81. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  82. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  83. 6615ef5 Relax call details interface from interceptor by Mehrdad Afshari · 7 years ago
  84. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  85. 19b4fea Update surface API in cython pxi by Muxi Yan · 7 years ago
  86. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  87. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  88. f2a33b0 Reformat Python docstrings by Mehrdad Afshari · 7 years ago
  89. e1e562e Merge pull request #13965 from evanj/python-abort-fix by kpayson64 · 7 years ago
  90. 145b199 python: Context.abort should fail RPC even for StatusCode.OK by Evan Jones · 7 years ago
  91. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  92. b04efac Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  93. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  94. e1d592a Merge pull request #13891 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  95. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  96. 7b9c023 Reform cygrpc.OperationTag and cygrpc.Event by Nathaniel Manista · 7 years ago
  97. 6c9a0a1 Bump version to 1.8.3 by Mehrdad Afshari · 7 years ago
  98. 7d9b635 Initial commit by ncteisen · 7 years ago
  99. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  100. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago