summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/rpc_client/client_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Normalize `operator()` spelling in YTs-berdnikov2026-01-271-1/+1
| | | | | | | | | | | | As of the date of this PR, there are 4 different ways to spell parenthesis operator in YT * `operator()(args...)` - 505 occasions * `operator() (args...)` - 151 occasions * `operator () (args...)` - 65 occasions * `operator ()(args...)` - 6 occasions As is apparent from this statistics, the first way is the most popular by far (69% of all matches). Furthermore, it is the most consistent with YT style guide <https://nda.ya.ru/t/YOfm_T4z7Syke2>. commit_hash:f9f2f2a6822e88d6aba6777210a00d08c2911bc5
* YT-26639: reuse connection object for the same endpointermolovd2025-11-181-13/+98
| | | | commit_hash:aa962f5a7cdef69708c3502aaead051042eec0e5
* YT-26638: disable proxy discovery when connecting to socketermolovd2025-11-121-0/+1
| | | | commit_hash:499c8bd542f62b59650fa219a086086717aa119c
* proper ensure initialize for rpcachains2025-10-221-2/+2
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Proper ensure initialize for rpc-client C\+\+ SDK commit_hash:d584950fbe7d387d01ab212db124212cf4938ce4
* YT-23616: RPC proxy tests for C++ clientachains2025-09-031-0/+95
* Changelog entry Type: fix Component: cpp-sdk Enable misc tests for RPC proxy, various fixes commit_hash:c3c716503a2e106731ad99b66ec57ea00baf0304