| Commit message (Expand) | Author | Age | Files | Lines |
| * | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 19 | -83/+83 |
| * | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 22 | -46/+46 |
| * | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 1 | -0/+3 |
| * | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 36 | -123/+123 |
| * | Improve benchmarks, KIKIMR-19207 | kruall | 2023-09-11 | 14 | -450/+1295 |
| * | Add local activation queues, KIKIMR-19207 | kruall | 2023-09-09 | 8 | -15/+166 |
| * | Revert commit rXXXXXX, Introduce perfect activation queue | alexvru | 2023-09-08 | 15 | -174/+43 |
| * | Add thread count metrics to io pool, KIKIMR-18214 | kruall | 2023-09-08 | 1 | -1/+5 |
| * | Introduce perfect activation queue | alexvru | 2023-09-07 | 15 | -43/+174 |
| * | Fix input variable missprint | svidyuk | 2023-08-30 | 9 | -0/+450 |
| * | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 9 | -450/+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 |
| * | Support static node list change subscriptions in Dynamic Nameservice and use ... | alexvru | 2023-08-08 | 1 | -0/+7 |
| * | Report actor usage activity KIKIMR-11082 | alexvru | 2023-08-07 | 9 | -43/+198 |
| * | Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cpp | kungasc | 2023-07-31 | 1 | -5/+7 |
| * | 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 | 2 | -27/+92 |
| * | guard for memory markers + split actor type operators | ivanmorozov | 2023-07-18 | 12 | -123/+19 |
| * | actor instance custom name | ivanmorozov | 2023-07-18 | 2 | -0/+8 |
| * | KIKIMR-18568: internal control stats pool size limit | ivanmorozov | 2023-07-09 | 15 | -48/+46 |
| * | KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protos | ivanmorozov | 2023-07-08 | 21 | -81/+186 |
| * | Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ... | ivanmorozov | 2023-07-05 | 4 | -10/+19 |
| * | Revert commit rXXXXXX,use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 4 | -19/+10 |
| * | use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 4 | -10/+19 |
| * | Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failures | snaury | 2023-07-04 | 1 | -0/+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 |
| * | fix destructor usage with tls context | ivanmorozov | 2023-06-27 | 1 | -4/+3 |
| * | Fix coroutine event serializer | alexvru | 2023-06-26 | 1 | -1/+5 |
| * | Fix coroutine event serializer | alexvru | 2023-06-24 | 4 | -45/+31 |
| * | Fix build for win, | kruall | 2023-06-19 | 1 | -3/+3 |
| * | Add exchangin threads when cpu usage around limit, | kruall | 2023-06-19 | 4 | -8/+79 |
| * | use controller directly instead of actor/events | ivanmorozov | 2023-06-16 | 1 | -0/+34 |
| * | allow to use arena allocated protobuf messages | gvit | 2023-06-15 | 1 | -10/+53 |
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+174 |
| * | Remove extra semicolon (library) | bulatman | 2023-06-10 | 5 | -7/+6 |
| * | Fix memory leak in TActorSystem | a-sumin | 2023-06-07 | 3 | -23/+49 |
| * | prevent extra copy and format for log_s; | asorotsky | 2023-05-30 | 1 | -6/+6 |
| * | Check TlsActivationContext in log macroses | nsofya | 2023-05-26 | 1 | -16/+15 |
| * | Search in hashmap benchmark | dtyo | 2023-05-24 | 1 | -3/+405 |
| * | Switch TMonotonic to CLOCK_BOOTTIME instead of a separate type | snaury | 2023-05-17 | 2 | -4/+0 |
| * | add sum of vector elements benchmark | dtyo | 2023-05-16 | 1 | -4/+297 |
| * | Support monotonic boot time with suspend awareness | snaury | 2023-05-16 | 4 | -19/+8 |
| * | unify actor-system-logs for non-actor-system cases | ivanmorozov | 2023-05-07 | 6 | -60/+112 |
| * | Quick sort benchmark for actor system vs thread pool | dtyo | 2023-05-03 | 5 | -0/+420 |