summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | them in BSC KIKIMR-13309
* 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
| | | remove duplicate protos
* Add several pools for one thread, KIKIMR-18440kruall2023-07-2617-154/+350
|
* Improve payload wire encoding and XDC selection KIKIMR-18394alexvru2023-07-249-63/+220
|
* Don't validate version tag, if it is absent in peer, KIKIMR-18776serg-belyakov2023-07-181-1/+4
| | | Don't validate version tag, if it is absent in peer
* 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 ↵alexvru2023-07-084-3/+4
| | | | KIKIMR-11082
* 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
| | | | actor name generation
* 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-52/+207
|
* Remove unused ADDINCLalexv-smirnov2023-06-275-14/+0
| | | To ensure no differences between cmakelists generation in Arcadia and GitHub
* 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
| | | initial
* 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
|
* add ymake export to ydbalexv-smirnov2023-06-1331-0/+830
|
* Remove extra semicolon (library)bulatman2023-06-106-9/+8
|
* Fix memory leak in TActorSystema-sumin2023-06-076-32/+80
|
* prevent extra copy and format for log_s;asorotsky2023-05-301-6/+6
|