aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Expand)AuthorAge
* Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
* Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\
* \ Merge pull request #15879 from hcaseyal/client_auth_allocationGravatar hcaseyal2018-07-03
|\ \
| | * 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
|\ \
* | | 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
|\ \
* \ \ Merge pull request #15848 from vjpai/thd_fixGravatar Vijay Pai2018-06-26
|\ \ \
| | * | 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
|\ \ \
* \ \ \ Merge pull request #15839 from hcaseyal/server_auth_allocationGravatar hcaseyal2018-06-25
|\ \ \ \
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| | | * | 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
|\ \ \ \
| | * | | 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3Gravatar Mark D. Roth2018-06-19
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | 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
* | | | | | | 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
| |\ \ \ \ \ \
| | | | | | | * Prevent pollable from accessing a potentially orphaned/destroyed fdGravatar Sree Kuchibhotla2018-06-14
| * | | | | | | Merge pull request #15726 from kwasimensah/masterGravatar Nicolas Noble2018-06-14
| |\ \ \ \ \ \ \
| | | | * | | | | Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metada...Gravatar Mark D. Roth2018-06-14
| | | | | |_|_|/ | | | | |/| | |
| * | | / | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #15727 from kpayson64/null_endpointGravatar kpayson642018-06-13
| |\ \ \ \ \ \ \