Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style | azevaykin | 2023-10-25 | 2 | -3/+5 |
| | |||||
* | templated AddObserver | azevaykin | 2023-10-25 | 2 | -19/+82 |
| | |||||
* | add log macros | ivanmorozov | 2023-10-20 | 2 | -5/+24 |
| | |||||
* | Remove 'runtime' from TEventObserver | azevaykin | 2023-10-20 | 2 | -6/+5 |
| | |||||
* | fix coverity issue: resource leak | uzhas | 2023-10-17 | 1 | -2/+4 |
| | |||||
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 52 | -171/+171 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 52 | -187/+187 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Fix memory leak in TRopeArena KIKIMR-19632 | alexvru | 2023-10-16 | 1 | -15/+0 |
| | |||||
* | KIKIMR-19589 add local boostrap jquery resources | andrew-rykov | 2023-10-16 | 5 | -0/+5 |
| | |||||
* | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 2 | -0/+4 |
| | |||||
* | Y_VERIFY->Y_ABORT_UNLESS tail2 | ilnurkh | 2023-10-11 | 1 | -1/+1 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 105 | -466/+466 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | KIKIMR-19627: Exclude logging for responses with status 2xx | molotkov-and | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | KIKIMR-19463: Increase url perform size in http actor lib | molotkov-and | 2023-09-29 | 1 | -1/+1 |
| | |||||
* | Add the missed include | mikhnenko | 2023-09-25 | 1 | -0/+1 |
| | | | | Обновляю libcxx. При очередном шаге, видимо, поменялась внутренняя система инклудов. В этом коде [перестал](https://a.yandex-team.ru/review/4563541/details?checkId=74300000007107&dialogId=CiCard&filter=resultType%28RT_BUILD%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=15950540177304352237%3ART_BUILD%2C12388542047764760906%3ART_BUILD%2C11470847298982251895%3ART_BUILD%2C729955525926945460%3ART_BUILD%2C14835206484459518746%3ART_BUILD%2C4098813625350077376%3ART_BUILD%2C11952358044927700741%3ART_BUILD&snippetViewMode=word-wrap&status=STATUS_FAILED) находиться std::exchange. Добавил явную зависимость | ||||
* | switch web login service to http handlers to avoid promise lock-out KIKIMR-19359 | xenoxeno | 2023-09-15 | 2 | -2/+2 |
| | |||||
* | Improve benchmarks, KIKIMR-19207 | kruall | 2023-09-11 | 14 | -452/+1297 |
| | |||||
* | Add local activation queues, KIKIMR-19207 | kruall | 2023-09-09 | 8 | -15/+166 |
| | |||||
* | Revert commit rXXXXXX, Introduce perfect activation queue | alexvru | 2023-09-08 | 15 | -174/+43 |
| | |||||
* | Add thread count metrics to io pool, KIKIMR-18214 | kruall | 2023-09-08 | 1 | -1/+5 |
| | |||||
* | Reset CloseOnIdle by default KIKIMR-19282 | alexvru | 2023-09-07 | 2 | -2/+1 |
| | |||||
* | Introduce perfect activation queue | alexvru | 2023-09-07 | 15 | -43/+174 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-06 | 16 | -40/+20 |
| | |||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 127 | -0/+4744 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 127 | -4744/+0 |
| | |||||
* | Introduce distributed configuration KIKIMR-19031 | alexvru | 2023-08-14 | 1 | -1/+4 |
| | |||||
* | fix usage for non NActors namespace using | ivanmorozov | 2023-08-10 | 1 | -1/+1 |
| | |||||
* | Remove needless template argument, KIKIMR-18950 | kruall | 2023-08-10 | 4 | -17/+16 |
| | |||||
* | KIKIMR-18932:special verification for formatted stream writing | ivanmorozov | 2023-08-10 | 2 | -3/+51 |
| | |||||
* | Check stop flag before getting activation, KIKIMr-18950 | kruall | 2023-08-09 | 1 | -2/+2 |
| | |||||
* | Make OSS build happy | dcherednik | 2023-08-08 | 12 | -32/+32 |
| | |||||
* | Support static node list change subscriptions in Dynamic Nameservice and use ↵ | alexvru | 2023-08-08 | 2 | -0/+16 |
| | | | | them in BSC KIKIMR-13309 | ||||
* | Better C++ coroutine lifetime in actors KIKIMR-18962 | snaury | 2023-08-08 | 20 | -438/+724 |
| | |||||
* | Report actor usage activity KIKIMR-11082 | alexvru | 2023-08-07 | 10 | -43/+208 |
| | |||||
* | Support running C++ coroutines as actors KIKIMR-18962 | snaury | 2023-08-07 | 24 | -0/+1783 |
| | |||||
* | Fix Compact to support undetached containers KIKIMR-18902 | alexvru | 2023-08-03 | 2 | -9/+34 |
| | |||||
* | Copy ineffective rope in DS proxy Get request KIKIMR-18902 | alexvru | 2023-08-01 | 8 | -0/+27 |
| | |||||
* | Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cpp | kungasc | 2023-07-31 | 1 | -5/+7 |
| | |||||
* | replace wilson/protos with PEERDIR to contrib/libs/opentelemetry-proto | soniachrn | 2023-07-28 | 16 | -828/+22 |
| | | | remove duplicate protos | ||||
* | Add several pools for one thread, KIKIMR-18440 | kruall | 2023-07-26 | 17 | -154/+350 |
| | |||||
* | Improve payload wire encoding and XDC selection KIKIMR-18394 | alexvru | 2023-07-24 | 9 | -64/+221 |
| | |||||
* | Don't validate version tag, if it is absent in peer, KIKIMR-18776 | serg-belyakov | 2023-07-18 | 1 | -1/+4 |
| | | | Don't validate version tag, if it is absent in peer | ||||
* | guard for memory markers + split actor type operators | ivanmorozov | 2023-07-18 | 28 | -125/+303 |
| | |||||
* | actor instance custom name | ivanmorozov | 2023-07-18 | 2 | -0/+8 |
| | |||||
* | Switch to TRope reply in TEvGet query result KIKIMR-18394 | alexvru | 2023-07-12 | 2 | -61/+48 |
| | |||||
* | KIKIMR-18568: internal control stats pool size limit | ivanmorozov | 2023-07-09 | 16 | -49/+54 |
| | |||||
* | Move LOGGER component from kikimr-specific services to actorlib common ones ↵ | alexvru | 2023-07-08 | 4 | -3/+4 |
| | | | | KIKIMR-11082 | ||||
* | KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protos | ivanmorozov | 2023-07-08 | 42 | -117/+228 |
| | |||||
* | Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ↵ | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| | | | | actor name generation | ||||
* | Revert commit rXXXXXX,use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -46/+50 |
| |