| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable clang-format FixNamespaceComments option | dmasloff | 2024-09-05 | 1 | -2/+2 |
| | | | | | | Enable clang-format FixNamespaceComments option 8ffd1b7f4787cdf4e80a92b08f07634abe416854 | ||||
| * | FixNamespaceComments in /util | dmasloff | 2024-09-05 | 3 | -4/+4 |
| | | | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b | ||||
| * | Remove Y_UNIT_TEST from config.clang-format | dmasloff | 2024-08-30 | 1 | -1/+1 |
| | | | | | | Remove Y_UNIT_TEST from config.clang-format 853b6da2c4464342d4cfe7756c18ed599004fdd8 | ||||
| * | Set SpacesInLineCommentPrefix to 1 in /util | dmasloff | 2024-08-17 | 6 | -7/+7 |
| | | | | | | Set SpacesInLineCommentPrefix to 1 in /util 3853f9ec5143722c1bebd8dc0ffc9b61a6c17657 | ||||
| * | check the lifetime of various algorithms that return a substring of the ↵ | swarmer | 2024-08-07 | 2 | -2/+2 |
| | | | | | | | input TStringBuf view e778480cb05d20fe1a3fbf5ff69858c8912ed2d6 | ||||
| * | minor fix in util path | skrivohatskiy | 2024-05-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | Мелкий фикс неверных исключений. Как будто у меня локально повторялось как минидамп на колонке (не отловленное исключение) Зависит от реализации libc. Но кажется что исходный вариант все же не верный: [ The value in errno is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most library functions); a function that succeeds is allowed to change errno. The value of errno is never set to zero by any system call or library function.](https://man7.org/linux/man-pages/man3/errno.3.html) 1d2088da57c98f9d9abfd6da865219fcf74db212 | ||||
| * | Intermediate changes | robot-piglet | 2024-04-02 | 3 | -6/+0 |
| | | |||||
| * | WebAssembly in util | dtorilov | 2024-03-28 | 2 | -3/+3 |
| | | | | | b46c1e446c9d0f9393bf688b26db810f60add0f6 | ||||
| * | Fix TDirIterator | mrlolthe1st | 2024-03-06 | 1 | -5/+2 |
| | | | | | | В силу того, что аллокации могут приводить к syscalls, которые портят errno, а lstat не чистит errno после успешного выполнения, между errno=0/ClearLastSystemError() и LastSystemError() что-то может попортить errno, следует учитывать errno только в случае неуспешного завершения lstat. ee85894d4fb742827b7ea77e06b9b2c990537d86 | ||||
| * | Intermediate changes | robot-piglet | 2023-12-17 | 1 | -134/+134 |
| | | |||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^u | ilnurkh | 2023-10-10 | 2 | -5/+5 |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
| * | (no commit message) | pg | 2023-08-31 | 1 | -4/+0 |
| | | |||||
| * | Fix return invalid pointer in FTS_NOSTAT mode | dimdim11 | 2023-08-07 | 1 | -0/+2 |
| | | | | | Fix return invalid pointer in FTS_NOSTAT mode | ||||
| * | Remove extra semicolon | bulatman | 2023-08-02 | 1 | -1/+1 |
| | | |||||
| * | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 1 | -2/+2 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-15 | 1 | -3/+3 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-06-13 | 1 | -71/+59 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 3 | -0/+47 |
| | | |||||
| * | Remove extra semicolon (util) | bulatman | 2023-06-12 | 1 | -1/+1 |
| | | |||||
| * | Refactor and fix constructors TString as std::string | dimdim11 | 2023-06-08 | 3 | -22/+115 |
| | | | | Fix move constructors when used std::string instead of TString | ||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 3 | -47/+0 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 3 | -0/+47 |
| | | |||||
| * | add windows platform to ydb github export | alexv-smirnov | 2022-12-20 | 2 | -0/+160 |
| | | |||||
| * | Fix GC in kv tablet, | kruall | 2022-09-06 | 1 | -3/+4 |
| | | |||||
| * | fix UB in case of empty stringbuf | asorotsky | 2022-08-12 | 1 | -1/+5 |
| | | |||||
| * | TString -> std::string fix TFsPath copy | xinull | 2022-08-01 | 3 | -1/+58 |
| | | | | | | Add copy operator and constructor Create copy with initialized split test | ||||
| * | Print escaped path if it contains invalid characters | cezarnik | 2022-07-28 | 1 | -1/+2 |
| | | |||||
| * | fix ya.make | monster | 2022-07-07 | 2 | -160/+0 |
| | | |||||
| * | util: Flatten cython tests layout | thegeorg | 2022-06-03 | 1 | -0/+12 |
| | | | | | ref:7427208d08ebeb9e88247fb7dac6445bc814d756 | ||||
| * | remove unused includes | tobo | 2022-04-07 | 1 | -1/+0 |
| | | | | | ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -23/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | rm unused include | tobo | 2022-03-10 | 1 | -2/+0 |
| | | | | | ref:7effc120450f64adfbd00fa1a0427152ef1cf6a9 | ||||
| * | util unittests: replace try-catch-UNIT_ASSERT via UNIT_ASSERT_EXCEPTION | gleb-kov | 2022-02-16 | 1 | -10/+1 |
| | | | | | ref:f59ddae7dbb42f5fa999e6071769f709e8b80b85 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | mkalinin | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | mkalinin | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vayerx | 2022-02-10 | 2 | -5/+5 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vayerx | 2022-02-10 | 2 | -5/+5 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | hotdox | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | hotdox | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | dasha | 2022-02-10 | 2 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | dasha | 2022-02-10 | 2 | -3/+3 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | quick | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | quick | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | tldr | 2022-02-10 | 3 | -80/+80 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | tldr | 2022-02-10 | 3 | -80/+80 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vartyukh | 2022-02-10 | 1 | -15/+15 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vartyukh | 2022-02-10 | 1 | -15/+15 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | vvp | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | vvp | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | ddoarn | 2022-02-10 | 1 | -1/+1 |
| | | |||||
