aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext
AgeCommit message (Expand)Author
2020-01-10Vsock support for GRPCHao Chen
2018-09-20Merge pull request #16488 from hcaseyal/hpack_static_tablehcaseyal
2018-09-19Some reorganizing to respond to code review commentsHope Casey-Allen
2018-09-19Change force_creation from atm to boolJuanli Shen
2018-09-13Follow the no_logging param to parse_ipv6_host_portAlexander Polcyn
2018-09-12Even cleaner implementation that does not modify the grpc_mdelem struct.Hope Casey-Allen
2018-09-11Resolve ip literals and Windows localhost manually when using c-aresAlexander Polcyn
2018-09-11Small formatting and style changesHope Casey-Allen
2018-09-10Much cleaner approach that should address code review comments as wellHope Casey-Allen
2018-09-10WIP. Modifying grpc_mdelem to store the static hpack table idnexHope Casey-Allen
2018-09-10Responding to code review commentsHope Casey-Allen
2018-09-10Fix ubsan error in subchannel_list code.Mark D. Roth
2018-09-10Merge pull request #16055 from ncteisen/channelz-subchannelsNoah Eisen
2018-09-10reveiwer commentsncteisen
2018-09-10Merge pull request #16558 from ncteisen/user-agentNoah Eisen
2018-09-09Merge pull request #16517 from sreecha/fix-addrlenSree Kuchibhotla
2018-09-08Clang tidyHope Casey-Allen
2018-09-08Fix mdelem tracingHope Casey-Allen
2018-09-08Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsncteisen
2018-09-07reviewer feedbackncteisen
2018-09-07Fix subchannel key comparisonJuanli Shen
2018-09-06Fix subchannel key comparison if forcing creationJuanli Shen
2018-09-06Fix internal_data to be the same size as the new grpc_linked_mdelemHope Casey-Allen
2018-09-06WIP. Handling error conditions such as duplicate metadata, metadata size limi...Hope Casey-Allen
2018-09-05Surface user agent by defaultncteisen
2018-09-05Add channel arg control for user agentncteisen
2018-09-04Rectify the condition and add a testYash Tibrewal
2018-09-04Prefer grpc status over http statusYash Tibrewal
2018-09-04Stop unconditionally surfacing user agent to serverncteisen
2018-09-03Merge pull request #16460 from hcaseyal/refactor_transporthcaseyal
2018-08-31Change method name for consistencyHope Casey-Allen
2018-08-31Merge branch 'cronetfix' into statusYash Tibrewal
2018-08-31%s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED]Yash Tibrewal
2018-08-31Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulationNoah Eisen
2018-08-30fix format specifier for size_t and and a typo in testSree Kuchibhotla
2018-08-30Merge branch 'master' into fix-addrlenSree Kuchibhotla
2018-08-30Add a test to parse invalid addressesSree Kuchibhotla
2018-08-30Fix ipv6 address parsing issueSree Kuchibhotla
2018-08-29Fix all instances of bugprone-undefined-memory-manipulationncteisen
2018-08-28Add ability to use static hpack table on the encode pathHope Casey-Allen
2018-08-28Fixed formattingMoiz Haidry
2018-08-28Porting fix from CL- https://critique.corp.google.com/#review/210573936Moiz Haidry
2018-08-28Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannelsncteisen
2018-08-28Merge pull request #15618 from markdroth/naming_doc_updateMark D. Roth
2018-08-28Update naming documentation.Mark D. Roth
2018-08-27Revert "Revert "Fathom tcp changes""Yash Tibrewal
2018-08-27Merge pull request #16342 from markdroth/pf_keep_unselected_subchannelsMark D. Roth
2018-08-27Revert "Fathom tcp changes"Jan Tattermusch
2018-08-26Light refactoring of some transport codeHope Casey-Allen
2018-08-24Merge pull request #15941 from yashykt/fathomtcpchangesYash Tibrewal