summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* Remove incoming handshake broker, add inflight setting to IC common,serg-belyakov2023-02-284-26/+30
| | | | | Fix Remove outgoing handshake broker
* Improve TActorCoroalexvru2023-02-212-51/+26
|
* Перенос yc public yq events api в ossauzhegov2023-02-177-0/+137
| | | Initial version
* fix threads count determination for kqp tasks calculationivanmorozov2023-02-153-13/+22
| | | fix threads count
* attempt to stabilize perf test in different environmentsxenoxeno2023-02-092-47/+48
|
* Correct mem limit detection in mk8shor9112023-02-091-7/+12
|
* tasks calculation improveivanmorozov2023-02-091-0/+15
|
* Intermediate changesrobot-piglet2023-02-0742-347/+359
|
* Add metrics about thread count in pool,kruall2023-02-075-0/+23
|
* Intermediate changesrobot-piglet2023-02-0742-359/+347
|
* Allow using TlsActivationContext inside coroutinealexvru2023-02-022-6/+6
|
* 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-3114-14/+14
| | | Update tools: yexport
* Add UT for IC version control,serg-belyakov2023-01-262-0/+9
| | | initial
* Fix ubsan errors in VDiskalexvru2023-01-251-3/+4
|
* Intermediate changesrobot-piglet2023-01-251-1/+1
|
* Add forgotten return in send method,kruall2023-01-241-1/+1
|
* Get rid of IActorVirtualva-kuznecov2023-01-232-11/+3
|
* Fix serialization for external data channel,alexvru2023-01-2312-48/+88
|
* Intermediate changesrobot-piglet2023-01-231-2/+2
|
* Revert "Support interface part for ExternalDataChannel feature"gvit2023-01-2312-81/+43
| | | | This reverts commit 0a05f95e826bc5416a494ba7822d7d7eaa8ce52c, reversing changes made to 1c58d6c48d9dc449c72880696f23217d19595db1.
* Fix valgrind build TRcBuf calls,innokentii2023-01-191-22/+36
| | | fix valgrind build
* Use monotonic clock for time interval measurements in Interconnectalexvru2023-01-186-44/+54
|
* BS version control, Interconnect,serg-belyakov2023-01-183-3/+35
| | | BS version control, Interconnect,
* Support interface part for ExternalDataChannel featurealexvru2023-01-1812-43/+81
|
* Introduce ExternalDataChannel settingalexvru2023-01-178-1/+15
|
* External build system generator release 8robot-ya-builder2023-01-1757-57/+57
| | | Update tools: yexport
* add file:line into ALS logsivanmorozov2023-01-161-1/+4
|
* Add Lazy and Tail sends,kruall2023-01-1314-81/+248
|
* Refactor sending and registration methods,kruall2023-01-1229-425/+586
|
* Fix failed tests with united pool,kruall2023-01-092-1/+3
|
* Fix data races,kruall2022-12-294-9/+10
|
* add cookie argumentxenoxeno2022-12-282-3/+3
|
* Remove needless template in send methods,kruall2022-12-262-14/+9
|
* schemeshard: make reboot tests run fasterijon2022-12-261-2/+2
| | | | | | | | Speedup schemeshard tests with reboots (by 2.5 times approx.) by not running them with datashard log batching enabled. It is safe because tests with log batching discover less problems than without ("glueing" transactions together eliminate chance of something bad happen in between).
* Add additional SendWithContinuousExecutionva-kuznecov2022-12-222-0/+30
|
* [actors/http] Fixed inactivity event handlinguranix2022-12-211-8/+8
| | | Проверка `if (ev->Get() == InactiveEvent)` была вложена в проверку `if (ev->Get()->Read)`, но у `InactiveEvent` поля `Read`, `Write` всегда `false`. Вероятно это произошло после рефакторинга.
* Add sensors about AS,kruall2022-12-215-13/+48
|
* Send with continuous execution msg after registration,kruall2022-12-211-1/+1
|
* Improve SendWithContinuousExecution,kruall2022-12-201-5/+8
|
* Sync linux-headers instead of using system onesthegeorg2022-12-1554-278/+1265
|
* Add sensors,kruall2022-12-157-29/+76
|
* Add TStringBuf conversion operator for TRcBufinnokentii2022-12-133-16/+36
| | | | | add TStringBuf conversion operator add TStringBuf conversion operator
* Add TStringBuf conversion operator for TSharedDatainnokentii2022-12-132-0/+5
| | | add TStringBuf conversion operator
* Rename TContiguousData to TRcBufinnokentii2022-12-097-111/+111
| | | rename TContiguousData to TRcBuf
* Improve AS14,kruall2022-12-0811-62/+215
|
* AS1.4,kruall2022-12-0818-22/+579
|
* TContiguousData reimplement backendinnokentii2022-12-075-199/+274
| | | replace shared_data controlling backend with internal one
* remove kikimr/driver DEPENDSqrort2022-12-022-62/+0
|
* validate canons without yatest_commonqrort2022-11-302-0/+62
|