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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
check the lifetime bounds of the explicit_type, the lazy_value, and the queue...
swarmer
2024-08-08
3
-8
/
+8
*
util: simpler implementation of the `EqualToOneOf` and `CountOf` algorithms u...
swarmer
2024-08-08
1
-16
/
+6
*
check the lifetime bound of the MinMax algo
swarmer
2024-08-08
1
-1
/
+1
*
check the lifetime bound of the TArrayRef
swarmer
2024-08-08
1
-8
/
+8
*
Make Apply just alias to std::apply
bulatman
2024-08-07
1
-14
/
+2
*
check the lifetime bound of the TStringBuf, constructed from a substring of ...
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime bound of the TStringBuf, constructed from a TStringBuf wi...
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime bound of the ptr-store-policy
swarmer
2024-08-07
1
-2
/
+2
*
check the lifetime of various algorithms that return a substring of the inpu...
swarmer
2024-08-07
4
-4
/
+4
*
check the lifetime bound of the yexception
swarmer
2024-08-07
1
-3
/
+3
*
Add missed move assignment for TFileHandle
drbasic
2024-08-05
2
-1
/
+31
*
Intermediate changes
robot-piglet
2024-08-01
1
-7
/
+14
*
check lifetime of the TBlob no-copy-view
swarmer
2024-08-01
1
-1
/
+1
*
[yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl
nadya73
2024-07-30
1
-0
/
+4
*
Fixed Strip function usage with system std::string
brgayazov
2024-07-29
1
-2
/
+2
*
check lifetime bounds of a TStringBuf constructed from pointers
swarmer
2024-07-27
1
-3
/
+3
*
check the lifetime bounds of a TStringBuf constructed from a TString, if TStr...
swarmer
2024-07-24
2
-0
/
+24
*
check lifetime bounds of TStringBuf constructed from std::string
swarmer
2024-07-24
1
-1
/
+3
*
Fix src_root for cl.exe.
akhropov
2024-07-23
1
-0
/
+7
*
check lifetime bound of the string in the TStringInput/TStringOutput classes
swarmer
2024-07-18
1
-2
/
+2
*
check lifetime bound of the buffer referred by the TMemoryInput stream
swarmer
2024-07-15
1
-2
/
+2
*
Enum range to util
chezzie
2024-06-25
5
-0
/
+312
*
Implement TFile::Fallocate for Windows.
sath
2024-06-20
1
-0
/
+6
*
fix typo
tobo
2024-06-18
1
-3
/
+3
*
[util] Check lifetime of the move-only type passed through the TMaybe::GetOrE...
swarmer
2024-06-14
2
-0
/
+34
*
[util] Instantiation of TMaybe with an array type is ill-formed
swarmer
2024-06-14
1
-0
/
+2
*
Use ::strnicmp instead of strnicmp (fix build errors in files that use namesp...
vadim-xd
2024-06-09
2
-7
/
+7
*
Add TStringBuf constructor from TStringBuf with other char traits
vadim-xd
2024-06-07
1
-0
/
+6
*
feat util/system: add a possibility to disable exit handlers, use it in rate-...
itrofimow
2024-06-06
2
-0
/
+21
*
[util] Better precision of the ProcessUptime on linux
swarmer
2024-06-06
1
-3
/
+9
*
unaligned_mem.h rename fields
hakob
2024-06-05
1
-12
/
+12
*
UTIL: ProcUptime - process uptime
leasid
2024-05-28
5
-0
/
+73
*
minor fix in util path
skrivohatskiy
2024-05-19
1
-4
/
+4
*
[util] Implement TryGetEnv and UnsetEnv functions
swarmer
2024-05-16
3
-5
/
+89
*
Add mtime/atime/ctime with nanoseconds to TFileStat.
sath
2024-05-13
4
-43
/
+94
*
[util] do not instantiate the vector::resize_uninitialized method for non-POD...
swarmer
2024-05-09
1
-8
/
+4
*
YT-21402: Adjust util's IntrusiveList to support more convenient use in lockf...
arkady-e1ppa
2024-04-28
1
-6
/
+27
*
Construct TStringBufs in TString::Join earlier
vadim-xd
2024-04-24
1
-5
/
+13
*
Intermediate changes
robot-piglet
2024-04-23
1
-3
/
+3
*
Enable MarkAsIntentionallyLeaked API for --sanitize=leak builds
babenko
2024-04-20
2
-3
/
+12
*
Add Y_DEBUG_ABORT macros
kungasc
2024-04-16
1
-0
/
+1
*
[[nodiscard]] for static function TDuration::Parse
ilnurkh
2024-04-14
1
-1
/
+1
*
refactor in vector
tema-m
2024-04-14
1
-3
/
+3
*
reduce code bloat in the DecodeOpenMode function
swarmer
2024-04-14
1
-39
/
+51
*
fixed MakeTempName() for paths > MAX_PATH
star-dm
2024-04-03
3
-17
/
+58
*
Intermediate changes
robot-piglet
2024-04-02
39
-78
/
+0
*
YT-19191: No custom char ptr comparators under the flag
nadya73
2024-04-01
1
-0
/
+4
*
WebAssembly in util
dtorilov
2024-03-28
17
-28
/
+58
*
Update libcxxabi to 16.0.6
dtorilov
2024-03-27
2
-7
/
+12
*
Intermediate changes
robot-piglet
2024-03-22
5
-7
/
+102
[prev]
[next]