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-22593: Reduce TString usage in core/misc
babenko
47 hours
1
-1
/
+1
*
Cache process/thread id getters and use them in TError origin capture
babenko
48 hours
19
-10
/
+261
*
Generalize GetEnvValueOrThrow with a typed conversion overload
babenko
6 days
4
-1
/
+83
*
YT: Add formatter for all protobuf enums
grigminakov
6 days
1
-1
/
+3
*
Cosmetics: fix typos in docstrings and comments
gearonixx
10 days
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
*
YT-18571: Turn TPackedPtr into a strong typedef
babenko
2026-03-14
4
-12
/
+17
*
YT-27634: Annotate DCAS with TSAN intrinsics
sabdenovch
2026-03-13
2
-3
/
+97
*
Fix TFreeList and its unittests for 32 bit platform
babenko
2026-03-13
3
-35
/
+85
*
Intermediate changes
robot-piglet
2026-03-13
1
-4
/
+4
*
32-bit compatible library/cpp/yt/memory
babenko
2026-03-13
3
-3
/
+17
*
YT-18571: Don't use tagged/packed ptrs in Hazard Pointers
babenko
2026-03-12
1
-7
/
+9
*
[yt/misc] remove 64-bit requirement error directive
vasko
2026-03-11
1
-5
/
+0
*
YT-27605: YT_LOG_FATAL_AND_THROW captures log message in error attribute
babenko
2026-03-09
3
-9
/
+61
*
YT-27421, YT-27419, YT-27420: Fix data race in GetDataStatistics
babenko
2026-03-06
4
-0
/
+228
*
[yt/string] bit-independent version of FormatPointerValue
vasko
2026-03-06
1
-3
/
+4
*
Even better tracking of memory in range inferrer
sabdenovch
2026-03-05
1
-9
/
+18
*
[yt] make SplitMix & HashCombine bit-independent
vasko
2026-03-05
3
-13
/
+39
[next]