summaryrefslogtreecommitdiffstats
path: root/yt
Commit message (Expand)AuthorAgeFilesLines
...
* Fix babenko-issues around row-mergergryzlov-ad2026-03-041-1/+1
* Fix KeyedHeap bug during deletion from the middlegryzlov-ad2026-03-041-7/+12
* Intermediate changesrobot-piglet2026-03-0448-430/+1092
* Drop redundant YT_VERIFY(IsSet) preceeding GetOrCrashbabenko2026-03-043-3/+1
* Introduce TFuture<T>::BlockingWaitpechatnov2026-03-043-10/+34
* Fix race between Future.IsSet() and Promise.IsSet()babenko2026-03-031-3/+2
* YT-27317: Do not normalize path separators on unixpavook2026-03-032-3/+11
* Intermediate changesrobot-piglet2026-03-037-37/+104
* Intermediate changesrobot-piglet2026-03-0347-569/+587
* Intermediate changesrobot-piglet2026-03-0337-390/+938
* Qplayer2 - save and load activated flags at TSettingDispatcher & YT provider ...ziganshinmr2026-03-032-2/+4
* Intermediate changesrobot-piglet2026-03-0356-56/+3
* Cosmetics, various (PR 10425648)sabdenovch2026-03-022-8/+8
* [NODIFF:rt_money] DRAFT Renaming .Get() -> .BlockingGet() for futures and ma...pechatnov2026-03-021-0/+3
* YQL-20904: Support UNION at YqlSelect subqueryvitya-smirnov2026-03-026-28/+19
* Intermediate changesrobot-piglet2026-03-022-2/+4
* Intermediate changesrobot-piglet2026-03-022-2/+3
* Setup proper compatibility flags for TableContentaneporada2026-03-026-19/+43
* YT-27461: fix races in RK and PRKshakurov2026-03-021-10/+10
* Replace BlockingGet() with GetOrCrash() where appropriatebabenko2026-03-0222-35/+35
* YT-22593: Switch IPoller pool name to std::stringbabenko2026-03-022-6/+6
* YT: Make NYT.NProto.TError.code field optionaldgolear2026-03-011-1/+1
* Replace DangerousGetPtr with TWeakPtrbabenko2026-03-015-27/+33
* Fix race (and slightly refactor) pollable invoker managementbabenko2026-02-282-22/+32
* YT-27536: Fix (seemingly benign) race in TTwoLevelFairShareQueuebabenko2026-02-281-6/+6
* Move default values of ytcfgen and ytdyncfgen to codedave11ar2026-02-282-0/+13
* Intermediate changesrobot-piglet2026-02-287-48/+48
* Offload row materialization to Heavy RPC invokerbabenko2026-02-281-2/+4
* Intermediate changesrobot-piglet2026-02-271-0/+4
* Intermediate changesrobot-piglet2026-02-271-20/+198
* YT-26837: expect finished transaction error during pingachains2026-02-271-3/+11
* Intermediate changesrobot-piglet2026-02-271-7/+180
* Renaming .Get() -> .BlockingGet() for futures in yt. Part 3pechatnov2026-02-2730-135/+135
* [queues] feature: YT-18038 paths for queue agentspanesher2026-02-272-2/+18
* [yt string] move some dependencies out for 32bit build supportvasko2026-02-271-0/+1
* Revert grpc upvernechda2026-02-271-6/+0
* Annotate yt version with sanitizers different from asanponasenko-rs2026-02-271-0/+16
* Renaming .Get() -> .BlockingGet() for futures with regexp in yt. Part 2pechatnov2026-02-2722-54/+54
* YT-20689: last shotoskinderev2026-02-271-4/+0
* fix write file options rpc serializatoro-gulyaev2026-02-261-1/+1
* YT-27255: Support key widening for rls & nmcccoteeq2026-02-262-8/+18
* YT-23205: Use lower priority peers with probability proportional to their amountosidorkin2026-02-261-21/+82
* TPreciseInstant and TPreciseDuration for precise serialization of timemikari2026-02-267-0/+199
* YT-27439: Add builtin yt-bundle-controller useratalmenev2026-02-261-1/+1
* Renaming .Get() -> .BlockingGet() for futures with regexp in ytpechatnov2026-02-2657-349/+349
* YT-27372: Add enum value checks for polymorphic yson structapachee2026-02-262-4/+43
* Minor fix for tracked chunk providersabdenovch2026-02-261-3/+5
* Intermediate changesrobot-piglet2026-02-2621-195/+411
* grpc bump 1.60.2nechda2026-02-251-0/+6
* Introduce BlockingGet and GetOrCrash in TFuturepechatnov2026-02-253-127/+234