1. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  2. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  3. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  4. 12fc6d4 Add newline at the end of src/core headers that did not have it by Yash Tibrewal · 7 years ago
  5. 15ce142 Reverting pb.c files for now. Also fixing few more build errors by Yash Tibrewal · 7 years ago
  6. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  7. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  8. a7e6d65 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago
  9. 240b9ce Clang format by Yash Tibrewal · 7 years ago
  10. acd46e5 More pointer conversions, deprecated string to char *, goto crossing initializations by Yash Tibrewal · 7 years ago
  11. 71f217c More pointer conversion required after making build changes by Yash Tibrewal · 7 years ago
  12. 06576d5 Merge pull request #12359 from justinburke/tsi_factory_locking by Justin Burke · 7 years ago
  13. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  14. f68978c Pass exec_ctx in TSI zero_copy_protector create by jiangtaoli2016 · 7 years ago
  15. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  16. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  17. 7fab9bf Add TSI test library and SSL and fake TSI tests by Yihua Zhang · 7 years ago
  18. e7aa35a Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc by Mark D. Roth · 7 years ago
  19. 2f94a26 Make bytes_to_send in tsi_handshaker_next const by jiangtaoli2016 · 7 years ago
  20. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  21. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  22. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  23. 3aaa5ea minor fix by jiangtaoli2016 · 7 years ago
  24. 7001bc2 Add TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  25. 1435bfc Add GTS plugin by Yihua Zhang · 7 years ago
  26. 06bce6e Tracers know their name by ncteisen · 7 years ago
  27. ca0b808 Merge pull request #11409 from annasapek/asynch-tsi-fake-handshaker by Mark D. Roth · 7 years ago
  28. 4318df0 Update tsi_fake_handshaker to implement the asynchronous TSI by Anna Sapek · 7 years ago
  29. ce91f4a Attempt to fix #11011. Treating the close-notify alert as a non-error case. by Julien Boeuf · 7 years ago
  30. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  31. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  32. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  33. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  34. 8c71bde Merge pull request #10522 from jiangtaoli2016/new_tsi by David G. Quintas · 7 years ago
  35. b71ef65 more TLS cleanup. by Julien Boeuf · 7 years ago
  36. f2263e1 fix guards in transport_security_adapter.h by jiangtaoli2016 · 7 years ago
  37. e0e961a fix guard on src/core/tsi/transport_security_adapter.h by jiangtaoli2016 · 7 years ago
  38. 6cb5e27 Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  39. f583975 Include <sys/socket.h> for AF_INET by Mehrdad Afshari · 7 years ago
  40. c953b62 Transfer ownership of tsi_handshaker in adapter_create_result. by jiangtaoli2016 · 7 years ago
  41. c195502 Revise based on Julien's comments. by jiangtaoli2016 · 7 years ago
  42. a2a2024 Use handshaker_result_created in tsi_adapter_handshaker by jiangtaoli2016 · 7 years ago
  43. e69881d Revise based on Mark's comments. by jiangtaoli2016 · 7 years ago
  44. b105f5a Merge branch 'master' into new_tsi by jiangtaoli2016 · 7 years ago
  45. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  46. 20b9f94 Update TSI with new non-blocking TSI interfaces. by jiangtaoli2016 · 7 years ago
  47. b7de717 Fix duplicated NULL pointer check by Igor Pylypiv · 7 years ago
  48. 730ddc2 Sanity fixes by Craig Tiller · 7 years ago
  49. b29f1fe Update include paths by Craig Tiller · 7 years ago
  50. 134fed3 Move src/core/lib/tsi --> src/core/tsi by Craig Tiller · 7 years ago
  51. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago
  52. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  53. f40df23 Auto-changes by Craig Tiller · 8 years ago
  54. ddd4d7f Merge pull request #5494 from dgquintas/guard_check by Jan Tattermusch · 8 years ago
  55. ee69f42 Merge pull request #5706 from deepaklukose/dev by Jan Tattermusch · 8 years ago
  56. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  57. 3598d44 Fixed include guards by David Garcia Quintas · 8 years ago
  58. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  59. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  60. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  61. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  62. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  63. 4c8e818 Adding common tests for TSI. by Julien Boeuf · 9 years ago
  64. 334314b Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  65. 93cec49 Merge pull request #3754 from ctiller/latent-see by David G. Quintas · 9 years ago
  66. 01ac4f0 Removing warnings when using boringssl. by Julien Boeuf · 9 years ago
  67. 1f41b6b Simplify adding annotations, annotate more things by Craig Tiller · 9 years ago
  68. d76cdac Type conversion fixes to make GCC 5.2.0 happy by David Garcia Quintas · 9 years ago
  69. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  70. a82950e clang-format all core files by Craig Tiller · 9 years ago
  71. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  72. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  73. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  74. d6c98df clang-format all source by Craig Tiller · 9 years ago
  75. f8b4b98 Improving unprotect doc. by Julien Boeuf · 9 years ago
  76. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  77. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  78. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  79. 8c67d17 Standardize on |BIO_pending| and |BIO_wpending|. by Julien Boeuf · 9 years ago
  80. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  81. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  82. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  83. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  84. 2f22346 Fixing errors found by clang static analysis. by Julien Boeuf · 9 years ago
  85. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  86. 39b9a02 Capitalization by Craig Tiller · 9 years ago
  87. faa8480 Tracer registration. by Craig Tiller · 9 years ago
  88. 980f600 Adding support to enable tracing in tsi. by Julien Boeuf · 9 years ago
  89. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  90. 363eb8e Fix read through null pointer by Craig Tiller · 9 years ago
  91. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 9 years ago
  92. 0170a6c Addressing another round of comments. by Julien Boeuf · 9 years ago
  93. 9fff77e Addressing comments. by Julien Boeuf · 9 years ago
  94. 3be76ac Fix potential leak by Craig Tiller · 9 years ago
  95. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  96. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 9 years ago
  97. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  98. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  99. 4a0a394 Fixing tsan errors in OpenSSL (#319) by Julien Boeuf · 9 years ago
  100. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 9 years ago