summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Enum range to utilchezzie2024-06-255-0/+312
* Implement TFile::Fallocate for Windows.sath2024-06-201-0/+6
* fix typotobo2024-06-181-3/+3
* [util] Check lifetime of the move-only type passed through the TMaybe::GetOrE...swarmer2024-06-142-0/+34
* [util] Instantiation of TMaybe with an array type is ill-formedswarmer2024-06-141-0/+2
* Use ::strnicmp instead of strnicmp (fix build errors in files that use namesp...vadim-xd2024-06-092-7/+7
* Add TStringBuf constructor from TStringBuf with other char traitsvadim-xd2024-06-071-0/+6
* feat util/system: add a possibility to disable exit handlers, use it in rate-...itrofimow2024-06-062-0/+21
* [util] Better precision of the ProcessUptime on linuxswarmer2024-06-061-3/+9
* unaligned_mem.h rename fieldshakob2024-06-051-12/+12
* UTIL: ProcUptime - process uptimeleasid2024-05-285-0/+73
* minor fix in util pathskrivohatskiy2024-05-191-4/+4
* [util] Implement TryGetEnv and UnsetEnv functionsswarmer2024-05-163-5/+89
* Add mtime/atime/ctime with nanoseconds to TFileStat.sath2024-05-134-43/+94
* [util] do not instantiate the vector::resize_uninitialized method for non-POD...swarmer2024-05-091-8/+4
* YT-21402: Adjust util's IntrusiveList to support more convenient use in lockf...arkady-e1ppa2024-04-281-6/+27
* Construct TStringBufs in TString::Join earliervadim-xd2024-04-241-5/+13
* Intermediate changesrobot-piglet2024-04-231-3/+3
* Enable MarkAsIntentionallyLeaked API for --sanitize=leak buildsbabenko2024-04-202-3/+12
* Add Y_DEBUG_ABORT macroskungasc2024-04-161-0/+1
* [[nodiscard]] for static function TDuration::Parseilnurkh2024-04-141-1/+1
* refactor in vectortema-m2024-04-141-3/+3
* reduce code bloat in the DecodeOpenMode functionswarmer2024-04-141-39/+51
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-033-17/+58
* Intermediate changesrobot-piglet2024-04-0239-78/+0
* YT-19191: No custom char ptr comparators under the flagnadya732024-04-011-0/+4
* WebAssembly in utildtorilov2024-03-2817-28/+58
* Update libcxxabi to 16.0.6dtorilov2024-03-272-7/+12
* Intermediate changesrobot-piglet2024-03-225-7/+102
* [util] Handle the negative zero value in the NumericHashswarmer2024-03-222-0/+30
* movable TStringStreamswarmer2024-03-212-2/+68
* update CPP_STYLE_TEST_14 to CPP_STYLE_TEST_16: ^utilionagamed2024-03-123-7/+8
* Fix TDirIteratormrlolthe1st2024-03-061-5/+2
* Update libcxx to llvmorg-17.0.6hiddenpath2024-02-211-2/+2
* Fix case when 'arc export' not set executable bitilikepugs2024-02-212-2/+28
* Use global ns for TFlagspetrk2024-02-201-4/+4
* YT-21001: FiberContext::BeforeSwitch is now properly inlinedarkady-e1ppa2024-02-194-95/+70
* YDB Import 566robot-ydb-importer2024-02-141-0/+126
* Do not allow multiplication of TString and pointerkshalnev2024-02-141-0/+13
* Intermediate changesrobot-piglet2024-02-141-10/+10
* Annotate CombineHashes with nodiscardbabenko2024-02-101-1/+1
* TThread::SetName sets thread name on androidsolovyev2024-02-051-2/+2
* TMaybe Monadic operationsnedaiborschd2024-02-022-0/+229
* check lifetime bounds of values returned from String's c_str(), data() methodsswarmer2024-02-011-16/+16
* Fix sprintf deprecation warnings on newer macOS SDKsomov2024-01-311-2/+2
* Add missed #include <type_traits>mikhnenko2024-01-301-0/+4
* Support wide strings (and string_views) in Out<> / IOutputStreamthegeorg2024-01-273-20/+104
* [util] TSystemError: print raw error code along with the messagetldr2024-01-261-3/+5
* Fix error in TArrayRef constructor for a container: Elements with a different...akhropov2024-01-221-0/+3
* feat contrib: aiogram 3armenqa2024-01-1921-1862/+20