aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Expand)AuthorAgeFilesLines
* All .ll files support in LLVM_BCsvidyuk2023-08-30127-4744/+0
* Introduce distributed configuration KIKIMR-19031alexvru2023-08-141-1/+4
* fix usage for non NActors namespace usingivanmorozov2023-08-101-1/+1
* Remove needless template argument, KIKIMR-18950kruall2023-08-104-17/+16
* KIKIMR-18932:special verification for formatted stream writingivanmorozov2023-08-102-3/+51
* Check stop flag before getting activation, KIKIMr-18950kruall2023-08-091-2/+2
* Make OSS build happydcherednik2023-08-0812-32/+32
* Support static node list change subscriptions in Dynamic Nameservice and use ...alexvru2023-08-082-0/+16
* Better C++ coroutine lifetime in actors KIKIMR-18962snaury2023-08-0820-438/+724
* Report actor usage activity KIKIMR-11082alexvru2023-08-0710-43/+208
* Support running C++ coroutines as actors KIKIMR-18962snaury2023-08-0724-0/+1783
* Fix Compact to support undetached containers KIKIMR-18902alexvru2023-08-032-9/+34
* Copy ineffective rope in DS proxy Get request KIKIMR-18902alexvru2023-08-018-0/+27
* Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cppkungasc2023-07-311-5/+7
* replace wilson/protos with PEERDIR to contrib/libs/opentelemetry-protosoniachrn2023-07-2816-828/+22
* Add several pools for one thread, KIKIMR-18440kruall2023-07-2617-154/+350
* Improve payload wire encoding and XDC selection KIKIMR-18394alexvru2023-07-249-64/+221
* Don't validate version tag, if it is absent in peer, KIKIMR-18776serg-belyakov2023-07-181-1/+4
* guard for memory markers + split actor type operatorsivanmorozov2023-07-1828-125/+303
* actor instance custom nameivanmorozov2023-07-182-0/+8
* Switch to TRope reply in TEvGet query result KIKIMR-18394alexvru2023-07-122-61/+48
* KIKIMR-18568: internal control stats pool size limitivanmorozov2023-07-0916-49/+54
* Move LOGGER component from kikimr-specific services to actorlib common ones K...alexvru2023-07-084-3/+4
* KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protosivanmorozov2023-07-0842-117/+228
* Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ...ivanmorozov2023-07-055-50/+46
* Revert commit rXXXXXX,use profile tags for any method actor name generationivanmorozov2023-07-055-46/+50
* use profile tags for any method actor name generationivanmorozov2023-07-055-50/+46
* Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failuressnaury2023-07-041-0/+5
* Fix critical TRcBuf issuealexvru2023-07-031-2/+5
* deallocation on destroyivanmorozov2023-06-301-2/+4
* improve macros for default component determination instead of 0ivanmorozov2023-06-292-12/+34
* contextable loggingivanmorozov2023-06-292-54/+209
* Remove unused ADDINCLalexv-smirnov2023-06-275-14/+0
* Tunable backlog size for ICalexvru2023-06-272-1/+3
* fix destructor usage with tls contextivanmorozov2023-06-271-4/+3
* Support TEvVGet in separate ropealexvru2023-06-266-0/+11
* Support IZeroCopyInput over TRopeaneporada2023-06-262-0/+77
* Fix coroutine event serializeralexvru2023-06-261-1/+5
* Fix coroutine event serializeralexvru2023-06-245-48/+36
* Require semicolon after Y_DECLARE*_FLAGSbulatman2023-06-241-2/+2
* Regression testalexvru2023-06-237-2/+115
* Specify service.name for tracinga-sumin2023-06-222-4/+9
* Fix CloseOnIdle peer terminationalexvru2023-06-212-1/+11
* Fix build for win,kruall2023-06-191-3/+3
* Add exchangin threads when cpu usage around limit,kruall2023-06-195-8/+85
* Randomize ping intervals a bitalexvru2023-06-191-0/+2
* use controller directly instead of actor/eventsivanmorozov2023-06-161-0/+34
* Fix CloseOnIdle logicalexvru2023-06-163-52/+64
* allow to use arena allocated protobuf messagesgvit2023-06-151-10/+53
* fix build with enabled PROFILE_MEMORY_ALLOCATIONSuzhas2023-06-142-2/+4