aboutsummaryrefslogtreecommitdiff
path: root/build.yaml
AgeCommit message (Expand)Author
2017-10-05Add abseil to core, use it for InlinedVectorCraig Tiller
2017-10-03Merge pull request #12690 from matt-kwong/covMatt Kwong
2017-10-02Update version to 1.8.0-dev, update g word to 'generous'murgatroid99
2017-09-22Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicateMuxi Yan
2017-09-21Add -lstdc++ flag for compiling under gcovMatt Kwong
2017-09-21Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Vijay Pai
2017-09-14Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...Jan Tattermusch
2017-09-13Merge pull request #12214 from vjpai/cereal_eye_sirVijay Pai
2017-09-11Merge remote-tracking branch 'upstream/master' into fix-stream-compression-tr...Muxi Yan
2017-09-09fix macos buildJan Tattermusch
2017-09-08Merge pull request #12200 from dgquintas/rename_lr_to_pluginDavid G. Quintas
2017-09-07Merge pull request #12372 from vjpai/armalarmadingdongVijay Pai
2017-09-07Merge pull request #12402 from kumaralokgithub/masterkumaralokgithub
2017-09-07Merge github.com:grpc/grpc into stats_histoCraig Tiller
2017-09-07Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_pluginDavid Garcia Quintas
2017-09-07Merge pull request #12104 from dgquintas/filters_prioDavid G. Quintas
2017-09-07Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferVijay Pai
2017-09-07Merge github.com:grpc/grpc into stats_histoCraig Tiller
2017-09-07Merge pull request #12369 from markdroth/call_combinerMark D. Roth
2017-09-07Merge github.com:grpc/grpc into stats_histoCraig Tiller
2017-09-07Decouple alarm construction from setting to avoid races in MT codeVijay Pai
2017-09-07Garbage collect experimental pollersCraig Tiller
2017-09-06Merge remote-tracking branch 'upstream/master'Alok Kumar
2017-09-06Merge branch 'master' of github.com:grpc/grpc into filters_prioDavid Garcia Quintas
2017-09-06s/load_reporting/server_load_reportingDavid Garcia Quintas
2017-09-06Update build.yaml and generated changesAlok Kumar
2017-09-06Merge github.com:grpc/grpc into stats_histoCraig Tiller
2017-09-05build_projectMuxi Yan
2017-09-05Add interface abstraction and identity moduleMuxi Yan
2017-09-05Fix benchmark buildsCraig Tiller
2017-09-05Merge pull request #12024 from yihuazhang/tsi_test_libMark D. Roth
2017-09-01Merge branch 'stats_histo_ints' into stats_histoCraig Tiller
2017-09-01Add stats testCraig Tiller
2017-09-01Revert "Revert "Implement call combiner""Mark D. Roth
2017-08-31Expose stats into qps_driverCraig Tiller
2017-08-31Merge github.com:grpc/grpc into statsCraig Tiller
2017-08-31Fix header location errorCraig Tiller
2017-08-29Revert "Implement call combiner"Mark D. Roth
2017-08-29Merge github.com:grpc/grpc into statsCraig Tiller
2017-08-28Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_masterapolcyn
2017-08-25Merge pull request #11566 from markdroth/call_combinerMark D. Roth
2017-08-25Implement call combiner.Mark D. Roth
2017-08-24Merge pull request #12282 from yang-g/sync_thd_refactorYang Gao
2017-08-24Added way to remove filters from channel stack builderDavid Garcia Quintas
2017-08-24Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h}David Garcia Quintas
2017-08-24Add sync_custom.hyang-g
2017-08-24Remove stale fileyang-g
2017-08-23fix build.yaml to expand nanopb headers filegroupAlexander Polcyn
2017-08-22Add TSI test library and SSL and fake TSI testsYihua Zhang
2017-08-22Microbenchmarks work with bazelncteisen