aboutsummaryrefslogtreecommitdiff
path: root/grpc.gemspec
AgeCommit message (Expand)Author
2018-03-15moved filter to extDavid Garcia Quintas
2018-03-13Testing making the authority filter a plugin, for cronetDavid Garcia Quintas
2018-03-10Secure channels: use the right authorityDavid Garcia Quintas
2018-03-08Add ALTS code to grpc/coreYihua Zhang
2018-03-08Merge pull request #14629 from jtattermusch/bump_boringsslJan Tattermusch
2018-03-07Revert "Add ALTS C stack to gRPC core"Sree Kuchibhotla
2018-03-07regenerate projectsJan Tattermusch
2018-03-06Add ALTS code to grpc/coreYihua Zhang
2018-03-01Merge branch 'master' into 2phase_thdVijay Pai
2018-03-01Merge pull request #10684 from markdroth/retryMark D. Roth
2018-02-28Introduce a 'weak' and mutable version of slice hash tableDavid Garcia Quintas
2018-02-28Retry support.Mark D. Roth
2018-02-26Convert slice hash table and service config code to C++.Mark D. Roth
2018-02-24Merge branch 'master' into 2phase_thdVijay Pai
2018-02-23Include Boringssl fips_fragments files in headers for buildingMatt Kwong
2018-02-21Merge branch 'master' into 2phase_thdVijay Pai
2018-02-21Merge pull request #14437 from yihuazhang/security_connector_replacementMark D. Roth
2018-02-20place security_connector in its own subdirectoryYihua Zhang
2018-02-20Convert LB policy API to C++.Mark D. Roth
2018-02-19C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Vijay Pai
2018-02-15Remove support for detached threads. All threads must be joined.Vijay Pai
2018-02-12Internalize gpr_thd except for id and currentidVijay Pai
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-08Merge pull request #14196 from vjpai/gpr_review_tlsVijay Pai
2018-02-08Merge pull request #13684 from markdroth/c++_resolverMark D. Roth
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-08Convert resolver API to C++.Mark D. Roth
2018-02-08Merge branch 'master' into gpr_review_tlsVijay Pai
2018-02-08Merge branch 'master' into gpr_review3Vijay Pai
2018-02-08Merge branch 'master' into gpr_review3Vijay Pai
2018-02-08Move avl to its own directory and rename it to grpc_avlVijay Pai
2018-02-07Merge branch 'master' into gpr_review_host_portVijay Pai
2018-02-06build projectsMuxi Yan
2018-02-02Merge branch 'master' into gpr_review_host_portVijay Pai
2018-02-02Privatize useful.h and avl.hVijay Pai
2018-02-02Merge branch 'master' into gpr_review3Vijay Pai
2018-02-02Merge pull request #14015 from vjpai/alarmVijay Pai
2018-01-26Update BoringSSL to latest chromium-stable refMatt Kwong
2018-01-26Merge pull request #13820 from yihuazhang/rename-gtsMark D. Roth
2018-01-25Privatize host_port.h; was not used in any wrapped language implementationVijay Pai
2018-01-25Privatize thread-local storage headersVijay Pai
2018-01-25Move cmdline and subprocess from public gpr to test/core/utilVijay Pai
2018-01-24Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Muxi Yan
2018-01-23rename gts to altsYihua Zhang
2018-01-21Remove alarm from core, implement in C++ layer onlyVijay Pai
2018-01-19Rename 'gpr++' directories to 'gprpp'.Mark D. Roth
2018-01-19Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Muxi Yan
2018-01-18Split lib/support into lib/gpr and lib/gpr++.Mark D. Roth
2018-01-11Fix existing ref counting classes and add new ones.Mark D. Roth