aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
Commit message (Collapse)AuthorAge
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* fix "not enough actual parameters for macro" warningGravatar Jan Tattermusch2018-01-18
|
* Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-17
|\
| * Merge pull request #13289 from ncteisen/flow-control-part4Gravatar Vijay Pai2018-01-12
| |\ | | | | | | Virtual Flow Control
* | | PR comments, round 4Gravatar David Garcia Quintas2018-01-12
| | |
* | | PR comments, round 3Gravatar David Garcia Quintas2018-01-12
| | |
| * | Merge pull request #13985 from markdroth/lb_policy_ref_simplificationGravatar Mark D. Roth2018-01-12
| |\ \ | | | | | | | | Simply LB policy refcounting, again.
* | | | PR comments, round 2Gravatar David Garcia Quintas2018-01-11
| | | |
| | * | Don't unref null client_stats.Gravatar Mark D. Roth2018-01-11
| | | |
| | * | Revert "Merge pull request #13970 from ↵Gravatar Mark D. Roth2018-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | grpc/revert-13857-lb_policy_ref_simplification" This reverts commit 61b32965bec11f4106c729bb0a428ff03d2d03ab, reversing changes made to 2eb22fd67d73a210c1f41d79efcfe52285ccb2ec.
| | | * Reviewer feedbackGravatar ncteisen2018-01-10
| | | |
| * | | Substitute a11r for ctiller in all OWNERS filesGravatar Craig Tiller2018-01-10
| |/ /
| * | Revert "Simplify LB policy refcounting."Gravatar Yash Tibrewal2018-01-10
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-09
|\| |
* | | PR commentsGravatar David Garcia Quintas2018-01-09
| | |
| * | Simplify LB policy refcounting.Gravatar Mark D. Roth2018-01-09
| | |
| * | Merge pull request #13805 from AspirinSJL/lb_bugGravatar Juanli Shen2018-01-08
| |\ \ | | | | | | | | Change client_load_report_timer_pending var name
| | * | Unify the timer callback boolsGravatar Juanli Shen2018-01-08
| | | |
| * | | Merge pull request #13933 from kpayson64/avoid_stallGravatar kpayson642018-01-08
| |\ \ \ | | | | | | | | | | Avoid stall
* | | | | Connected subchannel refactoringGravatar David Garcia Quintas2018-01-05
| | | | |
| | * | | Add more control flow loggingGravatar Ken Payson2018-01-05
| | | | |
| | * | | Fix a Python spinlock bugGravatar Ken Payson2018-01-05
| | |/ /
| * | | Merge pull request #13900 from vjpai/odrGravatar Vijay Pai2018-01-05
|/| | | | | | | | | | | Wrap duplicated-name definitions in anonymous namespace (except for iomgr)
| | | * Fix objc compileGravatar ncteisen2018-01-03
| | | |
| | | * Fix tsanGravatar ncteisen2018-01-03
| | | |
* | | | Merge pull request #13879 from AspirinSJL/client_load_report_bugGravatar Juanli Shen2018-01-03
|\ \ \ \ | | | | | | | | | | Restore checking initial request sent
| | * | | Wrap duplicated-name definitions in anonymous namespaceGravatar Vijay Pai2018-01-02
| |/ / / |/| | |
| | | * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4Gravatar ncteisen2018-01-02
| | | |\ | |_|_|/ |/| | |
| | | * clang fmtGravatar ncteisen2018-01-02
| | | |
| * | | Restore checking initial request sentGravatar Juanli Shen2017-12-27
| |/ /
* | | Separate client and server keepalive_permit_without_callsGravatar Yuchen Zeng2017-12-21
| | |
* | | Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-13
|\| |
* | | Fixed wrong conversion factorGravatar David Garcia Quintas2017-12-13
| | |
| | * Merge branch 'master' of https://github.com/grpc/grpc into flow-control-part4Gravatar ncteisen2017-12-08
| | |\ | | |/ | |/|
| | * Read new env var to toggleGravatar ncteisen2017-12-08
| | |
| | * Plumb through flow_control->flow_conrol_enabled()Gravatar ncteisen2017-12-08
| | |
| | * Add commentsGravatar ncteisen2017-12-08
| | |
| * | Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
| |\ \ | | | | | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
| | * | virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and ↵Gravatar Yash Tibrewal2017-12-07
| | | | | | | | | | | | | | | | remove grpc_exec_ctx from .pxi files in python
| | * | Merge masterGravatar Yash Tibrewal2017-12-07
| | |\ \
| * | \ \ Merge pull request #12488 from dgquintas/removed_expiration_intervalGravatar David G. Quintas2017-12-07
| |\ \ \ \ | | |_|/ / | |/| | | Removed expiration_interval from LB proto
| * | | | Merge pull request #13647 from y-zeng/send_pingGravatar Yuchen Zeng2017-12-07
| |\ \ \ \ | | | | | | | | | | | | Add on_initiate callback for the send_ping tranport op
| * \ \ \ \ Merge pull request #13670 from apolcyn/fix_backup_poller_raceGravatar apolcyn2017-12-07
| |\ \ \ \ \ | | | | | | | | | | | | | | Unref global backup poller while under its lock
* | | | | | | Do the Step() in the right placeGravatar David Garcia Quintas2017-12-07
| | | | | | |
| | * | | | | Unref global backup poller under its lockGravatar Alexander Polcyn2017-12-07
| | | | | | |
| | | | * | | regenerated proto with lastest version of protobufGravatar David Garcia Quintas2017-12-06
| | | | | | |
| | | | * | | Merge branch 'master' of github.com:grpc/grpc into removed_expiration_intervalGravatar David Garcia Quintas2017-12-06
| | | | |\ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #13661 from AspirinSJL/no_idleGravatar Juanli Shen2017-12-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unreachable code in RR
| | | | * | | | Fix pending pings in grpclbGravatar Yuchen Zeng2017-12-06
| | | | | | | |
| * | | | | | | Merge pull request #13655 from yang-g/pingGravatar Yang Gao2017-12-06
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | Bug fix, use the last_sent ping time for next send