aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/transport
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Noah Eisen2017-03-22
|\ | | | | | | error-slice-optimization
| * Removing credentials assert in server_auth_filter.Gravatar Julien Boeuf2017-03-22
| | | | | | | | | | This will allow other transports with built-in security to use this filter.
* | Only use static on string literalsGravatar Noah Eisen2017-03-14
| |
* | Change error_create API to sliceGravatar ncteisen2017-03-13
| |
| * Use an arena for call & subchannel_call allocationGravatar Craig Tiller2017-03-13
| |
* | Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|/
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\
* | clang-formatGravatar Craig Tiller2017-02-17
| |
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| |
| * Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
|/
* Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
|
* Add an error to fd_shutdown (and recursively)Gravatar Craig Tiller2017-01-27
| | | | Allows diagnosing WHY a file descriptor was shutdown prematurely.
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Uncover the badnessGravatar Craig Tiller2017-01-12
|
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
|\
* | clang-formatGravatar Craig Tiller2017-01-06
| |
* | Fixes, remove grpc_error_free_stringGravatar Craig Tiller2017-01-06
| |
* | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| |
* | Update to new error handling disciplineGravatar Craig Tiller2017-01-06
| |
| * Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| |
* | Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\| | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * 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
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\|
| | * Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fdGravatar Yuchen Zeng2016-12-19
| | |
* | | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-12
|\| |
| * | Fix merge errorGravatar Craig Tiller2016-12-12
| | |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | |\ | | | |/ | | |/|
* | | | Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-08
| | | |
| | * | Fix race condition on shutdown.Gravatar Mark D. Roth2016-12-08
| | | |
* | | | Fix memory leakGravatar Craig Tiller2016-12-07
| | | |
| | * | Redo change accidentally reverted in previous commit.Gravatar Mark D. Roth2016-12-07
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-07
| | | |
| | * | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
| | | |
* | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| | |
| * | | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
| | | |
| * | | clang-formatGravatar Craig Tiller2016-12-06
| | | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
| |\ \ \
| | | * | clang-formatGravatar Mark D. Roth2016-12-06
| | | | |
| | | * | Clarify comment.Gravatar Mark D. Roth2016-12-06
| | | | |
| | | * | Rename *_create_handshakers() to *_add_handshakers().Gravatar Mark D. Roth2016-12-06
| | |/ /
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-05
| | | |\ | | | |/ | | |/|
| | * | Fix asan failures.Gravatar Mark D. Roth2016-12-02
| | | |
| | * | clang-formatGravatar Mark D. Roth2016-12-01
| | | |
| | * | Merge branch 'security_handshaker1' into security_handshaker2Gravatar Mark D. Roth2016-12-01
| | |\ \