| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra semicolon | bulatman | 2023-08-02 | 1 | -2/+3 |
* | Intermediate changes | robot-piglet | 2023-07-03 | 1 | -1/+1 |
* | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 5 | -10/+10 |
* | Revert commit rXXXXXX, Optimize CloseAllFdsOnExec for large MaxOpenFiles | say | 2023-06-22 | 1 | -16/+2 |
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 4 | -0/+131 |
* | Delete constant reference API to DoNotOptimizeAway | bulatman | 2023-06-12 | 1 | -0/+9 |
* | Remove extra semicolon (util) | bulatman | 2023-06-12 | 3 | -3/+3 |
* | Require semicolon after saveload macroses | bulatman | 2023-06-08 | 1 | -0/+4 |
* | Remove xray support | thegeorg | 2023-06-06 | 1 | -22/+0 |
* | Optimize CloseAllFdsOnExec for large MaxOpenFiles | say | 2023-05-11 | 1 | -2/+16 |
* | Mute -Wdeprecated-declarations error when thread sanitizer enabled on darwin ... | hiddenpath | 2023-05-09 | 1 | -0/+10 |
* | Remove using of extra semicolons in util | bulatman | 2023-05-04 | 3 | -3/+3 |
* | Simplify system utime.h include | spreis | 2023-04-27 | 1 | -2/+1 |
* | Add clarifying comment about the behavior of RemoveRecursive is file or direc... | akhropov | 2023-04-24 | 1 | -0/+1 |
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 4 | -129/+0 |
* | (no commit message) | pg | 2023-03-28 | 3 | -22/+22 |
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 4 | -0/+129 |
* | less shim | pg | 2023-02-06 | 1 | -0/+6 |
* | SetLowestThreadPriority in util | ozaykova | 2023-02-01 | 2 | -0/+16 |
* | Fix spinlock pause | lukyan | 2023-02-01 | 1 | -0/+1 |
* | introduce NumberOfMillicores() function based on refactored CgroupCpus() retu... | svkrasnov | 2023-01-12 | 2 | -5/+29 |
* | add windows platform to ydb github export | alexv-smirnov | 2022-12-20 | 4 | -0/+407 |
* | Add comment about necessary nanny settings | skorodumov-s | 2022-11-02 | 1 | -0/+5 |
* | Correct debug trap for M1 | somov | 2022-10-30 | 1 | -0/+4 |
* | Remove a workaround for ancient CUDA versions | dfyz | 2022-10-29 | 1 | -7/+0 |
* | Enable linux-arm platform. | dcherednik | 2022-10-26 | 1 | -0/+52 |
* | Fix a warning when compiling util/ with nvcc 10.x | dfyz | 2022-10-08 | 1 | -1/+1 |
* | Clang14: Fix library/cpp/coroutine/engine under tsan | pg | 2022-09-29 | 1 | -1/+3 |
* | add comment for TAdaptiveLock | tobo | 2022-09-22 | 1 | -0/+8 |
* | Fix tsan warnings in yt intrusive ptr | ayles | 2022-09-19 | 1 | -0/+21 |
* | Fix incorrect fqdn on linux in some edge cases | snaury | 2022-09-02 | 1 | -9/+28 |
* | fixup size of aligned memory region to mlock [] | yurial | 2022-08-30 | 1 | -2/+17 |
* | Mark clear and reset methods as reinitializing the object. | halyavin | 2022-08-05 | 1 | -0/+6 |
* | fix ya.make | monster | 2022-07-07 | 10 | -609/+0 |
* | Allow creating Singlelon during Singleton destruction back again | thegeorg | 2022-06-24 | 2 | -1/+21 |
* | IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecated | eeight | 2022-06-15 | 8 | -682/+6 |
* | util: Flatten cython tests layout | thegeorg | 2022-06-03 | 1 | -0/+12 |
* | IGNIETFERRO-1105 Get rid of TAtomic in spin_wait | eeight | 2022-05-23 | 1 | -10/+13 |
* | IGNIETFERRO-1105 Get rid of TAtomic in system/{atexit, event, shellcommand} | eeight | 2022-05-20 | 5 | -39/+57 |
* | IGNIETFERRO-1105 Get rid of TAtomic in unittests | eeight | 2022-05-19 | 4 | -78/+58 |
* | IGNIETFERRO-1105 Use std::atomic in spinlock | eeight | 2022-05-17 | 3 | -56/+49 |
* | remove unused includes | tobo | 2022-04-07 | 30 | -84/+18 |
* | util: Fix -Wunused-but-set-variable | kmartynkov | 2022-03-23 | 1 | -2/+0 |
* | util: Do not define SIZEOF_SIZE_T, as it is not used in our codebase | thegeorg | 2022-03-20 | 2 | -5/+1 |
* | Remove read-only files and directories on Windows (to match behavior on unix) | setser | 2022-03-16 | 2 | -0/+75 |
* | intermediate changes | arcadia-devtools | 2022-03-15 | 9 | -200/+0 |
* | Fix -Wpragma-pack in trie.h | thegeorg | 2022-03-07 | 1 | -1/+13 |
* | rm unused includes | tobo | 2022-03-05 | 1 | -8/+0 |
* | Enable yet another warning under clang-cl | thegeorg | 2022-03-03 | 2 | -37/+50 |
* | Support std::filesystem::path in Arcadia streams | thegeorg | 2022-03-03 | 1 | -1/+1 |