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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
library
/
cpp
/
yt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Size, Empty and Data usages from library
mikhnenko
2024-10-04
4
-4
/
+4
*
Add TExpiringSet::Remove
babenko
2024-09-30
3
-4
/
+42
*
Extract TExpiringSet to library/cpp/containers
babenko
2024-09-30
4
-0
/
+239
*
Add an option to disable refcounted tracking
nastprol
2024-09-25
3
-3
/
+13
*
Intermediate changes
robot-piglet
2024-09-23
1
-38
/
+53
*
Fix TAtomicIntrusivePtr::Reset for lsan
babenko
2024-09-23
1
-1
/
+0
*
Make TAtomicIntrusivePtr lsan-friendly
babenko
2024-09-23
3
-26
/
+134
*
Fix typo in library/cpp/yt/memory
ponasenko-rs
2024-09-23
2
-3
/
+3
*
Increase RC size to 64 bits
babenko
2024-09-21
3
-14
/
+13
*
More assertions in refcounters
babenko
2024-09-21
3
-8
/
+32
*
std::variant formatter: require that arguments are formattable
pavook
2024-09-19
2
-0
/
+2
*
init pid field
uzhas
2024-09-18
1
-1
/
+1
*
remove cpp/yt/misc no longer depends on cpp/yt/string
arkady-e1ppa
2024-09-18
7
-125
/
+56
*
Intermediate changes
robot-piglet
2024-09-18
1
-11
/
+13
*
YT-22593: Switch (some) trace context tags to std::string and refactor code a...
babenko
2024-09-09
4
-0
/
+67
*
Fix indent
dgolear
2024-09-09
1
-1
/
+1
*
fisco -> fiasco
Maxim Akhmedov
2024-09-05
1
-1
/
+1
*
Intermediate changes
robot-piglet
2024-09-04
9
-49
/
+147
*
Intermediate changes
robot-piglet
2024-09-03
4
-0
/
+228
*
YT: Allow heterogeneous lookup for TCompactFlatMap
dgolear
2024-09-03
4
-122
/
+139
*
YT-22642: Fix unaligned access UB
babenko
2024-08-31
2
-0
/
+54
*
Check malloc result for null; add TryNew* for overloads involving custom allo...
babenko
2024-08-30
2
-31
/
+82
*
YT-22603 Improve error message when all replicas are banned
gryzlov-ad
2024-08-27
1
-1
/
+1
*
Revert "YT-21306: Add EnumHasDefaultValue"
dtorilov
2024-08-20
3
-23
/
+0
*
YT-21233: Split error into error and stripped_error to rid the latter of deps...
arkady-e1ppa
2024-08-15
35
-17
/
+1272
*
YT-22512: Static analysis for TError method, ctors and related macros
arkady-e1ppa
2024-08-13
4
-131
/
+129
*
Throw on error in TNotificationHandle::TNotificationHandle instead of crashing
babenko
2024-08-11
2
-1
/
+6
*
Support std::string serialization
babenko
2024-08-11
2
-1
/
+9
*
YT-21306: Add EnumHasDefaultValue
dtorilov
2024-08-08
3
-0
/
+23
*
YT-22473: Enable for-each formatting in known ranges
arkady-e1ppa
2024-08-07
5
-17
/
+197
*
Dont generate ctors for TRange & TMutableRange if protobuf cant handle it
nechda
2024-08-06
3
-2
/
+90
*
YT-22414: Remove MakeRange, MakeMutableRange
melkov
2024-08-05
1
-126
/
+0
*
Refactor and unify exit codes
babenko
2024-08-02
5
-0
/
+44
*
YT-22414: Prepare to use TRange constructor directly instead of MakeRange
melkov
2024-08-01
3
-4
/
+48
*
Fix TRange-from-std::vector ctor
babenko
2024-07-22
1
-1
/
+1
*
Fix checking stale local pointer in the first iteration of cycle in TAtomicIn...
ponasenko-rs
2024-07-16
2
-5
/
+8
*
Intermediate changes
robot-piglet
2024-07-12
2
-2
/
+6
*
YTORM-1042 Fix casts for floating point
deep
2024-07-09
1
-2
/
+2
*
YT-20614: Change cross-cell copy format (in preparation for Sequoia)
h0pless
2024-07-08
1
-0
/
+17
*
Fix issues
pogorelov
2024-07-05
1
-0
/
+19
*
YT-21868: Reorganize files to prevent unclear missing include errors
arkady-e1ppa
2024-07-02
10
-344
/
+433
*
YT-18571: Polish TSourceLocation
babenko
2024-07-02
3
-27
/
+38
*
Pre-vacation babenko issues
arkady-e1ppa
2024-07-01
3
-3
/
+7
*
Cosmetics
dtorilov
2024-06-26
2
-4
/
+4
*
Enable empty init list in YT_DEFINE_GLOBAL
babenko
2024-06-22
1
-1
/
+1
*
Track source locations of propagating storage
lukyan
2024-06-18
2
-2
/
+31
*
YT-21868: Fix missing anchor for single messages in YT_LOG_XXX macros
arkady-e1ppa
2024-06-14
1
-1
/
+14
*
YT-21868: Enable stat analysis in some other places
arkady-e1ppa
2024-06-13
14
-289
/
+116
*
YT-21868: Delete unneeded ToString methods
arkady-e1ppa
2024-06-12
11
-46
/
+25
*
Intermediate changes
robot-piglet
2024-06-12
1
-0
/
+314
[next]