summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Expand)AuthorAgeFilesLines
* Support passing jobstate via env variable in operation specaneporada2026-04-036-9/+71
* YT-18571: Use modern [[likely]] and [[unlikely]] attributes instead of Y_LIKE...babenko2026-03-302-2/+2
* YT-27710: Add RPC to TransactionPingermaybenotilya2026-03-305-118/+116
* make FileCacheReplicationFactor dynamic in cpp sdko-gulyaev2026-03-245-7/+15
* fetch dynamic config through cache, don't scare the users with expected errorsermolovd2026-03-123-12/+32
* YT-26837: expect finished transaction error during pingachains2026-02-271-3/+11
* fix write file options rpc serializatoro-gulyaev2026-02-261-1/+1
* Renaming .Get() -> .BlockingGet() for futures with regexp in ytpechatnov2026-02-262-9/+9
* YT-26837: do not log at Error level if error is expectedachains2026-02-235-4/+96
* YT-27432: support create with IgnoreTypeMismatch in C++ SDKachains2026-02-183-0/+8
* YT-21148 Serialize deleted columns according to new designs-berdnikov2026-02-185-10/+80
* YT-21148 Cosmetics: Get rid of unnecessary `NYT::` prefixs-berdnikov2026-02-161-17/+13
* YT-26760: operation_link_pattern is taken from dynamic configurationermolovd2026-02-099-9/+117
* operation_preparer uses IClient methods instead of IRawClient to enable retriesermolovd2026-02-021-12/+8
* Wrap system error on first http chunkngc2242026-01-305-13/+235
* Add OmitInaccessibleRows in mapreduce clientmpereskokova2026-01-303-0/+7
* YT-27085: Rename shadowed data member Timeout to SessionTimeoutachains2026-01-303-10/+10
* YT-27220: Fix SyncFinishOperationImpl error handlingachains2026-01-281-1/+4
* Normalize `operator.*` spelling in YT and YPs-berdnikov2026-01-283-14/+14
* Normalize `operator()` spelling in YTs-berdnikov2026-01-273-17/+17
* YT-27155: propagate control attributes to parttion readerachains2026-01-223-0/+12
* yt/cpp/mapreduce/client: handle https in transaction pingerKonstantin Khlebnikov2026-01-214-10/+23
* TAtomic => std::atomic in yt/cpp/mapreduce/httptobo2026-01-213-12/+6
* Add debug logging for PingTx failureNikita Sokolov2026-01-131-7/+10
* YT-26250: C++ SDK formatted readerachains2026-01-129-79/+30
* Intermediate changesrobot-piglet2026-01-071-1/+1
* YT-20969: fix C++ sdk CreateTablePartitionReaderachains2025-12-141-3/+3
* YT-22593: TString -> std::string in unittestssabdenovch2025-12-122-5/+5
* YT-26906: start session from txachains2025-12-1212-66/+132
* YT-26425: YaMR and proto table fragment writersachains2025-11-268-15/+244
* YT-18571: Extract async_stream_helpers.h/cppbabenko2025-11-232-0/+3
* Intermediate changesrobot-piglet2025-11-231-3/+3
* YT-26639: reuse connection object for the same endpointermolovd2025-11-181-13/+98
* YT-18420: Remove list nodes from master-server codeh0pless2025-11-172-20/+20
* [yt/cpp/mapreduce] YT-25583: Enable enable_debug_command_line_arguments by de...nadya732025-11-131-1/+1
* YT-26425: RPC support distributed APIachains2025-11-134-35/+343
* YT-26638: disable proxy discovery when connecting to socketermolovd2025-11-121-0/+1
* improve error messageermolovd2025-11-111-2/+6
* YT-26425: Distributed API http proxy light requestsachains2025-11-1018-17/+997
* fix bad implicit castermolovd2025-11-071-1/+2
* fix infering column filter for oneof columnsermolovd2025-10-301-1/+18
* YT-26145: do not serialize tokenachains2025-10-231-2/+0
* proper ensure initialize for rpcachains2025-10-221-2/+2
* YT-26213: Per table input_query (chunk_filter only)lucius2025-10-222-0/+7
* fix proto column filter for proto with EMBEDDED messagesermolovd2025-10-211-4/+15
* YT-24624: Rework get_job_trace apibystrovserg2025-10-1712-61/+38
* YT-26065: Add TPatchableField to C++ configrp-12025-10-116-0/+71
* YT-26381: workaround with file lockachains2025-10-102-36/+59
* Fix UpdateOperation: read response from serverermolovd2025-10-043-4/+3
* Bring hostname to lowercase when checking local modeermolovd2025-10-041-4/+3