aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-07Decouple alarm construction from setting to avoid races in MT codeVijay Pai
2017-09-07Garbage collect experimental pollersCraig Tiller
2017-09-06Merge pull request #12353 from kpayson64/scatter_readkpayson64
2017-09-06Use all read buffers when doing a scatter readKen Payson
2017-09-05Merge pull request #12341 from yang-g/externYang Gao
2017-09-05Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_freeDavid G. Quintas
2017-09-05Make grpc_call_log_batch take const char*yang-g
2017-09-05Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testingNathaniel Manista
2017-09-05Merge pull request #12298 from markdroth/default_metadata_fixMark D. Roth
2017-09-05Merge pull request #12356 from muxi/port-v160Muxi Yan
2017-09-05Merge pull request #12281 from muxi/fix-cronet-transport-refcountMuxi Yan
2017-09-05Merge pull request #12024 from yihuazhang/tsi_test_libMark D. Roth
2017-09-05add rubocop warnings to TODO config fileJan Tattermusch
2017-09-05remove calls to optional paramaters so that the test is compatible with ruby ...Alexander Polcyn
2017-09-05gRPC Python test infrastructureNathaniel Manista
2017-09-01Use a separate table to determine which callouts are default.Mark D. Roth
2017-08-31Merge pull request #7947 from thinkerou/delete_unuse_macroStanley Cheung
2017-09-01Remove invalide macrothinkerou
2017-08-31Merge pull request #11873 from ctiller/statsCraig Tiller
2017-08-31Merge pull request #12343 from sreecha/enable-epoll1Sree Kuchibhotla
2017-08-31Port #12253Muxi Yan
2017-08-31Merge github.com:grpc/grpc into statsCraig Tiller
2017-08-31Merge pull request #12306 from kpayson64/ref_counting_sliceskpayson64
2017-08-31Save one allocation by init-int instead of creating closureDavid Garcia Quintas
2017-08-31Merge pull request #12331 from markdroth/c++_filter_api_fixMark D. Roth
2017-08-31Fake resolver: Fix use-after-freeDavid Garcia Quintas
2017-08-31Revert "Fake zero copy protector"Jan Tattermusch
2017-08-30Merge pull request #12308 from jiangtaoli2016/fake_zero_copy_protectorJiangtao Li
2017-08-30Enable epoll1Sree Kuchibhotla
2017-08-30Log offending ops and error code before crashing the serveryang-g
2017-08-30Change PF and RR to expect only backends.Juanli Shen
2017-08-30Implement fake TSI zero-copy frame protectorjiangtaoli2016
2017-08-30Merge branch 'master' of https://github.com/grpc/grpc into visibilityNicolas "Pixel" Noble
2017-08-30Moving visibility and package creation to the build system.Nicolas "Pixel" Noble
2017-08-30Clang_formatKen Payson
2017-08-30Add recv_message() method to TransportStreamOpBatch class.Mark D. Roth
2017-08-29Add missing extern Cyang-g
2017-08-29Revert "Implement call combiner"Mark D. Roth
2017-08-29Merge github.com:grpc/grpc into statsCraig Tiller
2017-08-29Documentation change + e2e test fixKen Payson
2017-08-29Have write ops take ownership over slicesKen Payson
2017-08-28Merge pull request #12137 from y-zeng/call_atmYuchen Zeng
2017-08-28Merge pull request #12303 from dgquintas/rr_shutdown_sc_shutdownDavid G. Quintas
2017-08-28Remove extraneous parenncteisen
2017-08-28Removed in_connectivity_shutdown from RRDavid Garcia Quintas
2017-08-27clang formatSree Kuchibhotla
2017-08-27Remove test variableSree Kuchibhotla
2017-08-27change num_events and cursor to gpr_atm for memory visibilitySree Kuchibhotla
2017-08-25Reduce batch size to 1 - This seems to help with unary and streamingSree Kuchibhotla
2017-08-25Add explanation for recv_stateYuchen Zeng