index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yt
/
cpp
/
mapreduce
/
client
/
client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify multiproxy API
hiddenpath
2025-06-07
1
-7
/
+3
*
YT-24245: Add MultiproxyTargetCluster option
hiddenpath
2025-05-27
1
-0
/
+1
*
YT-23616: Split TRetryfulWriter implementation into rpc and http
hiddenpath
2025-04-23
1
-1
/
+0
*
Don't wait Yt poller thread shutdown under lock
udovichenko-r
2025-04-21
1
-4
/
+8
*
YT-23616: Dispatch on some dyntable methods
hiddenpath
2025-04-18
1
-3
/
+3
*
YT-20969: C++ methods for reading table partitions
ermolovd
2025-04-02
1
-0
/
+48
*
Change UnixDomainSocket option into boolean
hiddenpath
2025-04-02
1
-2
/
+6
*
YT-23616: Add ProxyUnixDomainSocket client option
hiddenpath
2025-03-28
1
-0
/
+1
*
Split YT_PROXY_ROLE into http and rpc options
hiddenpath
2025-03-25
1
-3
/
+5
*
YT-24560: Move ProxyRole from TCreateClientOptions to TConfig
hiddenpath
2025-03-24
1
-2
/
+3
*
YT-24173: Fix error resolving path in remote clusters operations
hiddenpath
2025-03-01
1
-14
/
+23
*
YT-21081: fix temp tables for case when client is created with GlobalTx
ermolovd
2025-02-19
1
-5
/
+19
*
YT-23616: Temprorary fallback to http implementation for some methods
hiddenpath
2025-02-18
1
-3
/
+3
*
YT-23616: Support ProxyRole in TCreateClientOptions
hiddenpath
2025-02-15
1
-0
/
+4
*
YT-23616: Move creation of client context to separate function
hiddenpath
2025-02-15
1
-1
/
+10
*
Fix style
ermolovd
2025-02-11
1
-1
/
+1
*
introduce batching for concatenate
ermolovd
2025-02-11
1
-12
/
+40
*
YT-23616: Switch TYtPoller to IRawClient
hiddenpath
2025-02-08
1
-1
/
+1
*
YT-23616: Rename raw_client to http_client
hiddenpath
2025-01-22
1
-3
/
+2
*
YT-23616: Make implementation of CanonizeYPath method being common
hiddenpath
2025-01-16
1
-1
/
+1
*
Move SkyShareTable and WhoAmI implementations to raw requests
hiddenpath
2025-01-10
1
-2
/
+2
*
Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internals
hiddenpath
2024-12-24
1
-2
/
+2
*
Fix empty response getting status code
hiddenpath
2024-12-23
1
-2
/
+2
*
YT-23616: Return IHttpResponsePtr instead of TResponseInfo
hiddenpath
2024-12-22
1
-5
/
+5
*
[yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClient
hiddenpath
2024-12-19
1
-5
/
+21
*
[yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to THttpRa...
hiddenpath
2024-12-18
1
-21
/
+54
*
[yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClient
hiddenpath
2024-12-17
1
-129
/
+55
*
[yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClient
hiddenpath
2024-12-17
1
-10
/
+21
*
[yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to THttpR...
hiddenpath
2024-12-16
1
-12
/
+47
*
[yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClient
hiddenpath
2024-12-15
1
-35
/
+61
*
Remove excessive mutationId argument
hiddenpath
2024-12-14
1
-8
/
+8
*
yt/cpp/mapreduce: move Copy methods to THttpRawClient
hiddenpath
2024-12-13
1
-2
/
+7
*
yt/cpp/mapreduce: move Create to THttpRawClient
hiddenpath
2024-12-13
1
-5
/
+15
*
yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClient
hiddenpath
2024-12-13
1
-13
/
+47
*
yt/cpp/mapreduce: Move Set operation to THttpRawClient
hiddenpath
2024-12-12
1
-8
/
+29
*
YT-23262: initialize client with JoblessInitialize if user didn't
ermolovd
2024-11-08
1
-3
/
+7
*
YT-21938: Introduce get_job_trace
omgronny
2024-10-11
1
-0
/
+8
*
Fix more problems with RetryfulWriterV2
ermolovd
2024-04-17
1
-2
/
+0
*
YT: Apply aliasing rules in CreateClientImpl
pechatnov
2024-04-04
1
-3
/
+1
*
Intermediate changes
robot-piglet
2024-02-27
1
-1
/
+33
*
YT-20315: Support retries of cross cell copying
nadya02
2023-11-24
1
-2
/
+37
*
Revert "YT-20315: Support retries of cross cell copying"
ermolovd
2023-11-23
1
-37
/
+2
*
YT-20315: Support retries of cross cell copying
nadya02
2023-11-22
1
-2
/
+37
*
YT-20029: Support url schema for YT_PROXY
whatsername
2023-11-15
1
-6
/
+28
*
add using http-proxy for reading table from YT
annashest18
2023-10-22
1
-0
/
+1
*
Possibility to get operation by its alias
ermolovd
2023-10-16
1
-0
/
+8
*
Y_VERIFY->Y_ABORT_UNLESS at ^yt
ilnurkh
2023-10-09
1
-1
/
+1
*
Fix race in client
ermolovd
2023-08-24
1
-2
/
+3
*
YT-19210: expose YQL shared library for YT.
max42
2023-07-29
1
-0
/
+1361
*
Revert "YT-19324: move YT provider to ydb/library/yql"
max42
2023-06-30
1
-1361
/
+0
[next]