aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/httpcli_security_connector.c
Commit message (Collapse)AuthorAge
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
|
* clang-formatGravatar Mark D. Roth2016-12-06
|
* Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
|
* Fix asan failures.Gravatar Mark D. Roth2016-12-02
|
* clang-formatGravatar Mark D. Roth2016-12-01
|
* Fix httpcli cleanup code.Gravatar Mark D. Roth2016-12-01
|
* Add a TODO comment.Gravatar Mark D. Roth2016-11-30
|
* Add locking in security handshaker.Gravatar Mark D. Roth2016-11-29
|
* Rename security handshaker files.Gravatar Mark D. Roth2016-11-17
|
* Changed security handshakers to use generic handshaker API.Gravatar Mark D. Roth2016-11-16
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Change handshaker API to use a read buffer to pass leftover bytes readGravatar Mark D. Roth2016-08-04
| | | | between handshakers.
* Handshake timeout implemented, and compilesGravatar Craig Tiller2016-06-14
|
* Getting handshake timeouts in placeGravatar Craig Tiller2016-06-13
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25