1. c6ae9b5 Silence openssl 1.1.0 warnings by Yuchen Zeng · 7 years ago
  2. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  3. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  4. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  5. 7486144 Merge master by Yash Tibrewal · 7 years ago
  6. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  7. 66dfcf5 clang fmt by ncteisen · 7 years ago
  8. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  9. 177039b Merge master by Yash Tibrewal · 7 years ago
  10. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  11. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  12. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  13. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  14. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  15. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  16. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  17. 694580f Better name by Craig Tiller · 7 years ago
  18. 6014e8a C++ize tracing by Craig Tiller · 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. 15ce142 Reverting pb.c files for now. Also fixing few more build errors by Yash Tibrewal · 7 years ago
  21. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  22. 8306284 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. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  31. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  32. 7fab9bf Add TSI test library and SSL and fake TSI tests by Yihua Zhang · 7 years ago
  33. e7aa35a Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc by Mark D. Roth · 7 years ago
  34. 2f94a26 Make bytes_to_send in tsi_handshaker_next const by jiangtaoli2016 · 7 years ago
  35. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  36. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  37. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  38. 3aaa5ea minor fix by jiangtaoli2016 · 7 years ago
  39. 7001bc2 Add TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  40. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  41. 06bce6e Tracers know their name by ncteisen · 7 years ago
  42. ca0b808 Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker by Mark D. Roth · 7 years ago
  43. 4318df0 Update tsi_fake_handshaker to implement the asynchronous TSI by Anna Sapek · 7 years ago
  44. ce91f4a Attempt to fix #11011. Treating the close-notify alert as a non-error case. by Julien Boeuf · 7 years ago
  45. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  46. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  47. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  48. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  49. 8c71bde Merge pull request #10522 from jiangtaoli2016/new_tsi by David G. Quintas · 7 years ago
  50. b71ef65 more TLS cleanup. by Julien Boeuf · 7 years ago
  51. f2263e1 fix guards in transport_security_adapter.h by jiangtaoli2016 · 7 years ago
  52. e0e961a fix guard on src/core/tsi/transport_security_adapter.h by jiangtaoli2016 · 7 years ago
  53. 6cb5e27 Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  54. f583975 Include <sys/socket.h> for AF_INET by Mehrdad Afshari · 7 years ago
  55. c953b62 Transfer ownership of tsi_handshaker in adapter_create_result. by jiangtaoli2016 · 7 years ago
  56. c195502 Revise based on Julien's comments. by jiangtaoli2016 · 7 years ago
  57. a2a2024 Use handshaker_result_created in tsi_adapter_handshaker by jiangtaoli2016 · 7 years ago
  58. e69881d Revise based on Mark's comments. by jiangtaoli2016 · 7 years ago
  59. b105f5a Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  60. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  61. 20b9f94 Update TSI with new non-blocking TSI interfaces. by jiangtaoli2016 · 7 years ago
  62. b7de717 Fix duplicated NULL pointer check by Igor Pylypiv · 7 years ago
  63. 730ddc2 Sanity fixes by Craig Tiller · 7 years ago
  64. b29f1fe Update include paths by Craig Tiller · 7 years ago
  65. 134fed3 Move src/core/lib/tsi --> src/core/tsi by Craig Tiller · 7 years ago
  66. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  67. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  68. f40df23 Auto-changes by Craig Tiller · 8 years ago
  69. ddd4d7f Merge pull request #5494 from dgquintas/guard_check by Jan Tattermusch · 8 years ago
  70. ee69f42 Merge pull request #5706 from deepaklukose/dev by Jan Tattermusch · 8 years ago
  71. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  72. 3598d44 Fixed include guards by David Garcia Quintas · 8 years ago
  73. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  74. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  75. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  76. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  77. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  78. 4c8e818 Adding common tests for TSI. by Julien Boeuf · 9 years ago
  79. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  80. 93cec49 Merge pull request #3754 from ctiller/latent-see by David G. Quintas · 9 years ago
  81. 01ac4f0 Removing warnings when using boringssl. by Julien Boeuf · 9 years ago
  82. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  83. d76cdac Type conversion fixes to make GCC 5.2.0 happy by David Garcia Quintas · 9 years ago
  84. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  85. a82950e clang-format all core files by Craig Tiller · 9 years ago
  86. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  87. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  88. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  89. d6c98df clang-format all source by Craig Tiller · 9 years ago
  90. f8b4b98 Improving unprotect doc. by Julien Boeuf · 9 years ago
  91. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  92. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  93. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  94. 8c67d17 Standardize on |BIO_pending| and |BIO_wpending|. by Julien Boeuf · 9 years ago
  95. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  96. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  97. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  98. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  99. 2f22346 Fixing errors found by clang static analysis. by Julien Boeuf · 9 years ago
  100. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago