aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Expand)AuthorAgeFilesLines
* KIKIMR-19463: Increase url perform size in http actor libmolotkov-and2023-09-291-1/+1
* Add the missed includemikhnenko2023-09-251-0/+1
* switch web login service to http handlers to avoid promise lock-out KIKIMR-19359xenoxeno2023-09-152-2/+2
* Improve benchmarks, KIKIMR-19207kruall2023-09-1114-452/+1297
* Add local activation queues, KIKIMR-19207kruall2023-09-098-15/+166
* Revert commit rXXXXXX, Introduce perfect activation queuealexvru2023-09-0815-174/+43
* Add thread count metrics to io pool, KIKIMR-18214kruall2023-09-081-1/+5
* Reset CloseOnIdle by default KIKIMR-19282alexvru2023-09-072-2/+1
* Introduce perfect activation queuealexvru2023-09-0715-43/+174
* Intermediate changesrobot-piglet2023-09-0616-40/+20
* Fix input variable missprintsvidyuk2023-08-30127-0/+4744
* 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