aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2020-01-16Include correct header files for sockaddr_vmandroid-r-preview-1Enrico Granata
stdio.h is not required to compile this file, but we do need to include the header files for vsock support in order to pull in the correct types, if vsock is available. Test: m libgrpc_base_c Change-Id: If9eec872b973f2382aaad970dd97d37249344535
2020-01-10Vsock support for GRPCHao Chen
This is originally from Chrome OS team. Modified to make it builds on non-Linux platforms Test: done on Cufflefish VM with ag/9869094 Bug: b/145631107 Change-Id: I41a5f8af68488cc6c9b9629d9c99b54bc085764a
2018-09-20Merge pull request #16646 from vjpai/callback_codegen_client_unaryVijay Pai
EXPERIMENTAL: Codegen for callback client unary calls
2018-09-20Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checkshcaseyal
Remove unnecessary callout_is_default checks
2018-09-20Make our C function pointer use consistentVijay Pai
2018-09-20Merge pull request #16488 from hcaseyal/hpack_static_tablehcaseyal
Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding
2018-09-19Make the core callback interface API so that it can be used in generated codeVijay Pai
2018-09-19Add in port_platform.h. The permanent fix for this is currently in a pending ↵Hope Casey-Allen
PR that should get merged soon
2018-09-19Remove unnecessary callout_is_default checksHope Casey-Allen
2018-09-19Some reorganizing to respond to code review commentsHope Casey-Allen
2018-09-19Change force_creation from atm to boolJuanli Shen
2018-09-17Merge pull request #16639 from yashykt/statustsanYash Tibrewal
Convert status_error to an atomic because it can be accessed from dif…
2018-09-14Convert status_error to an atomic because it can be accessed from different ↵Yash Tibrewal
threads at the same time
2018-09-13Follow the no_logging param to parse_ipv6_host_portAlexander Polcyn
2018-09-12Merge branch 'master' into tcpusertimeoutYash Tibrewal
2018-09-12Add logging to be sure about set valuesYash Tibrewal
2018-09-12Even cleaner implementation that does not modify the grpc_mdelem struct.Hope Casey-Allen
2018-09-12Merge pull request #16492 from vjpai/client_callbackVijay Pai
EXPERIMENTAL: C++ generic client-side unary callback API
2018-09-11Merge pull request #16080 from ncteisen/clang-tidyNoah Eisen
Fix Clang Tidy (again...)
2018-09-11Merge pull request #16420 from apolcyn/localhost_windows_hackapolcyn
When using c-ares, resolve ip literals and Windows localhost on our own
2018-09-11fix clang tidyncteisen
2018-09-11Resolve ip literals and Windows localhost manually when using c-aresAlexander Polcyn
2018-09-11Add check on server for channelz accessorncteisen
2018-09-11Merge pull request #16594 from yashykt/statusdrYash Tibrewal
Make batch_error an atomic to avoid data races
2018-09-11Merge pull request #16599 from markdroth/subchannel_list_ubsan_fixNicolas Noble
Fix ubsan error in subchannel_list code.
2018-09-11Clang tidyHope Casey-Allen
2018-09-11Small formatting and style changesHope Casey-Allen
2018-09-10Fix codegen script to include port_platformHope 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-10reinterpret casts for compiler checksYash Tibrewal
2018-09-10Fix ubsan error in subchannel_list code.Mark D. Roth
2018-09-10Make batch_error an atomic to avoid data racesYash Tibrewal
2018-09-10Merge branch 'master' of https://github.com/grpc/grpc into channelz-serverncteisen
2018-09-10Merge pull request #16055 from ncteisen/channelz-subchannelsNoah Eisen
Channelz Part 4: Add Subchannel Support
2018-09-10reveiwer commentsncteisen
2018-09-10Merge pull request #16558 from ncteisen/user-agentNoah Eisen
Stop Unconditionally Surfacing User Agent to Server
2018-09-09Merge pull request #16517 from sreecha/fix-addrlenSree Kuchibhotla
Fix ipv6 address parsing issue
2018-09-09Temporary workaround for memory leak in debugging functionHope Casey-Allen
2018-09-09Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into ↵Hope Casey-Allen
hpack_static_table
2018-09-09Fix memory leak in debugging functionHope Casey-Allen
2018-09-08Clang tidyHope Casey-Allen
2018-09-08Fix mdelem tracingHope Casey-Allen
2018-09-08Clang tidyHope Casey-Allen
2018-09-08Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into ↵Hope Casey-Allen
hpack_static_table
2018-09-08Fix objective c unit test and debugging functionsHope Casey-Allen
2018-09-08Clang tidyHope Casey-Allen
2018-09-08WIP. Setting md_index to 0 on grpc_linked_mdelem creationHope Casey-Allen
2018-09-08Merge branch 'channelz-subchannels' into channelz-serverncteisen