aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\
| * Merge pull request #14197 from vjpai/gpr_review_host_portGravatar Vijay Pai2018-02-08
| |\ | | | | | | GPR review: privatize host_port.h
* | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-08
|\| |
| * | Merge pull request #14367 from yang-g/cpp_generatorGravatar Yang Gao2018-02-08
| |\ \ | | | | | | | | Add hooks so that code generator can inject headers to grpc.pb.h file
| * \ \ Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2Gravatar David G. Quintas2018-02-08
| |\ \ \ | | | | | | | | | | Make RR re-resolve when any of its subchannels fail.
| | * | | PR commentsGravatar David Garcia Quintas2018-02-07
| | | | |
| | | * | Add hooks so that code generator can inject headers to grpc.pb.h fileGravatar yang-g2018-02-07
| | |/ / | |/| |
| * | | Merge pull request #14296 from yihuazhang/FIX_ALTS_SHUTDOWNGravatar Jiangtao Li2018-02-07
| |\ \ \ | | | | | | | | | | Fix race condition in grpc_tsi_alts_shutdown
| * \ \ \ Merge pull request #14345 from vjpai/staticGravatar Vijay Pai2018-02-07
| |\ \ \ \ | | | | | | | | | | | | Enforce CRTP: weaken reinterpret_cast to static_cast
| | | | | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-07
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | * | | | Weaken reintepret_cast to static_cast for OrphanableGravatar Vijay Pai2018-02-07
| | | | | |
| * | | | | Merge pull request #14356 from grpc/revert-13671-grpclb_reresolutionGravatar Juanli Shen2018-02-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Revert "grpclb re-resolution"
| * \ \ \ \ \ Merge pull request #14348 from mehrdada/upmergeGravatar Mehrdad Afshari2018-02-07
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Upmerge 1.9.x to master
| | | * | | | | Revert "grpclb re-resolution"Gravatar Juanli Shen2018-02-07
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #14343 from muxi/revert-12708Gravatar Muxi Yan2018-02-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert breaking API in #12708
| | | | * | | | Enforce CRTP: weaken reinterpret_cast to static_castGravatar Vijay Pai2018-02-06
| | | | | | | |
| | * | | | | | build projectsGravatar Muxi Yan2018-02-06
| | | | | | | |
| | * | | | | | Remove compression_rubyGravatar Muxi Yan2018-02-06
| | | | | | | |
| | * | | | | | regenerate metadataGravatar Muxi Yan2018-02-06
| | | | | | | |
| | * | | | | | Replace message/deflate,gzip with deflate,gzipGravatar Muxi Yan2018-02-06
| | | | | | | |
| | * | | | | | Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
| | | |/ / / / | | |/| | | |
| | | | | | * Minor fix on obj-c codeGravatar Vijay Pai2018-02-06
| | | | | | |
| | | | | * | Make RR re-resolve upon any subchannel failureGravatar David Garcia Quintas2018-02-06
| | | | | | |
| | | * | | | Upmerge branch 'v1.9.x' into 'master'Gravatar Mehrdad Afshari2018-02-05
| | |/| | | | | |/| | | | |
| * | | | | | Merge pull request #13671 from AspirinSJL/grpclb_reresolutionGravatar Juanli Shen2018-02-06
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | grpclb re-resolution
| | * | | | | grpclb in charge of its re-resolutionGravatar Juanli Shen2018-02-06
| | | |_|/ / | | |/| | |
| * / | | | Sleep a second to deflake ReconnectTestGravatar Mehrdad Afshari2018-02-06
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The thread that watches connectivity on the channel might not pick up that the server has gone away before the request is dispatched, and return UNAVAILABLE instead of reconnecting prior to sending the request. The fundamental solution would basically be enabling retries in C-core. For now, we opt to sleep a second to deflake this particular test case.
| * | | | Change Ref() methods to return a RefCountedPtr<>.Gravatar Mark D. Roth2018-02-06
| | | | |
| | * | | Bump version to 1.9.1Gravatar Ken Payson2018-02-05
| | | | |
| | * | | Merge pull request #14315 from kpayson64/fix_refcountingGravatar kpayson642018-02-05
| | |\ \ \ | | | | | | | | | | | | Fixes refcounting issue
| * | | | | Resolve warnings of implementing deprecated classGravatar Muxi Yan2018-02-05
| | | | | |
| | | * | | Add refcounts for async callbacks in auth and client filters.Gravatar Ken Payson2018-02-05
| | | | | |
| * | | | | Fix a typoGravatar Muxi Yan2018-02-05
| | | | | |
| * | | | | Fix reference of self in blockGravatar Muxi Yan2018-02-05
| | | | | |
| | | | * | fix race condition in grpc_tsi_alts_shutdown()Gravatar Yihua Zhang2018-02-05
| | |_|/ / | |/| | |
| * | | | Merge pull request #14272 from ncteisen/bug-chasingGravatar Jan Tattermusch2018-02-05
| |\ \ \ \ | | | | | | | | | | | | Fix resource_quota bug
| * | | | | fix typoGravatar Shohei Kamimori2018-02-05
| | | | | |
| * | | | | Merge pull request #14286 from dgquintas/fix_compresion_alg_accessorsGravatar Vijay Pai2018-02-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix compression algorithm accessors
| * \ \ \ \ \ Merge pull request #14275 from sreecha/enable-epollexGravatar Sree Kuchibhotla2018-02-04
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | enable epollex by default
| * \ \ \ \ \ \ Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a results_upon_error setter to fake resolver
| | | | | * | | | Mark poll FD shutdown as UNAVAILABLEGravatar ncteisen2018-02-02
| | | | | | | | |
| * | | | | | | | Remove initial backoff override in ObjCGravatar Muxi Yan2018-02-02
| | | | | | | | |
| | | | | | | | * Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
| | | | | | | | |\ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into gpr_review3Gravatar Vijay Pai2018-02-02
|\| | | | | | | |
| * | | | | | | | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove alarm from core, implement in C++ layer only
| | | | | | | | | * Remove extern "C" since this is no longer a public headerGravatar Vijay Pai2018-02-02
| | | | | | | | | |
| | | | | | | * | | Merge pull request #14231 from ctaggart/sourcelink-createGravatar Jan Tattermusch2018-02-02
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | use SourceLink.Create.CommandLine instead of Embed
| * | | | | | | | | | clang-formatGravatar David Garcia Quintas2018-02-01
| | | | | | | | | | |
| | | | | * | | | | | Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
| | | | | | | | | | |