summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* light events for actor systemxenoxeno2023-03-0920-94/+165
|
* Intermediate changesrobot-piglet2023-03-094-0/+79
|
* Intermediate changesrobot-piglet2023-03-076-4/+4
|
* External build system generator release 17robot-ya-builder2023-03-062-2/+2
| | | Update tools: yexport
* Interconnect handshake activity markdownalexvru2023-03-061-6/+3
|
* Remove incoming handshake broker, add inflight setting to IC common,serg-belyakov2023-02-284-26/+30
| | | | | Fix Remove outgoing handshake broker
* Intermediate changesrobot-piglet2023-02-076-68/+68
|
* Intermediate changesrobot-piglet2023-02-076-68/+68
|
* Parse old IC version record, when new one is not present,serg-belyakov2023-01-312-1/+14
| | | | | | | | | UT initial optional minor tag Initial
* External build system generator release 12robot-ya-builder2023-01-312-2/+2
| | | Update tools: yexport
* Fix serialization for external data channel,alexvru2023-01-236-18/+27
|
* Revert "Support interface part for ExternalDataChannel feature"gvit2023-01-236-16/+13
| | | | This reverts commit 0a05f95e826bc5416a494ba7822d7d7eaa8ce52c, reversing changes made to 1c58d6c48d9dc449c72880696f23217d19595db1.
* Use monotonic clock for time interval measurements in Interconnectalexvru2023-01-186-44/+54
|