1. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  2. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed from src/core/lib/http/httpcli_security_connector.c]
  3. acd46e5 More pointer conversions, deprecated string to char *, goto crossing initializations by Yash Tibrewal · 7 years ago
  4. 2098739 more pointer conversions and goto jump warnings by Yash Tibrewal · 7 years ago
  5. 71f217c More pointer conversion required after making build changes by Yash Tibrewal · 7 years ago
  6. 4984135 Add reference counting to tsi_ssl_handshaker_factories by Justin Burke · 7 years ago
  7. be928be Allow HTTP CONNECT handshaker to be used in http1 client. by Mark D. Roth · 7 years ago
  8. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  9. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  10. 22cc52a Bug fix by jiangtaoli2016 · 7 years ago
  11. b71ef65 more TLS cleanup. by Julien Boeuf · 7 years ago
  12. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 7 years ago
  13. b29f1fe Update include paths by Craig Tiller · 7 years ago
  14. 4b36a3d Change error_create API to slice by ncteisen · 8 years ago
  15. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  16. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  17. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  18. 76dca19 clang-format by Craig Tiller · 8 years ago
  19. bedb189 Fixes, remove grpc_error_free_string by Craig Tiller · 8 years ago
  20. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  21. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  22. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  23. d095340 Allow creating security handshaker without adding it to handshake manager. by Mark D. Roth · 8 years ago
  24. 6822a7a Make core_banned_functions.py pass again by Craig Tiller · 8 years ago
  25. b6821f6 clang-format by Craig Tiller · 8 years ago
  26. 397bff3 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  27. d9ef283 clang-format by Mark D. Roth · 8 years ago
  28. 65b79c8 Rename *_create_handshakers() to *_add_handshakers(). by Mark D. Roth · 8 years ago
  29. bd913a8 Fix asan failures. by Mark D. Roth · 8 years ago
  30. a561785 clang-format by Mark D. Roth · 8 years ago
  31. 9b3f1b7 Fix httpcli cleanup code. by Mark D. Roth · 8 years ago
  32. f1926c0 Add a TODO comment. by Mark D. Roth · 8 years ago
  33. 3beb6c5 Add locking in security handshaker. by Mark D. Roth · 8 years ago
  34. 071cacf Rename security handshaker files. by Mark D. Roth · 8 years ago
  35. 963be37 Changed security handshakers to use generic handshaker API. by Mark D. Roth · 8 years ago
  36. bd1795c Convert more users of grpc_slice_unref --> grpc_slice_unref_internal by Craig Tiller · 8 years ago
  37. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  38. 7d9f276 Change handshaker API to use a read buffer to pass leftover bytes read by Mark D. Roth · 8 years ago
  39. ae13494 Handshake timeout implemented, and compiles by Craig Tiller · 8 years ago
  40. 449c64b Getting handshake timeouts in place by Craig Tiller · 8 years ago
  41. 8ca294e Refactoring the core security code. by Julien Boeuf · 8 years ago
  42. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  43. 9533d04 Fix includes by Craig Tiller · 8 years ago
  44. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/http/httpcli_security_connector.c]
  45. f40df23 Auto-changes by Craig Tiller · 8 years ago
  46. 1824f05 Add HTTP request parsing. by Matthew Iselin · 9 years ago[Renamed (99%) from src/core/httpcli/httpcli_security_connector.c]
  47. 4f4d37c Have a dedicated server security connector. by Julien Boeuf · 9 years ago
  48. c506e24 Update copyrights by Craig Tiller · 9 years ago
  49. be52c6e clang-format code by Craig Tiller · 9 years ago
  50. 1d9ac66 Removing the peer from the SSL security connector. by Julien Boeuf · 9 years ago
  51. 366f42c Removing the auth context from the security connector. by Julien Boeuf · 9 years ago
  52. 5e72a35 make security_connector manage pending handshaker, while handshaker owns tcp by yang-g · 9 years ago
  53. 5e7f08a move pending tcp management from server to connector by yang-g · 9 years ago
  54. a82950e clang-format all core files by Craig Tiller · 9 years ago
  55. 8af4c33 Final patches for rename by Craig Tiller · 9 years ago
  56. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  57. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  58. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  59. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  60. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  61. d1bec03 Call list progress by Craig Tiller · 9 years ago
  62. db5282b Transfer the ownership of the handshaker. by Julien Boeuf · 9 years ago
  63. 87047d7 Security connector is now responsible for the handshake. by Julien Boeuf · 9 years ago
  64. f53d9c8 Testing port server by Craig Tiller · 9 years ago
  65. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  66. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 9 years ago[Renamed (79%) from src/core/httpcli/httpcli_security_context.c]
  67. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  68. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  69. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 10 years ago
  70. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  71. b7ebd3b Initial import. by Nicolas Noble · 10 years ago