summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* Improve IC and XDCalexvru2023-04-268-22/+112
|
* Support XDC streamsalexvru2023-04-2514-546/+1431
|
* Intermediate changesrobot-piglet2023-04-211-2/+2
|
* External build system generator release 29robot-ya-builder2023-04-1929-29/+29
| | | Update tools: yexport
* Rework interconnect sending stream machineryalexvru2023-04-1914-306/+612
|
* improve code navigation for flags usageivanmorozov2023-04-172-24/+27
|
* log formattingivanmorozov2023-04-171-0/+52
|
* getting rid of TActorContext in state functionsxenoxeno2023-04-1421-49/+66
|
* Report stuck actorsalexvru2023-04-148-0/+87
|
* Intermediate changesrobot-piglet2023-04-143-10/+10
|
* Remove TEventDescr1 support from ICalexvru2023-04-146-73/+30
|
* Remove TTcpPacketHeader_v1 support from ICalexvru2023-04-147-128/+50
|
* Implement external data channel: connectionalexvru2023-04-139-14/+206
|
* Remove excessive reading from the pipealexvru2023-04-134-30/+48
|
* use 200 chars solomon-tag-limitivanmorozov2023-04-112-4/+15
|
* Prepare for XDC supportalexvru2023-04-111-224/+232
|
* YDB support OpenID Connectmolotkov-and2023-04-112-8/+12
|
* Intermediate changesrobot-piglet2023-04-1048-58/+154
|
* Fix channel scheduleralexvru2023-04-071-10/+6
|
* avoiding recursion on some buildsxenoxeno2023-04-031-6/+1
|
* Fix ThreadSanitizer for coroutine actorsalexvru2023-04-032-34/+87
|
* general actor id constructor for signals and statsivanmorozov2023-04-022-16/+29
| | | remove useless method necessary
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-0112-24/+12
|
* Improve coroutine actors with pre-leave and pre-enter hooksalexvru2023-03-302-0/+43
|
* Intermediate changesrobot-piglet2023-03-291-5/+4
|
* Fix is starved with no working threads,kruall2023-03-291-2/+5
|
* Add burst metrics,kruall2023-03-2910-25/+209
|
* solve recursion problemxenoxeno2023-03-291-3/+3
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2831-826/+0
|
* Intermediate changesrobot-piglet2023-03-281-5/+15
|
* Intermediate changesrobot-piglet2023-03-281-2/+16
|
* revert light eventsxenoxeno2023-03-2858-1373/+362
|
* Fix asan problem with coro txalexvru2023-03-271-6/+10
|
* Fix TEventType::Load for null input bufferalexvru2023-03-253-4/+5
|
* Add not enough execution metrics,kruall2023-03-2410-3/+40
|
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-2312-12/+12
|
* External build system generator release 21robot-ya-builder2023-03-1729-87/+87
| | | Update tools: yexport
* Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests,serg-belyakov2023-03-173-48/+35
| | | Remove redundant LeaseHolder resets
* Fix coroutine actor destructoralexvru2023-03-162-2/+9
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-15143-0/+5546
|
* Add all-to-one UT, add handshake broker to test environment,serg-belyakov2023-03-154-66/+132
| | | | | | | | | Decrease HandshakeBroker inflight limit Add HandshakeBroker to test environment Setup Handshake broker in test environment Increase timeout, decrease cluster size
* Fix cpu count metric,kruall2023-03-142-2/+2
|
* Fix overbooking reaction,kruall2023-03-141-24/+27
|
* Fix false starving state,kruall2023-03-149-31/+24
|
* Intermediate changesrobot-piglet2023-03-145-22/+166
|
* Add different next permission selection strategies for handshake broker,serg-belyakov2023-03-131-3/+38
| | | Add different selection strategies for handhsake broker
* Add Broker holder class which automatically frees the broker on destroy, ↵serg-belyakov2023-03-103-43/+82
| | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy,
* Improve coroutine actor interfacealexvru2023-03-104-24/+33
|
* Add THandle using in TEventLightva-kuznecov2023-03-101-0/+1
| | | Add THandle using in TEventLight
* cleanup event_pb.hxenoxeno2023-03-101-37/+0
|