summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/core
Commit message (Expand)AuthorAgeFilesLines
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-1719-83/+83
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-1622-46/+46
* add tasan.supp, lsan.suppnkozlovskiy2023-10-131-0/+3
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-0936-123/+123
* Improve benchmarks, KIKIMR-19207kruall2023-09-1114-450/+1295
* 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
* Introduce perfect activation queuealexvru2023-09-0715-43/+174
* Fix input variable missprintsvidyuk2023-08-309-0/+450
* All .ll files support in LLVM_BCsvidyuk2023-08-309-450/+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
* Support static node list change subscriptions in Dynamic Nameservice and use ...alexvru2023-08-081-0/+7
* Report actor usage activity KIKIMR-11082alexvru2023-08-079-43/+198
* Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cppkungasc2023-07-311-5/+7
* Add several pools for one thread, KIKIMR-18440kruall2023-07-2617-154/+350
* Improve payload wire encoding and XDC selection KIKIMR-18394alexvru2023-07-242-27/+92
* guard for memory markers + split actor type operatorsivanmorozov2023-07-1812-123/+19
* actor instance custom nameivanmorozov2023-07-182-0/+8
* KIKIMR-18568: internal control stats pool size limitivanmorozov2023-07-0915-48/+46
* KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protosivanmorozov2023-07-0821-81/+186
* Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ...ivanmorozov2023-07-054-10/+19
* Revert commit rXXXXXX,use profile tags for any method actor name generationivanmorozov2023-07-054-19/+10
* use profile tags for any method actor name generationivanmorozov2023-07-054-10/+19
* Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failuressnaury2023-07-041-0/+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
* fix destructor usage with tls contextivanmorozov2023-06-271-4/+3
* Fix coroutine event serializeralexvru2023-06-261-1/+5
* Fix coroutine event serializeralexvru2023-06-244-45/+31
* Fix build for win,kruall2023-06-191-3/+3
* Add exchangin threads when cpu usage around limit,kruall2023-06-194-8/+79
* use controller directly instead of actor/eventsivanmorozov2023-06-161-0/+34
* allow to use arena allocated protobuf messagesgvit2023-06-151-10/+53
* add ymake export to ydbalexv-smirnov2023-06-132-0/+174
* Remove extra semicolon (library)bulatman2023-06-105-7/+6
* Fix memory leak in TActorSystema-sumin2023-06-073-23/+49
* prevent extra copy and format for log_s;asorotsky2023-05-301-6/+6
* Check TlsActivationContext in log macrosesnsofya2023-05-261-16/+15
* Search in hashmap benchmarkdtyo2023-05-241-3/+405
* Switch TMonotonic to CLOCK_BOOTTIME instead of a separate typesnaury2023-05-172-4/+0
* add sum of vector elements benchmarkdtyo2023-05-161-4/+297
* Support monotonic boot time with suspend awarenesssnaury2023-05-164-19/+8
* unify actor-system-logs for non-actor-system casesivanmorozov2023-05-076-60/+112
* Quick sort benchmark for actor system vs thread pooldtyo2023-05-035-0/+420