1. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  2. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  3. b243732 Merge pull request #14448 from kpayson64/remove_poller by kpayson64 · 6 years ago
  4. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  5. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  6. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  7. e9587db Move status util by ncteisen · 6 years ago
  8. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  9. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  10. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  11. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  12. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  13. 718c834 Retry support. by Mark D. Roth · 6 years ago
  14. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  15. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  16. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  17. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  18. a75712a Remove Python background poller thread by Ken Payson · 6 years ago
  19. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  20. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  21. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 6 years ago
  22. db04c18 Clarify add_done_callback works on both success and failure by Mehrdad Afshari · 6 years ago
  23. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  24. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  25. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  26. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  27. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  28. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  29. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  30. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  31. cda058d build projects by Muxi Yan · 6 years ago
  32. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  33. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  34. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  35. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  36. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  37. 16316a9 Merge pull request #14107 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 6 years ago
  38. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 6 years ago
  39. c73758a Elide cygrpc.ChannelArg and cygrpc.ChannelArgs by Nathaniel Manista · 6 years ago
  40. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 6 years ago
  41. 99bc5c6 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  42. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  43. d36fe07 rename gts to alts by Yihua Zhang · 6 years ago
  44. 34ebf5d Move object registry out of gpr by ncteisen · 6 years ago
  45. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  46. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  47. 6615ef5 Relax call details interface from interceptor by Mehrdad Afshari · 6 years ago
  48. 4388404 Regenerate projects by Mehrdad Afshari · 6 years ago
  49. 19b4fea Update surface API in cython pxi by Muxi Yan · 6 years ago
  50. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 6 years ago
  51. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  52. f2a33b0 Reformat Python docstrings by Mehrdad Afshari · 6 years ago
  53. e1e562e Merge pull request #13965 from evanj/python-abort-fix by kpayson64 · 7 years ago
  54. 145b199 python: Context.abort should fail RPC even for StatusCode.OK by Evan Jones · 7 years ago
  55. 31ddbff Elide cygrpc.Timespec by Nathaniel Manista · 7 years ago
  56. b04efac Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  57. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  58. e1d592a Merge pull request #13891 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  59. c71c6a7 Merge branch v1.8.x into master by Mehrdad Afshari · 7 years ago
  60. 7b9c023 Reform cygrpc.OperationTag and cygrpc.Event by Nathaniel Manista · 7 years ago
  61. 6c9a0a1 Bump version to 1.8.3 by Mehrdad Afshari · 7 years ago
  62. 7d9b635 Initial commit by ncteisen · 7 years ago
  63. 81edf5f Reform cygrpc.Operation by Nathaniel Manista · 7 years ago
  64. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  65. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  66. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  67. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  68. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  69. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  70. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  71. 0ba96ed v1.8.0-pre2 is now v1.8.0 by Mehrdad Afshari · 7 years ago
  72. 108500f Add gRPC Python client-side interceptor machinery by Mehrdad Afshari · 7 years ago
  73. 68e1978 Add gRPC Python service-side interceptor machinery by Mehrdad Afshari · 7 years ago
  74. c870ce5 More message compression level clean-up by Muxi Yan · 7 years ago
  75. c5ba665 Merge remote-tracking branch 'origin/v1.8.x' by Mehrdad Afshari · 7 years ago
  76. 1283663 Yapf-ize grpcio/grpc_.py by ncteisen · 7 years ago
  77. 9bc44e3 Introduce ServicerContext.abort to abort an RPC by Mehrdad Afshari · 7 years ago
  78. d14035c Merge pull request #13688 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  79. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  80. c5c1216 Elide cygrpc.Operations by Nathaniel Manista · 7 years ago
  81. 5cff6d3 Merge pull request #13672 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  82. 80516e8 Streamline metadata in gRPC Python by Nathaniel Manista · 7 years ago
  83. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  84. ae74a32 Fix Beta API metadata looseness by Nathaniel Manista · 7 years ago
  85. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  86. 4a117f0 Merge e759d2a^ by Muxi Yan · 7 years ago
  87. aaf63d9 Upmerge changes from v1.8.x to master by Mehrdad Afshari · 7 years ago
  88. bfdaefe Refactor: rename 'e' to 'exception' by Mehrdad Afshari · 7 years ago
  89. b030cca Return UNKNOWN on GenericRpcHandler failure by Mehrdad Afshari · 7 years ago
  90. 5625441 Merge pull request #13603 from nathanielmanistaatgoogle/credentials by Nathaniel Manista · 7 years ago
  91. 0c1f59e Merge pull request #13593 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  92. dfe8403 Change client-side credentials' use of gRPC Core by Nathaniel Manista · 7 years ago
  93. 992b8c1 Fix some doc string formatting and content by Nathaniel Manista · 7 years ago
  94. 460e0aa Refactor _plugin_wrapping by Nathaniel Manista · 7 years ago
  95. 6267d77 Merge pull request #13587 from nathanielmanistaatgoogle/access-token-auth-metadata-plugin by Nathaniel Manista · 7 years ago
  96. 6288753 Correct AccessTokenAuthMetadataPlugin name by Nathaniel Manista · 7 years ago
  97. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  98. 7d199c9 Merge branch 'master' of https://github.com/grpc/grpc into v1.8.x by Nicolas "Pixel" Noble · 7 years ago
  99. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  100. 95bcb49 Avoid unsupported and unintended API self-use by Nathaniel Manista · 7 years ago