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
*
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
*
[util] Handle the negative zero value in the NumericHash
swarmer
2024-03-22
2
-0
/
+30
*
movable TStringStream
swarmer
2024-03-21
2
-2
/
+68
*
update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^util
ionagamed
2024-03-12
3
-7
/
+8
*
Fix TDirIterator
mrlolthe1st
2024-03-06
1
-5
/
+2
*
Update libcxx to llvmorg-17.0.6
hiddenpath
2024-02-21
1
-2
/
+2
*
Fix case when 'arc export' not set executable bit
ilikepugs
2024-02-21
2
-2
/
+28
*
Use global ns for TFlags
petrk
2024-02-20
1
-4
/
+4
*
YT-21001: FiberContext::BeforeSwitch is now properly inlined
arkady-e1ppa
2024-02-19
4
-95
/
+70
*
YDB Import 566
robot-ydb-importer
2024-02-14
1
-0
/
+126
*
Do not allow multiplication of TString and pointer
kshalnev
2024-02-14
1
-0
/
+13
*
Intermediate changes
robot-piglet
2024-02-14
1
-10
/
+10
*
Annotate CombineHashes with nodiscard
babenko
2024-02-10
1
-1
/
+1
*
TThread::SetName sets thread name on android
solovyev
2024-02-05
1
-2
/
+2
*
TMaybe Monadic operations
nedaiborschd
2024-02-02
2
-0
/
+229
*
check lifetime bounds of values returned from String's c_str(), data() methods
swarmer
2024-02-01
1
-16
/
+16
*
Fix sprintf deprecation warnings on newer macOS SDK
somov
2024-01-31
1
-2
/
+2
*
Add missed #include <type_traits>
mikhnenko
2024-01-30
1
-0
/
+4
*
Support wide strings (and string_views) in Out<> / IOutputStream
thegeorg
2024-01-27
3
-20
/
+104
*
[util] TSystemError: print raw error code along with the message
tldr
2024-01-26
1
-3
/
+5
*
Fix error in TArrayRef constructor for a container: Elements with a different...
akhropov
2024-01-22
1
-0
/
+3
*
feat contrib: aiogram 3
armenqa
2024-01-19
21
-1862
/
+20
[next]