aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\
* \ Merge pull request #13559 from dmaclach/threadnamesGravatar Vijay Pai2017-12-05
|\ \
| | * Merge master into execctxGravatar Yash Tibrewal2017-12-05
| | |\ | |_|/ |/| |
| * | Update basic_timers.ccGravatar Vijay Pai2017-12-05
| * | Regen projects and fix more uses of gpr_thd_newGravatar Vijay Pai2017-12-05
| | * Revert ordering of tracers and timers in shutdownGravatar Yash Tibrewal2017-12-05
* | | Merge pull request #13632 from markdroth/inproc_trailing_metadata_availableGravatar Mark D. Roth2017-12-05
|\ \ \
| * | | Change inproc transport to set trailing_metadata_available.Gravatar Mark D. Roth2017-12-05
* | | | Upmerge changes from v1.8.x to masterGravatar Mehrdad Afshari2017-12-05
|\ \ \ \
* \ \ \ \ Merge pull request #13635 from grpc/remove_duplicate_checkGravatar Juanli Shen2017-12-05
|\ \ \ \ \
| | * | | | Apply #13336 to v1.8.x branch.Gravatar Mark D. Roth2017-12-05
* | | | | | Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
| * | | | | Remove duplicate check for shutting_downGravatar Juanli Shen2017-12-04
* | | | | | Pass a pollset_set to some client handshakers.Gravatar Dan Born2017-12-04
|/ / / / /
| | | * | clang-formatGravatar Vijay Pai2017-12-04
* | | | | Merge pull request #13336 from markdroth/server_connection_timeoutGravatar Mark D. Roth2017-12-04
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #13554 from danzh2010/asyncioGravatar Yang Gao2017-12-04
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #12126 from dutor/fix-accept-queue-initGravatar Craig Tiller2017-12-04
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | | * Merge master into execctx after removal of assert in tls_gccGravatar yashkt2017-12-04
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | * | | | Move chttp2 cleanup code into close_transport_locked().Gravatar Mark D. Roth2017-12-04
| | | | | * | Merge branch 'master' into threadnamesGravatar Vijay Pai2017-12-02
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #13599 from kpayson64/fix_flow_control_bug_localGravatar kpayson642017-12-01
|\ \ \ \ \ \ \
| * | | | | | | Initialize last sent ping timeGravatar Ken Payson2017-12-01
| | | * | | | | fix comment formatGravatar Dan Zhang2017-12-01
| | | * | | | | Merge branch 'master' into asyncioGravatar Dan Zhang2017-12-01
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | | * | | | | read onceGravatar Dan Zhang2017-12-01
* | | | | | | | Make comparison of LB policy name case-insensitive.Gravatar Mark D. Roth2017-12-01
|/ / / / / / /
| | | * | | | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-12-01
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #13575 from vjpai/dehistGravatar Vijay Pai2017-11-30
|\ \ \ \ \ \ \
| | | | | | | * Merge master after no Extern C changesGravatar Yash Tibrewal2017-11-30
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
| | | | | | * | Fix up review commentsGravatar Dave MacLachlan2017-11-30
* | | | | | | | Merge pull request #13573 from apolcyn/optional_pthread_atforkGravatar Noah Eisen2017-11-30
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #13432 from ncteisen/no-more-extern-cGravatar Noah Eisen2017-11-30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | | | | | * Merging masterGravatar Yash Tibrewal2017-11-30
| | | | | | | | * Merge branch 'master' into execctxGravatar Yash Tibrewal2017-11-30
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | * | | | | | | Allow compiling grpc without use of pthread_atforkGravatar Alexander Polcyn2017-11-30
| | | | | | * | | Merge pull request #13532 from murgatroid99/uv_tcp_wildcard_handlingGravatar Michael Lumish2017-11-30
| | | | | | |\ \ \
| | | | * | | | | | fix compile errorGravatar Dan Zhang2017-11-30
* | | | | | | | | | Merge pull request #13357 from markdroth/reference_countedGravatar Mark D. Roth2017-11-30
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | | | | | * | | | Merge branch 'master' of https://github.com/grpc/grpc into v1.8.xGravatar Nicolas "Pixel" Noble2017-11-30
| | | | | | |\ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | | | | | | | * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | * | | | | | | | Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-29
| | |\ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Merge commit 'aa358d5e43' into no-more-extern-cGravatar ncteisen2017-11-29
| | |\ \ \ \ \ \ \ \
| | | | | | | | | * | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
* | | | | | | | | | Merge pull request #13466 from nicolasnoble/upmerge-from-v1.7Gravatar Nicolas Noble2017-11-29
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| | | | | * | | | | Modify udp_server to do asynchronous read and write and only re-armGravatar Dan Zhang2017-11-29
| | | | | | * | | | Merge remote-tracking branch 'upstream/master' into server_connection_timeoutGravatar Mark D. Roth2017-11-29
| | | | | | |\ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |