aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
|
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ | | | | Implement local channel/server credentials
* \ Merge pull request #15879 from hcaseyal/client_auth_allocationGravatar hcaseyal2018-07-03
|\ \ | | | | | | Remove allocation in client auth filter and use call arena instead
| | * minor fixGravatar Yihua Zhang2018-07-03
| | |
| | * finished 2nd revisionGravatar Yihua Zhang2018-07-03
| | |
| * | Allocate on call arena in client_auth_filterGravatar Hope Casey-Allen2018-07-03
| | |
| | * finished 1st revisionGravatar Yihua Zhang2018-07-02
| | |
| | * implement loca credentialsGravatar Yihua Zhang2018-07-02
| |/ |/|
* | Remove auth_context from call data. Use channel data auth context insteadGravatar Hope Casey-Allen2018-06-29
| |
* | Fix macro error and clang tidyGravatar Hope Casey-Allen2018-06-29
| |
* | Remove allocation in server_auth_filterGravatar Hope Casey-Allen2018-06-29
| |
* | Merge pull request #15891 from markdroth/subchannel_alignment_fixGravatar Mark D. Roth2018-06-28
|\ \ | | | | | | Fix subchannel call stack alignment
* | | timer manager: don't turn off threading in start_threads()Gravatar Eric Gribkoff2018-06-27
| | |
| * | Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.Gravatar Mark D. Roth2018-06-27
| |/
* | Merge pull request #15828 from apolcyn/fix_gcdGravatar apolcyn2018-06-26
|\ \ | | | | | | Explicitly delete c-ares fd's from pollset set after c-ares is done
* \ \ Merge pull request #15848 from vjpai/thd_fixGravatar Vijay Pai2018-06-26
|\ \ \ | | | | | | | | Check the value in the pointer, not the address
| | * | Explicitly delete fd from pollset set after c-ares is doneGravatar Alexander Polcyn2018-06-26
| | | |
* | | | Disable connectivity_state query for nowGravatar ncteisen2018-06-26
| |_|/ |/| |
* | | Merge pull request #15776 from sreecha/epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-25
|\ \ \ | | | | | | | | Prevent pollable from accessing a potentially orphaned/destroyed fd
* \ \ \ Merge pull request #15839 from hcaseyal/server_auth_allocationGravatar hcaseyal2018-06-25
|\ \ \ \ | | | | | | | | | | Remove allocation in server_auth filter
| * | | | Remove allocation in server_auth filter and allocate on the arena insteadGravatar Hope Casey-Allen2018-06-22
| | | | |
* | | | | Merge pull request #15850 from grpc/v1.13.xGravatar Mehrdad Afshari2018-06-22
|\ \ \ \ \ | |/ / / / |/| | | | Upmerge 1.13.x into master
| | | * | Check the value in the pointer, not the addressGravatar Vijay Pai2018-06-22
| |_|/ / |/| | |
| | * | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-21
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #15799 from AspirinSJL/htonlGravatar Juanli Shen2018-06-20
|\ \ \ \ | | | | | | | | | | Add endianness conversion for long
| | * | | ChangesGravatar kpayson642018-06-20
| | | | |
* | | | | Reviewer feedbackGravatar ncteisen2018-06-19
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\ \ \ \ \
| | | | * | Fix bug in pollset_add_fd_locked and a tsan errorGravatar Sree Kuchibhotla2018-06-19
| | | | | |
| | | | * | Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-19
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge pull request #15274 from JackOfMostTrades/verify-callback-coreGravatar Mark D. Roth2018-06-19
| |\ \ \ \ \ | | | | | | | | | | | | | | Create verify_peer_options when creating ssl credentials to support a peer verification callback
| * \ \ \ \ \ Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Third attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops
| | | | * | | TODOGravatar Juanli Shen2018-06-18
| | | | | | |
| | | | * | | Add endianness conversion for longGravatar Juanli Shen2018-06-18
| | | | | | |
| | | | | | * Merge branch 'master' into epollex-ownerfd-fixGravatar Sree Kuchibhotla2018-06-18
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | | | | | * Added a test to catch such things in futureGravatar Sree Kuchibhotla2018-06-16
| | | | | | |
| | | | | | * add the missing gpr_mu_destroyGravatar Sree Kuchibhotla2018-06-15
| | | | | | |
| | | | | * | Regenerate projectsGravatar Mehrdad Afshari2018-06-15
| | | | | | |
| | | | | * | Add a null check for the endpoint on shutdownGravatar kpayson642018-06-15
| | | | | | |
| | * | | | | Get status from wire even if the recv_trailing_metadata batch callbackGravatar Mark D. Roth2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is invoked with an error.
* | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-15
|\| | | | | |
* | | | | | | Make channelz an opt in featureGravatar ncteisen2018-06-15
| | | | | | |
| * | | | | | Merge pull request #15694 from srini100/bump-to-v1.14Gravatar Srini Polavarapu2018-06-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump master to v1.14
| | | | | | | * Prevent pollable from accessing a potentially orphaned/destroyed fdGravatar Sree Kuchibhotla2018-06-14
| | | | | | | |
| * | | | | | | Merge pull request #15726 from kwasimensah/masterGravatar Nicolas Noble2018-06-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add sys/epoll.h header to relevant files
| | | | * | | | | Revert "Merge pull request #15746 from ↵Gravatar Mark D. Roth2018-06-14
| | | | | |_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-15709-recv_trailing_metadata_ready2" This reverts commit 3f9308ce1f8cb42c96901c1700f0b9dbb531f186, reversing changes made to 92a0ae0b1081840d2c5a488f66bf6550c1a492f4.
| * | | / | | | Revert "Add Type Checking On Channel Args"Gravatar Noah Eisen2018-06-14
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-13
|\| | | | | |
| * | | | | | Merge pull request #15678 from ncteisen/channel-arg-sanityGravatar Noah Eisen2018-06-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Add Type Checking On Channel Args
| * \ \ \ \ \ \ Merge pull request #15727 from kpayson64/null_endpointGravatar kpayson642018-06-13
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a null check for the endpoint on shutdown