1. 66dfcf5 clang fmt by ncteisen · 7 years ago
  2. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  3. 16ba80c Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  4. 248c4f5 Merge remote-tracking branch 'upstream/master' into pass_args_to_tsi by Alexander Polcyn · 7 years ago
  5. 3f6b10a Use existing read buffer in security handshaker if present by Alexander Polcyn · 7 years ago
  6. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  7. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  8. 14b7d52 Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure" by Jan Tattermusch · 7 years ago
  9. 5addba4 Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure by Julien Boeuf · 7 years ago
  10. 240256f Forward fix for PR #13235. Perform strcmp only when not NULL by Yash Tibrewal · 7 years ago
  11. 9ab26fe Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  12. a274f34 Removing port 443 for the service name (used as audience) when the url is https. by Julien Boeuf · 7 years ago
  13. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  14. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  15. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  16. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  17. 9b9a44e Expose conversion of grpc to tsi cert pairs by Justin Burke · 7 years ago
  18. ccfdfb3 Add comparison function for security connectors. by Mark D. Roth · 7 years ago
  19. 12fc6d4 Add newline at the end of src/core headers that did not have it by Yash Tibrewal · 7 years ago
  20. ab74a8c Add grpc_endpoint_delete_from_pollset_set by Yuchen Zeng · 7 years ago
  21. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  22. 53a47f0 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  23. a7e6d65 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  24. 240b9ce Clang format by Yash Tibrewal · 7 years ago
  25. acd46e5 More pointer conversions, deprecated string to char *, goto crossing initializations by Yash Tibrewal · 7 years ago
  26. 71f217c More pointer conversion required after making build changes by Yash Tibrewal · 7 years ago
  27. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago
  28. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  29. f68978c Pass exec_ctx in TSI zero_copy_protector create by jiangtaoli2016 · 7 years ago
  30. f73c210 Compile fix by Craig Tiller · 7 years ago
  31. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  32. b9bac8e Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protector by Mark D. Roth · 7 years ago
  33. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  34. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  35. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  36. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  37. 66f3d2b Fix asan and tsan failures. by Mark D. Roth · 7 years ago
  38. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  39. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  40. 090cd46 Revert "Fake zero copy protector" by Jan Tattermusch · 7 years ago
  41. 5899055 Implement fake TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  42. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  43. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  44. 2f94a26 Make bytes_to_send in tsi_handshaker_next const by jiangtaoli2016 · 7 years ago
  45. 00b35e7 Make tsi handshaker result unused bytes const by jiangtaoli2016 · 7 years ago
  46. e0778b2 Add cancellation to asynchronous security APIs. by Mark D. Roth · 7 years ago
  47. 00f78ba Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  48. 7712c7c clang format by ncteisen · 7 years ago
  49. 06bce6e Tracers know their name by ncteisen · 7 years ago
  50. ca0b808 Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker by Mark D. Roth · 7 years ago
  51. a6ca571 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  52. 4318df0 Update tsi_fake_handshaker to implement the asynchronous TSI by Anna Sapek · 7 years ago
  53. 630e26b Code cleanups in client_auth_filter and server_auth_filter. by Mark D. Roth · 7 years ago
  54. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  55. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  56. 3bc2558 clang fmt by ncteisen · 7 years ago
  57. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago
  58. d39010e Add cq and fd tracer by ncteisen · 7 years ago
  59. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  60. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  61. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  62. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  63. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  64. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  65. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  66. 7ebf31b Merge branch 'thread_pool' into ALL-the-things by Craig Tiller · 7 years ago
  67. 850fe7f Revise handshaker to make callback once a time. by jiangtaoli2016 · 7 years ago
  68. 4f5bd0a Revise based on Mark Roth comments. by jiangtaoli2016 · 7 years ago
  69. d854af3 Address Mark Roth's comments. by jiangtaoli2016 · 7 years ago
  70. f7c8c9f Merge remote-tracking branch 'origin/races' into thread_pool by Craig Tiller · 7 years ago
  71. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  72. 1ca65d6 Merge branch 'master' into handshaker by jiangtaoli2016 · 7 years ago
  73. de1682b Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  74. 0882387 fix memory leak in left_overs slice by jiangtaoli2016 · 7 years ago
  75. 339e421 Change endpoint interface to declare poller coveredness by Craig Tiller · 7 years ago
  76. 30f2a40 Address Julien's comment and clang format by jiangtaoli2016 · 7 years ago
  77. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  78. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  79. 22cc52a Bug fix by jiangtaoli2016 · 7 years ago
  80. 4cae6d0 Merge branch 'master' into handshaker by jiangtaoli2016 · 7 years ago
  81. a6435bd Update security_handshaker to use new TSI by jiangtaoli2016 · 7 years ago
  82. 4865c79 Merge pull request #10613 from ctiller/framing_costs by Craig Tiller · 7 years ago
  83. 136533e fix security_connector.c formatting by Jan Tattermusch · 7 years ago
  84. 815e318 Removing cipher suites blacklisted in HTTP2. by Julien Boeuf · 7 years ago
  85. 382bd82 Merge pull request #10627 from jboeuf/more_ssl_factory_cleanup by jboeuf · 7 years ago
  86. b71ef65 more TLS cleanup. by Julien Boeuf · 7 years ago
  87. d3ba7cb Don't abort on input by Noah Eisen · 7 years ago
  88. c39fbcf Merge github.com:grpc/grpc into framing_costs by Craig Tiller · 7 years ago
  89. 53af23c Improvements to Fake Resolver by David Garcia Quintas · 7 years ago
  90. 423d6fd Optimize framing a little by Craig Tiller · 7 years ago
  91. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  92. 61d0202 Unref the tail, not the original slice by yang-g · 7 years ago
  93. 03b605c Remove dubious op manipulation: theres no need by Craig Tiller · 7 years ago
  94. e86cce8 s/NULL/false by Craig Tiller · 7 years ago
  95. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  96. 75b6908 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  97. b29f1fe Update include paths by Craig Tiller · 7 years ago
  98. b6090a6 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  99. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  100. 8f0fd82 Removing credentials assert in server_auth_filter. by Julien Boeuf · 7 years ago