summaryrefslogtreecommitdiffstats
path: root/yt
Commit message (Expand)AuthorAgeFilesLines
...
* throw TErrorResponse instead of TTransportErrorermolovd2026-04-234-27/+16
* Fix npos+1 wraparound in IPv4 address:port parsingbabenko2026-04-231-1/+1
* Fix AbortStreamsUnlessClosed passing Error_ instead of error parameterbabenko2026-04-231-2/+2
* Fix OnResponseAttachmentsStreamRead aborting the wrong streambabenko2026-04-231-1/+1
* Fix self-move UB in TTL check queue compactionbabenko2026-04-231-1/+1
* Fix typo in TFairThrottlerBucketConfig parameter namebabenko2026-04-231-1/+1
* Fix uninitialized Forward_ pointer in TYPathFilteringConsumerBasebabenko2026-04-231-1/+1
* Fix always-false condition in IPv6 address bracket validationbabenko2026-04-231-1/+1
* Intermediate changesrobot-piglet2026-04-222-0/+22
* Intermediate changesrobot-piglet2026-04-222-2/+2
* YT-27848: fetch node descriptors in partitionsachains2026-04-225-1/+13
* Use replica states for LocationNonSequoiaReplicasDifferencegrphil2026-04-224-0/+90
* Use TAssociativeContainerKeyHelper (ex. TMapKeyHelper) instead of Deserialize...pechatnov2026-04-223-83/+71
* YT: Optimize ypath stackdgolear2026-04-228-56/+84
* YT-18571: Add format string checks to TStringBuilderBase::AppendFormat; also ...babenko2026-04-221-2/+2
* Fix after rXXXXXX: enqueued and dequeued must be counters, not gaugesbabenko2026-04-222-20/+5
* More trivial Phoenix conversionsbabenko2026-04-211-0/+18
* YT-27246: Disable altstack before destructiontea-mur2026-04-212-30/+57
* Introduce yson error codestea-mur2026-04-217-7/+24
* - retry "cluster read-only mode is active" yt errorsvoevodskiy2026-04-211-6/+14
* YT_DECLARE_SPIN_LOCK whack-a-moledann2392026-04-2112-15/+14
* ADL-friendly serialization for externally serializablepechatnov2026-04-212-11/+80
* Intermediate changesrobot-piglet2026-04-212-0/+0
* Fix GetCurrentProcessCommandLinebabenko2026-04-201-1/+3
* Revert "YT-27972: mapreduce over rpc_proxy client, write data in small chunks"ermolovd2026-04-201-26/+4
* YQL-21169: Fix case with empty lineage sectionmaxkovalev2026-04-202-0/+8
* Fix IsPathRelativeAndInvolvesNoTraversal treating "." component as directory ...babenko2026-04-202-1/+2
* YT-27300: Some auxiliary refactoring around throttling in replication readerakozhikhov2026-04-202-0/+6
* Fix GetThreadCount always returning 0 on missing Threads fieldbabenko2026-04-201-1/+1
* Fix TStaticName::Write comparing only prefix when checking for no-op updatebabenko2026-04-201-1/+1
* Fix duplicate OnListItem call in TVirtualListBase::GetSelfbabenko2026-04-201-1/+0
* Fix shutdown_busy_timeout bound to wrong field in TLogManagerConfigbabenko2026-04-201-1/+1
* Fix unknown packet type causing connection to stop reading in TTcpConnectionbabenko2026-04-201-3/+1
* Intermediate changesrobot-piglet2026-04-201-10/+19
* Fix AccountMemory using sizeof(key.size()) instead of key.size() in OnKeyedItembabenko2026-04-201-1/+1
* Fix null peer certificate falling through to GetFingerprintSHA256 after Abortbabenko2026-04-201-0/+1
* Fix use-after-move of config in TDynamicChannelPool constructorbabenko2026-04-201-1/+1
* Pushdown/fuse Filter + CalcOverWindowaneporada2026-04-201-67/+130
* YT-22593: Switch to std::string in core/net, client, server/tools, library/co...dgolear2026-04-205-18/+17
* Fix /proc/PID/stat parsing broken by spaces in comm fieldbabenko2026-04-201-2/+12
* Fix traceparent version field parsed as decimal instead of hexbabenko2026-04-201-1/+1
* Fix off-by-one in retransmit counter overflow handling in TTcpConnectionbabenko2026-04-201-3/+4
* YQL-21046: Support window aggregation over YqlSelectvitya-smirnov2026-04-2021-32/+26
* YT-26051: Fix tests broken by rXXXXXXshakurov2026-04-201-2/+0
* Add noexept to move assignment operatorosidorkin2026-04-201-1/+1
* Fix CachedBackoffMultiplier initialized with BackoffJitter in TRetryingInvoca...babenko2026-04-191-1/+1
* Check result of getsockopt in GetSocketErrorbabenko2026-04-191-1/+1
* Better Windows compatibility and bugfix for $(process_command_line)babenko2026-04-192-21/+21
* Fix OnUint64Scalar calling OnInt64Scalar in TYsonAttributesStripperbabenko2026-04-191-1/+1
* Fix bug in GetLastSslError; also cosmeticsbabenko2026-04-192-11/+8