summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesstable-23-3Daniil Cherednik2023-10-232-16/+4
| | | | x-stable-origin-commit: 8b96eef194d7fb3b315816b97322e8dd90bf3d94
* Intermediate changesDaniil Cherednik2023-10-123-3/+6
| | | | x-stable-origin-commit: 0625cde2edaa58c9b3bc15294cc849f406362ef9
* Create stable-23-3 branchDaniil Cherednik2023-08-2519-133/+329
| | | | x-stable-origin-commit: 3224c68a1e19d5457dc64c1c4f3260f7cd718558
* 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
|
* Check TlsActivationContext in log macrosesnsofya2023-05-261-16/+15
| | | Чтобы в тестах без акторов можно было использовать, и не было падений.
* more detailed logging;qkrorlqr2023-05-241-1/+14
|
* Search in hashmap benchmarkdtyo2023-05-241-3/+405
| | | kv search benchmark
* Validate incoming peer hostname through direct DNS lookupalexvru2023-05-182-31/+65
|
* Fix OpenSSL problemalexvru2023-05-174-17/+25
|
* Switch TMonotonic to CLOCK_BOOTTIME instead of a separate typesnaury2023-05-174-34/+0
|
* add sum of vector elements benchmarkdtyo2023-05-161-4/+297
|
* Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl optionsmolotkov-and2023-05-161-0/+2
|
* Support monotonic boot time with suspend awarenesssnaury2023-05-166-19/+38
|
* Fix bugalexvru2023-05-151-1/+1
|
* Fix IC counters performancealexvru2023-05-123-20/+43
|
* Support xxHash in ICalexvru2023-05-1012-11/+78
|
* unify actor-system-logs for non-actor-system casesivanmorozov2023-05-076-60/+112
|
* Fix encryption problemalexvru2023-05-052-88/+86
|