| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | 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 | -63/+220 |
| * | Don't validate version tag, if it is absent in peer, KIKIMR-18776 | serg-belyakov | 2023-07-18 | 1 | -1/+4 |
| * | 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 K... | alexvru | 2023-07-08 | 4 | -3/+4 |
| * | 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 |
| * | Revert commit rXXXXXX,use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -46/+50 |
| * | use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| * | Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failures | snaury | 2023-07-04 | 1 | -0/+5 |
| * | Fix critical TRcBuf issue | alexvru | 2023-07-03 | 1 | -2/+5 |
| * | deallocation on destroy | ivanmorozov | 2023-06-30 | 1 | -2/+4 |
| * | improve macros for default component determination instead of 0 | ivanmorozov | 2023-06-29 | 2 | -12/+34 |
| * | contextable logging | ivanmorozov | 2023-06-29 | 2 | -52/+207 |
| * | Remove unused ADDINCL | alexv-smirnov | 2023-06-27 | 5 | -14/+0 |
| * | Tunable backlog size for IC | alexvru | 2023-06-27 | 2 | -1/+3 |
| * | fix destructor usage with tls context | ivanmorozov | 2023-06-27 | 1 | -4/+3 |
| * | Support TEvVGet in separate rope | alexvru | 2023-06-26 | 6 | -0/+11 |
| * | Support IZeroCopyInput over TRope | aneporada | 2023-06-26 | 2 | -0/+77 |
| * | Fix coroutine event serializer | alexvru | 2023-06-26 | 1 | -1/+5 |
| * | Fix coroutine event serializer | alexvru | 2023-06-24 | 5 | -48/+36 |
| * | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 1 | -2/+2 |
| * | Regression test | alexvru | 2023-06-23 | 7 | -2/+115 |
| * | Specify service.name for tracing | a-sumin | 2023-06-22 | 2 | -4/+9 |
| * | Fix CloseOnIdle peer termination | alexvru | 2023-06-21 | 2 | -1/+11 |
| * | Fix build for win, | kruall | 2023-06-19 | 1 | -3/+3 |
| * | Add exchangin threads when cpu usage around limit, | kruall | 2023-06-19 | 5 | -8/+85 |
| * | Randomize ping intervals a bit | alexvru | 2023-06-19 | 1 | -0/+2 |
| * | use controller directly instead of actor/events | ivanmorozov | 2023-06-16 | 1 | -0/+34 |
| * | Fix CloseOnIdle logic | alexvru | 2023-06-16 | 3 | -52/+64 |
| * | allow to use arena allocated protobuf messages | gvit | 2023-06-15 | 1 | -10/+53 |