| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Intermediate changes | Daniil Cherednik | 2023-09-26 | 3 | -3/+6 |
| | | | | | x-stable-origin-commit: 0625cde2edaa58c9b3bc15294cc849f406362ef9 | ||||
| * | Create stable-23-3 branch | Daniil Cherednik | 2023-08-25 | 19 | -133/+329 |
| | | | | | x-stable-origin-commit: 3224c68a1e19d5457dc64c1c4f3260f7cd718558 | ||||
| * | KIKIMR-18568: internal control stats pool size limit | ivanmorozov | 2023-07-09 | 16 | -49/+54 |
| | | |||||
| * | Move LOGGER component from kikimr-specific services to actorlib common ones ↵ | alexvru | 2023-07-08 | 4 | -3/+4 |
| | | | | | KIKIMR-11082 | ||||
| * | KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protos | ivanmorozov | 2023-07-08 | 42 | -117/+228 |
| | | |||||
| * | Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ↵ | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| | | | | | actor name generation | ||||
| * | Revert commit rXXXXXX,use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -46/+50 |
| | | |||||
| * | use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| | | |||||
| * | Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failures | snaury | 2023-07-04 | 1 | -0/+5 |
| | | |||||
| * | Fix critical TRcBuf issue | alexvru | 2023-07-03 | 1 | -2/+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 |
| | | |||||
| * | Remove unused ADDINCL | alexv-smirnov | 2023-06-27 | 5 | -14/+0 |
| | | | | To ensure no differences between cmakelists generation in Arcadia and GitHub | ||||
| * | Tunable backlog size for IC | alexvru | 2023-06-27 | 2 | -1/+3 |
| | | |||||
| * | fix destructor usage with tls context | ivanmorozov | 2023-06-27 | 1 | -4/+3 |
| | | |||||
| * | Support TEvVGet in separate rope | alexvru | 2023-06-26 | 6 | -0/+11 |
| | | |||||
| * | Support IZeroCopyInput over TRope | aneporada | 2023-06-26 | 2 | -0/+77 |
| | | | | initial | ||||
| * | Fix coroutine event serializer | alexvru | 2023-06-26 | 1 | -1/+5 |
| | | |||||
| * | Fix coroutine event serializer | alexvru | 2023-06-24 | 5 | -48/+36 |
| | | |||||
| * | Require semicolon after Y_DECLARE*_FLAGS | bulatman | 2023-06-24 | 1 | -2/+2 |
| | | |||||
| * | Regression test | alexvru | 2023-06-23 | 7 | -2/+115 |
| | | |||||
| * | Specify service.name for tracing | a-sumin | 2023-06-22 | 2 | -4/+9 |
| | | |||||
| * | Fix CloseOnIdle peer termination | alexvru | 2023-06-21 | 2 | -1/+11 |
| | | |||||
| * | Fix build for win, | kruall | 2023-06-19 | 1 | -3/+3 |
| | | |||||
| * | Add exchangin threads when cpu usage around limit, | kruall | 2023-06-19 | 5 | -8/+85 |
| | | |||||
| * | Randomize ping intervals a bit | alexvru | 2023-06-19 | 1 | -0/+2 |
| | | |||||
| * | use controller directly instead of actor/events | ivanmorozov | 2023-06-16 | 1 | -0/+34 |
| | | |||||
| * | Fix CloseOnIdle logic | alexvru | 2023-06-16 | 3 | -52/+64 |
| | | |||||
| * | allow to use arena allocated protobuf messages | gvit | 2023-06-15 | 1 | -10/+53 |
| | | |||||
| * | fix build with enabled PROFILE_MEMORY_ALLOCATIONS | uzhas | 2023-06-14 | 2 | -2/+4 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 31 | -0/+830 |
| | | |||||
| * | Remove extra semicolon (library) | bulatman | 2023-06-10 | 6 | -9/+8 |
| | | |||||
| * | Fix memory leak in TActorSystem | a-sumin | 2023-06-07 | 6 | -32/+80 |
| | | |||||
| * | 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 |
| | | | | Чтобы в тестах без акторов можно было использовать, и не было падений. | ||||
| * | more detailed logging; | qkrorlqr | 2023-05-24 | 1 | -1/+14 |
| | | |||||
| * | Search in hashmap benchmark | dtyo | 2023-05-24 | 1 | -3/+405 |
| | | | | kv search benchmark | ||||
| * | Validate incoming peer hostname through direct DNS lookup | alexvru | 2023-05-18 | 2 | -31/+65 |
| | | |||||
| * | Fix OpenSSL problem | alexvru | 2023-05-17 | 4 | -17/+25 |
| | | |||||
| * | Switch TMonotonic to CLOCK_BOOTTIME instead of a separate type | snaury | 2023-05-17 | 4 | -34/+0 |
| | | |||||
| * | add sum of vector elements benchmark | dtyo | 2023-05-16 | 1 | -4/+297 |
| | | |||||
| * | Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl options | molotkov-and | 2023-05-16 | 1 | -0/+2 |
| | | |||||
| * | Support monotonic boot time with suspend awareness | snaury | 2023-05-16 | 6 | -19/+38 |
| | | |||||
| * | Fix bug | alexvru | 2023-05-15 | 1 | -1/+1 |
| | | |||||
| * | Fix IC counters performance | alexvru | 2023-05-12 | 3 | -20/+43 |
| | | |||||
| * | Support xxHash in IC | alexvru | 2023-05-10 | 12 | -11/+78 |
| | | |||||
| * | unify actor-system-logs for non-actor-system cases | ivanmorozov | 2023-05-07 | 6 | -60/+112 |
| | | |||||
| * | Fix encryption problem | alexvru | 2023-05-05 | 2 | -88/+86 |
| | | |||||
| * | "Update old actors examples" | Kirill Grachev | 2023-05-05 | 3 | -10/+10 |
| | | | | | | "Update old actors examples" Pull Request resolved: #174 | ||||
