aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
Commit message (Collapse)AuthorAge
* Revert alignment hack in New<> and Delete<>.Gravatar Mark D. Roth2018-12-12
|
* Merge pull request #17456 from ncteisen/socket-paginationGravatar Noah Eisen2018-12-11
|\ | | | | Channelz: Add Pagination to ServerSockets
| * Add test and fix bugGravatar ncteisen2018-12-11
| |
| * reviewer feedbackGravatar ncteisen2018-12-11
| |
| * Add max_results to ServerSocketsGravatar ncteisen2018-12-11
| |
* | Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
| |
* | Merge pull request #17457 from muxi/alternate-debug-countersGravatar Muxi Yan2018-12-10
|\ \ | | | | | | Add more counters to debug the timer crash on iOS
| | * Add pagination to serversocketsGravatar ncteisen2018-12-10
| |/ |/|
| * clang-formatGravatar Muxi Yan2018-12-10
| |
| * Add next_value and start_timeGravatar Muxi Yan2018-12-10
| |
* | Merge pull request #17398 from yihuazhang/gdc_metadata_serverGravatar yihuaz2018-12-10
|\ \ | | | | | | Add a non-sticky network check of metadata server detection to google default credentials
* \ \ Merge pull request #17433 from ncteisen/socket-nameGravatar Noah Eisen2018-12-09
|\ \ \ | | | | | | | | Channelz: Surface Socket Name
* | | | Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
| | | |
| * | | clang tidy and clang formatGravatar ncteisen2018-12-07
| | | |
* | | | Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
| | | |
| * | | Move the unrefGravatar ncteisen2018-12-07
| | | |
| * | | reviewer feedbackGravatar ncteisen2018-12-07
| | | |
| * | | reviewer feedbackGravatar ncteisen2018-12-07
| | | |
* | | | Merge pull request #17425 from yang-g/triviallyGravatar Yang Gao2018-12-06
|\ \ \ \ | | | | | | | | | | Make TraceFlag trivially destructible
| | * | | Surface socket nameGravatar ncteisen2018-12-06
| |/ / / |/| | |
* | | | Merge pull request #17401 from soheilhy/worktree-nolockGravatar Soheil Hassas Yeganeh2018-12-06
|\ \ \ \ | | | | | | | | | | Implement a lock-free fast path for queue_call_request()
* \ \ \ \ Merge pull request #17423 from jtattermusch/upmerge_v1_17_x_to_masterGravatar Jan Tattermusch2018-12-06
|\ \ \ \ \ | | | | | | | | | | | | Upmerge v1.17.x to master
| | | | * | fix a compilation errorGravatar Yihua Zhang2018-12-06
| | | | | |
| | | | * | revision 1Gravatar Yihua Zhang2018-12-06
| | | | | |
| | | * | | Add a static_assertGravatar yang-g2018-12-06
| | | | | |
| | | * | | Make TraceFlag trivially destructibleGravatar yang-g2018-12-06
| |_|/ / / |/| | | |
| | | * | Merge remote-tracking branch 'upstream/master' into gdc_metadata_serverGravatar Yihua Zhang2018-12-06
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Fix off by one error in channelzGravatar ncteisen2018-12-06
| | | | |
| * | | | Merge remote-tracking branch 'upstream/v1.17.x' into HEADGravatar Jan Tattermusch2018-12-06
|/| | | |
| | * | | Implement a lock-free fast path for queue_call_request()Gravatar Soheil Hassas Yeganeh2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For tiny RPCs, every single requests in almost the first item in the list. Hence, it would try to lock the server to process pending requests. Instead of locking, simply set and check atomic values when there is a possiblity of having pending requests. This increases QPS by 10%, for the 62-channel/0B-RPC benchmark using the callback API.
* | | | | Merge pull request #17368 from soheilhy/worktree-tsan-auto-annotGravatar Soheil Hassas Yeganeh2018-12-05
|\ \ \ \ \ | |_|/ / / |/| | | | TSAN annotations for grpc_call_combiner
| | | * | bring back original network test for metadata server detectionGravatar Yihua Zhang2018-12-05
| |_|/ / |/| | |
| | * | Merge pull request #17378 from jtattermusch/windows_oom_fix_v1_17Gravatar Jan Tattermusch2018-12-05
| | |\ \ | | | | | | | | | | Better slice management for windows reads (for v1.17.x)
| * | | | Add TSAN anntations for grpc_call_combiner.Gravatar Soheil Hassas Yeganeh2018-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since GRPC_CLOSUSE_SCHEDULE can schedule callback asynchronously we have to schedule our own wrapper instead. Also, we cannot use ACQUIRE and RELEASE directly on the call_combiner, because callbacks are free to even destroy the call_combiner. Thus, we use a ref-counted structure that acts as a fake lock for Tsan annotations.
| | * | | Merge pull request #17382 from apolcyn/backport_17354Gravatar apolcyn2018-12-04
| | |\ \ \ | | | | | | | | | | | | Cancel still-active c-ares queries after a timeout, for 1.17.x
| | | | | * clang-formatGravatar Muxi Yan2018-12-04
| | | | | |
| | | | | * More debug timers to record root causeGravatar Muxi Yan2018-12-04
| |_|_|_|/ |/| | | |
| * | | | Add TSAN annotations to gRPC.Gravatar Soheil Hassas Yeganeh2018-12-04
| | | | |
| | | * | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-12-03
| | | | |
| | * | | Bump version to v1.17.0Gravatar Muxi Yan2018-12-03
| | |/ /
| | | * better slice management for win_readGravatar Jan Tattermusch2018-12-03
| | | |
| | | * basic tcp_trace support for windowsGravatar Jan Tattermusch2018-12-03
| | |/
* | / Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
|/ / | | | | | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* | Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
|\ \ | | | | | | Cancel c-ares queries after a timeout to avoid getting stuck
| * | Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| | |
* | | Merge pull request #17341 from ericgribkoff/fork_infoGravatar Eric Gribkoff2018-11-30
|\ \ \ | |/ / |/| | log fork compat message at INFO instead of ERROR
* | | Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ \ \ | | | | | | | | Add the byte offset for the RPC that is traced in Timestamps
* \ \ \ Merge pull request #17332 from yashykt/emptymsgGravatar Yash Tibrewal2018-11-29
|\ \ \ \ | | | | | | | | | | Return immediately if the first control message is empty
* \ \ \ \ Merge pull request #17333 from yashykt/tsinitGravatar Yash Tibrewal2018-11-29
|\ \ \ \ \ | | | | | | | | | | | | Initialize all other timestamps (non sendmsg) to gpr_inf_past
| | | | * | log fork compat message at INFO instead of ERRORGravatar Eric Gribkoff2018-11-29
| |_|_|/ / |/| | | |