aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
| | | | | | * | | | | Minor fix on obj-c codeGravatar Vijay Pai2018-02-06
| | | | | | | | | | |
| | | | | * | | | | | Make RR re-resolve upon any subchannel failureGravatar David Garcia Quintas2018-02-06
| | | | | | | | | | |
| | | | | | | | | | * Guarantee no race between ruby server's shutdown_and_notify and destroyGravatar Alexander Polcyn2018-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
| | | | | | | | |\ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* / | | | | | | | | | | | Privatize useful.h and avl.hGravatar 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
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldownGravatar David Garcia Quintas2018-02-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | Batch size to 1 since it is better for latency (this is similar to whatGravatar Sree Kuchibhotla2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we did in epoll1)
* | | | | | | | | | | | | | PR commentsGravatar David Garcia Quintas2018-02-01
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #14262 from ZhouyihaiDing/SharedChannelCloseGravatar Zhouyihai Ding2018-02-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | php: remove unrelated code from SharedChannelClose test
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14266 from adelez/fix_grpc_tool_testGravatar adelez2018-02-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | Fix echo.proto path under bazel
| | | * | | | | | | | | | | | php: remove unrelated code from SharedChannelClose testGravatar ZhouyihaiDing2018-02-01
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix echo.proto path under bazelGravatar Adele Zhou2018-02-01
| | | | | | | | | | | | | |
| | | | * | | | | | | | | | enable epollex by defaultGravatar Sree Kuchibhotla2018-02-01
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #14264 from yang-g/to_scopeGravatar Yang Gao2018-02-01
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14244 from sreecha/polling-api-traceGravatar Sree Kuchibhotla2018-02-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | Debug traces for polling api
* | | | | | | | | | | | | | Remove spurious closure initsGravatar David Garcia Quintas2018-02-01
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove unnecessary closuresGravatar David Garcia Quintas2018-02-01
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #14263 from yang-g/latency_toolGravatar Yang Gao2018-01-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shutdown timer manager first and then executor
| | | | * | | | | | | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| | | | |/ / / / / / / / / /
* | | | | | | | | | | | | | PR commentsGravatar David Garcia Quintas2018-01-31
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #14256 from matt-kwong/bslGravatar Matt Kwong2018-01-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BoringSSL tests
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #14250 from markdroth/dns_resolver_backoff_reset_fixGravatar Mark D. Roth2018-01-31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Fix DNS resolvers to reset the backoff in a better place.
| | | | | | | * | | | | | | | Regenerate projectsGravatar Mehrdad Afshari2018-01-31
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Merge branch 'master' into polling-api-traceGravatar Sree Kuchibhotla2018-01-31
| | | | | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |