aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport/secure_endpoint.c
Commit message (Collapse)AuthorAge
* Fix sanity, uv, and windows buildsGravatar murgatroid992016-11-10
|
* Merge pull request #8486 from y-zeng/get_tosGravatar Yuchen Zeng2016-11-10
|\ | | | | Add grpc_endpoint_get_fd and grpc_transport_get_endpoint
| * Merge remote-tracking branch 'upstream/master' into get_tosGravatar Yuchen Zeng2016-11-02
| |\
| * | Remove GRPC_SOCKETGravatar Yuchen Zeng2016-11-02
| | |
* | | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| | |
* | | Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
| | |
* | | Bulk update #includesGravatar Craig Tiller2016-10-26
| | |
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |/ |/|
| * Add grpc_endpoint_get_socket and GRPC_SOCKETGravatar Yuchen Zeng2016-10-24
| |
* | clang-formatGravatar Craig Tiller2016-10-18
| |
* | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| |
* | Integration progressGravatar Craig Tiller2016-09-23
|/
* Revert "Revert "Grand unified closures""Gravatar Craig Tiller2016-09-12
|
* Revert "Grand unified closures"Gravatar Craig Tiller2016-09-12
|
* FixesGravatar Craig Tiller2016-07-18
|
* FixesGravatar Craig Tiller2016-07-12
|
* Allow returning a workqueue somehow associated with an endpointGravatar Craig Tiller2016-06-30
|
* Getting handshake timeouts in placeGravatar Craig Tiller2016-06-13
|
* Rename tsi functionGravatar Craig Tiller2016-06-01
|
* Rename functionsGravatar Craig Tiller2016-05-24
|
* Progress converting to new error system (HTTP fixes)Gravatar Craig Tiller2016-05-10
|
* Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|
* Progress converting to new error systemGravatar Craig Tiller2016-05-05
|
* 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...