summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesDaniil Cherednik2023-09-262-2/+1
| | | | x-stable-origin-commit: 0625cde2edaa58c9b3bc15294cc849f406362ef9
* Create stable-23-3 branchDaniil Cherednik2023-08-256-36/+126
| | | | x-stable-origin-commit: 3224c68a1e19d5457dc64c1c4f3260f7cd718558
* Move LOGGER component from kikimr-specific services to actorlib common ones ↵alexvru2023-07-082-2/+2
| | | | KIKIMR-11082
* KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protosivanmorozov2023-07-0811-17/+17
|
* Tunable backlog size for ICalexvru2023-06-272-1/+3
|
* Fix coroutine event serializeralexvru2023-06-241-3/+5
|
* Regression testalexvru2023-06-237-2/+115
|
* Fix CloseOnIdle peer terminationalexvru2023-06-212-1/+11
|
* Randomize ping intervals a bitalexvru2023-06-191-0/+2
|
* Fix CloseOnIdle logicalexvru2023-06-163-52/+64
|
* add ymake export to ydbalexv-smirnov2023-06-137-0/+216
|
* Remove extra semicolon (library)bulatman2023-06-101-2/+2
|
* Fix memory leak in TActorSystema-sumin2023-06-071-1/+1
|
* Validate incoming peer hostname through direct DNS lookupalexvru2023-05-182-31/+65
|
* Fix OpenSSL problemalexvru2023-05-174-17/+25
|
* Fix bugalexvru2023-05-151-1/+1
|
* Fix IC counters performancealexvru2023-05-123-20/+43
|
* Support xxHash in ICalexvru2023-05-1011-11/+76
|
* Fix encryption problemalexvru2023-05-052-88/+86
|
* Fix IC regressionalexvru2023-05-051-3/+5
|
* Improve ICalexvru2023-05-045-47/+100
|
* Further IC fixesalexvru2023-05-033-136/+140
|
* Some IC fixesalexvru2023-05-038-127/+192
|
* Some IC fixesalexvru2023-04-274-224/+198
|
* Improve IC and XDCalexvru2023-04-267-21/+110
|
* Support XDC streamsalexvru2023-04-2512-475/+1320
|
* External build system generator release 29robot-ya-builder2023-04-197-7/+7
| | | Update tools: yexport
* Rework interconnect sending stream machineryalexvru2023-04-1914-306/+612
|
* getting rid of TActorContext in state functionsxenoxeno2023-04-146-9/+7
|
* 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-138-14/+196
|
* Remove excessive reading from the pipealexvru2023-04-134-30/+48
|
* Prepare for XDC supportalexvru2023-04-111-224/+232
|
* Intermediate changesrobot-piglet2023-04-1012-15/+39
|
* Fix channel scheduleralexvru2023-04-071-10/+6
|
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-013-6/+3
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-287-214/+0
|
* revert light eventsxenoxeno2023-03-2821-161/+90
|
* Add not enough execution metrics,kruall2023-03-242-0/+6
|
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-233-3/+3
|
* External build system generator release 21robot-ya-builder2023-03-177-21/+21
| | | Update tools: yexport
* Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests,serg-belyakov2023-03-173-48/+35
| | | Remove redundant LeaseHolder resets
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1536-0/+1445
|
* 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
* 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-101-5/+13
|
* Improve coroutine actor interfacealexvru2023-03-101-9/+14
|