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
/
library
/
cpp
/
yt
Commit message (
Expand
)
Author
Age
Files
Lines
*
YT-28504: Support heterogeneous lookup in caches
babenko
5 days
2
-2
/
+4
*
Add lock-free per-CPU primitives to library/cpp/yt/rseq
babenko
5 days
7
-3
/
+781
*
Add TTscp::GetApproximate
babenko
6 days
5
-27
/
+52
*
Make library/cpp/yt/rseq a Linux-only dependency of library/cpp/yt/system
babenko
9 days
4
-16
/
+20
*
Add YT_DEFINE_SENTINEL_OPTIONAL macro
babenko
9 days
2
-3
/
+17
*
YT-18571: Move TTscp to library/cpp/yt/system
babenko
9 days
3
-0
/
+97
*
Fix rseq fast path on glibc < 2.35: read the shared __rseq_abi area
babenko
10 days
1
-28
/
+43
*
Fold TEnumTraits GetMinValue/GetMaxValue to compile time
babenko
10 days
1
-6
/
+12
*
Add library/cpp/yt/rseq: NYT::GetCurrentCpuId() via Linux rseq
babenko
10 days
12
-0
/
+455
*
Include port.h from logger.h
babenko
11 days
1
-0
/
+2
*
Speed up NYT::Format
babenko
12 days
4
-71
/
+44
*
Add TSharedMutableRef::AllocateViaMmap
babenko
12 days
5
-1
/
+220
*
YT-22593: Reduce TString usage in core/misc
babenko
2026-06-07
1
-1
/
+1
*
Cache process/thread id getters and use them in TError origin capture
babenko
2026-06-07
19
-10
/
+261
*
Generalize GetEnvValueOrThrow with a typed conversion overload
babenko
2026-06-03
4
-1
/
+83
*
YT: Add formatter for all protobuf enums
grigminakov
2026-06-02
1
-1
/
+3
*
Cosmetics: fix typos in docstrings and comments
gearonixx
2026-05-29
3
-3
/
+3
*
YT-26105: Make TError aware of ::TSystemError
dann239
2026-05-25
1
-0
/
+2
*
Use std::invoke to call std::invokable in TAtomicObject::Transform
osidorkin
2026-05-22
2
-6
/
+6
*
Remove excess blank line
pechatnov
2026-05-19
1
-1
/
+0
*
YT-22593: Migrate yt/yt/ytree to std::string
babenko
2026-05-18
3
-20
/
+36
*
Fix babenko-issues
dann239
2026-05-12
1
-1
/
+1
*
YT-26137: Drop indicies in multicell manager
cherepashka
2026-05-12
2
-2
/
+4
*
Extract environment variables helpers to library/cpp/yt/system
babenko
2026-05-01
3
-0
/
+26
*
YT: Add missing 16bit types to TErrorAttribute conversions
dgolear
2026-04-30
3
-0
/
+22
*
Intermediate changes
robot-piglet
2026-04-30
1
-1
/
+1
*
YT_DECLARE_SPIN_LOCK whack-a-mole 2: electric boogaloo, Theatrical Cut
dann239
2026-04-29
8
-20
/
+23
*
Introduce YT_SPIN_LOCK_INPLACE_TYPE
dann239
2026-04-28
2
-1
/
+22
*
Use implicit bool conversion for null check in origin_attributes.cpp
babenko
2026-04-27
3
-3
/
+3
*
Add Abseil-compatible support hashers
babenko
2026-04-27
5
-1
/
+53
*
YT-27951: Use truncated string view to limit query length in traces
osidorkin
2026-04-23
1
-3
/
+3
*
Poison memory in allocation holders
sabdenovch
2026-04-22
4
-0
/
+41
*
YT-18571: Add format string checks to TStringBuilderBase::AppendFormat; also ...
babenko
2026-04-22
4
-15
/
+9
*
YT_DECLARE_SPIN_LOCK whack-a-mole
dann239
2026-04-21
1
-1
/
+1
*
YT-27951: Add special formatter for truncated string
osidorkin
2026-04-20
3
-0
/
+50
*
Revert commit rXXXXXX, Poison memory in allocation holders
sabdenovch
2026-04-20
1
-4
/
+0
*
Poison memory in allocation holders
sabdenovch
2026-04-20
1
-0
/
+4
*
Fix mishandled corner case in ReadVarUint32
babenko
2026-04-19
2
-18
/
+44
*
Use proper key comparer in TCompactFlatMap
babenko
2026-04-19
1
-6
/
+6
*
Increase default error attributes string truncation limit to 32K
babenko
2026-04-18
1
-2
/
+4
*
Fix some use-after-move bugs
pavook
2026-04-17
4
-5
/
+6
*
YT-27910: Make some more fields in TServiceContext atomic
babenko
2026-04-12
4
-0
/
+524
*
YT-27872: Refactor BIND to fix ODR violations
dann239
2026-04-03
6
-22
/
+52
*
YT-27872: Fix ConvertToYsonString ODR violation
dann239
2026-04-03
1
-0
/
+2
*
Add TErrorOr::ValueOrCrash
dann239
2026-04-03
3
-0
/
+67
*
Intermediate changes
robot-piglet
2026-03-27
3
-1
/
+9
*
Add suggestions on enum parse error
pechatnov
2026-03-26
4
-8
/
+63
*
YT-18571: Drop YT_ATTRIBUTE_NO_UNIQUE_ADDRESS in favor of Y_NO_UNIQUE_ADDRESS
babenko
2026-03-23
1
-6
/
+0
*
YT-18571: Drop YT_ATTRIBUTE_NO_SANITIZE_ADDRESS in favor of Y_NO_SANITIZE("ad...
babenko
2026-03-23
1
-2
/
+0
*
YT-18571: Extract and refactor execution stacks
babenko
2026-03-14
4
-0
/
+232
[next]