Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | improve code navigation for flags usage | ivanmorozov | 2023-04-17 | 2 | -24/+27 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-17 | 1 | -3/+3 | |
| | ||||||
* | log formatting | ivanmorozov | 2023-04-17 | 1 | -0/+52 | |
| | ||||||
* | getting rid of TActorContext in state functions | xenoxeno | 2023-04-14 | 21 | -49/+66 | |
| | ||||||
* | Report stuck actors | alexvru | 2023-04-14 | 8 | -0/+87 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-14 | 3 | -10/+10 | |
| | ||||||
* | Remove TEventDescr1 support from IC | alexvru | 2023-04-14 | 6 | -73/+30 | |
| | ||||||
* | [library/cpp/logger] Support meta flags with TLogElement | m-milkin | 2023-04-14 | 5 | -12/+76 | |
| | | | | | | | | Support opportunity to use TMetaFlags with TLogElement. **Use example:** `Log().With("Property", "Value").With("Code", "Code") << LogMessage` Such interface allows to not parse required by TLogBackend properties from raw string. | |||||
* | Remove TTcpPacketHeader_v1 support from IC | alexvru | 2023-04-14 | 7 | -128/+50 | |
| | ||||||
* | Forward libfyaml node styles to fyamlcpp | innokentii | 2023-04-13 | 3 | -13/+38 | |
| | | | forward libfyaml node styles to fyamlcpp | |||||
* | Implement external data channel: connection | alexvru | 2023-04-13 | 9 | -14/+206 | |
| | ||||||
* | Refactor backtrace cursors | babenko | 2023-04-13 | 8 | -0/+133 | |
| | ||||||
* | Remove excessive reading from the pipe | alexvru | 2023-04-13 | 4 | -30/+48 | |
| | ||||||
* | use 200 chars solomon-tag-limit | ivanmorozov | 2023-04-11 | 2 | -4/+15 | |
| | ||||||
* | Prepare for XDC support | alexvru | 2023-04-11 | 1 | -224/+232 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-11 | 1 | -7/+0 | |
| | ||||||
* | YDB support OpenID Connect | molotkov-and | 2023-04-11 | 2 | -8/+12 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-11 | 3 | -11/+119 | |
| | ||||||
* | jemalloc handler: add stats command | joker2k | 2023-04-10 | 1 | -0/+2 | |
| | | | jemalloc handler: add stats command | |||||
* | Don't allow 1043 to become fakes [mergeto:jupiter] | alexromanov | 2023-04-10 | 1 | -0/+1 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-10 | 55 | -69/+175 | |
| | ||||||
* | YT-18707: Move LLVM out of ytlib | dtorilov | 2023-04-07 | 1 | -0/+16 | |
| | ||||||
* | YT-18375: Get rid of zero size padding | aleexfi | 2023-04-07 | 2 | -1/+23 | |
| | ||||||
* | Fix channel scheduler | alexvru | 2023-04-07 | 1 | -10/+6 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-04-07 | 2 | -0/+7 | |
| | ||||||
* | [library/cpp/testing/common/ut/env] Added GetGlobalResource function to ↵ | prettyboy | 2023-04-06 | 3 | -0/+32 | |
| | | | | obtain global resources from context file | |||||
* | Intermediate changes | robot-piglet | 2023-04-06 | 1 | -0/+4 | |
| | ||||||
* | avoiding recursion on some builds | xenoxeno | 2023-04-03 | 1 | -6/+1 | |
| | ||||||
* | Fix ThreadSanitizer for coroutine actors | alexvru | 2023-04-03 | 2 | -34/+87 | |
| | ||||||
* | general actor id constructor for signals and stats | ivanmorozov | 2023-04-02 | 2 | -16/+29 | |
| | | | remove useless method necessary | |||||
* | Switch to lld64.ld on darwin target platform | hiddenpath | 2023-04-01 | 13 | -26/+13 | |
| | ||||||
* | coro allocator by default | alexeylaptev | 2023-03-31 | 1 | -2/+2 | |
| | ||||||
* | Swith flake8 to custom lint schema | say | 2023-03-31 | 20 | -3847/+0 | |
| | ||||||
* | Improve coroutine actors with pre-leave and pre-enter hooks | alexvru | 2023-03-30 | 2 | -0/+43 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-29 | 1 | -5/+4 | |
| | ||||||
* | Fix is starved with no working threads, | kruall | 2023-03-29 | 1 | -2/+5 | |
| | ||||||
* | Add burst metrics, | kruall | 2023-03-29 | 10 | -25/+209 | |
| | ||||||
* | solve recursion problem | xenoxeno | 2023-03-29 | 1 | -3/+3 | |
| | ||||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 533 | -7971/+0 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -5/+15 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -2/+16 | |
| | ||||||
* | Added mp4 and avi types to mime detector and some counters fixes in dns-proxy | zagevalo | 2023-03-28 | 2 | -0/+7 | |
| | ||||||
* | revert light events | xenoxeno | 2023-03-28 | 58 | -1375/+364 | |
| | ||||||
* | Fix memory leakage in TSyncPageCacheFileLogBackend | srx64 | 2023-03-28 | 1 | -4/+10 | |
| | | | | Memleak occurred when the storage was running out of space and a TFileError exception was thrown. In this case, the buffer was not cleared after writing. | |||||
* | Fix asan problem with coro tx | alexvru | 2023-03-27 | 1 | -6/+10 | |
| | ||||||
* | Fix several small sins of junit xml report generator | galaxycrab | 2023-03-27 | 2 | -23/+139 | |
| | | | | | | | 1. Закэпчуренный вывод в stderr/stdout после прогона теста вывожу в stderr/stdout полностью 2. Для xml-отчёта он обрезается, но теперь не по случайному символу, а по возможности по символу конца строки 3. Также теперь вывод печатается не первые 10 KB, а первые и последние 5 KB 4. При возникновении каких-то ошибок парсинга теста из xml-отчёта дочернего процесса текст этих ошибок трансформируется в failures теста, чтобы не пропускать их. 5. Добавлена валидация и экранирование строк для xml. Так как не все символы разрешается записывать в xml, приходится вместо запрещённых вставлять разрешённые ('?') | |||||
* | [devtools/ya/package] Populate custom-version to vcs info | prettyboy | 2023-03-27 | 1 | -0/+1 | |
| | ||||||
* | Fix TEventType::Load for null input buffer | alexvru | 2023-03-25 | 3 | -4/+5 | |
| | ||||||
* | Revert commit rXXXXXX | innokentii | 2023-03-24 | 2 | -285/+0 | |
| | ||||||
* | Add not enough execution metrics, | kruall | 2023-03-24 | 10 | -3/+40 | |
| |