summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
Commit message (Collapse)AuthorAgeFilesLines
* Ydb stable 23-2-1123.2.11Daniil Cherednik2023-07-2019-27/+590
| | | | x-stable-origin-commit: 758ace972646c843c5e0785d75c8f4fe044580a1
* Create stable-23-2 branchDaniil Cherednik2023-06-154-19/+4
| | | | x-stable-origin-commit: 3fd4d58117c143ed9e6b21813ccd9e507d2cd4d3
* add library/cpp/actors to github exportDaniil Cherednik2023-06-0292-0/+3046
| | | | x-stable-origin-commit: 0e951cfb44430a0ed33bec779c8a790f73c31b91
* Ydb stable 23-1-2623.1.26Daniil Cherednik2023-05-0519-66/+307
| | | | x-stable-origin-commit: 22184a7e157553d447f17a2dffc4ea2d32dfd74d
* Ydb stable 23-1-1923.1.19Daniil Cherednik2023-03-3122-256/+187
| | | | x-stable-origin-commit: c5d5a396e89d0a72e0267a55e93d8404d4fb54fe
* 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
|
* time providers in separated library for future refactoringivanmorozov2022-11-295-142/+11
|
* Fill 'created_at' field of scheme entryilnaz2022-11-281-6/+6
|
* Add reserve to TContiguousDatainnokentii2022-11-222-0/+79
| | | add reserve to TContiguousData
* Log correct actor type name in lwtracesnaury2022-11-181-14/+16
|
* Improve IC packet slicingalexvru2022-11-174-19/+21
|
* fix node crash on bad content length parsingxenoxeno2022-11-171-8/+20
|
* Improve semaphore,kruall2022-11-153-313/+434
|
* Improve TContiguouseData interfaceinnokentii2022-11-142-9/+40
| | | improve TContiguousData interface
* Add Detach to TSharedDatainnokentii2022-11-115-6/+36
| | | add Detach to TSharedData
* guess socket type on creationxenoxeno2022-11-092-7/+38
|
* pass away guardivanmorozov2022-11-081-1/+30
|
* Add owner-based shared_data backend impl for contiguous_datainnokentii2022-11-085-183/+213
| | | add owner-based shared_data backend impl for contiguous_data
* async send methodivanmorozov2022-11-072-0/+5
|
* Add msvc workaround for TContiguousDatainnokentii2022-11-031-2/+2
| | | workaround for msvc compiler
* Add extra Y_VERIFY in PassAwayalexvru2022-10-288-4/+16
|
* Enable linux-arm platform.dcherednik2022-10-262-1/+61
|
* fix NO_DEBUG_INFO() for OS_DARWINsnermolaev2022-10-231-0/+181
|
* fix namespace usage for tls variableivanmorozov2022-10-211-9/+9
|
* actor logs usage simplificationivanmorozov2022-10-211-0/+43
|
* event for anything (temporary compatibility with simple events)ivanmorozov2022-10-213-16/+30
|
* use context constructor and sender guard instead of method with a lot of ↵ivanmorozov2022-10-212-5/+41
| | | | arguments
* optimize interfacesivanmorozov2022-10-195-24/+46
|
* actors object modelivanmorozov2022-10-1815-65/+255
|