| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ydb stable 23-2-1123.2.11 | Daniil Cherednik | 2023-07-20 | 19 | -27/+590 |
| | | | | | x-stable-origin-commit: 758ace972646c843c5e0785d75c8f4fe044580a1 | ||||
| * | Create stable-23-2 branch | Daniil Cherednik | 2023-06-15 | 4 | -19/+4 |
| | | | | | x-stable-origin-commit: 3fd4d58117c143ed9e6b21813ccd9e507d2cd4d3 | ||||
| * | add library/cpp/actors to github export | Daniil Cherednik | 2023-06-02 | 92 | -0/+3046 |
| | | | | | x-stable-origin-commit: 0e951cfb44430a0ed33bec779c8a790f73c31b91 | ||||
| * | Ydb stable 23-1-2623.1.26 | Daniil Cherednik | 2023-05-05 | 19 | -66/+307 |
| | | | | | x-stable-origin-commit: 22184a7e157553d447f17a2dffc4ea2d32dfd74d | ||||
| * | Ydb stable 23-1-1923.1.19 | Daniil Cherednik | 2023-03-31 | 22 | -256/+187 |
| | | | | | x-stable-origin-commit: c5d5a396e89d0a72e0267a55e93d8404d4fb54fe | ||||
| * | Add Lazy and Tail sends, | kruall | 2023-01-13 | 14 | -81/+248 |
| | | |||||
| * | Refactor sending and registration methods, | kruall | 2023-01-12 | 29 | -425/+586 |
| | | |||||
| * | Fix failed tests with united pool, | kruall | 2023-01-09 | 2 | -1/+3 |
| | | |||||
| * | Fix data races, | kruall | 2022-12-29 | 4 | -9/+10 |
| | | |||||
| * | add cookie argument | xenoxeno | 2022-12-28 | 2 | -3/+3 |
| | | |||||
| * | Remove needless template in send methods, | kruall | 2022-12-26 | 2 | -14/+9 |
| | | |||||
| * | schemeshard: make reboot tests run faster | ijon | 2022-12-26 | 1 | -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 SendWithContinuousExecution | va-kuznecov | 2022-12-22 | 2 | -0/+30 |
| | | |||||
| * | [actors/http] Fixed inactivity event handling | uranix | 2022-12-21 | 1 | -8/+8 |
| | | | | Проверка `if (ev->Get() == InactiveEvent)` была вложена в проверку `if (ev->Get()->Read)`, но у `InactiveEvent` поля `Read`, `Write` всегда `false`. Вероятно это произошло после рефакторинга. | ||||
| * | Add sensors about AS, | kruall | 2022-12-21 | 5 | -13/+48 |
| | | |||||
| * | Send with continuous execution msg after registration, | kruall | 2022-12-21 | 1 | -1/+1 |
| | | |||||
| * | Improve SendWithContinuousExecution, | kruall | 2022-12-20 | 1 | -5/+8 |
| | | |||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 54 | -278/+1265 |
| | | |||||
| * | Add sensors, | kruall | 2022-12-15 | 7 | -29/+76 |
| | | |||||
| * | Add TStringBuf conversion operator for TRcBuf | innokentii | 2022-12-13 | 3 | -16/+36 |
| | | | | | | add TStringBuf conversion operator add TStringBuf conversion operator | ||||
| * | Add TStringBuf conversion operator for TSharedData | innokentii | 2022-12-13 | 2 | -0/+5 |
| | | | | add TStringBuf conversion operator | ||||
| * | Rename TContiguousData to TRcBuf | innokentii | 2022-12-09 | 7 | -111/+111 |
| | | | | rename TContiguousData to TRcBuf | ||||
| * | Improve AS14, | kruall | 2022-12-08 | 11 | -62/+215 |
| | | |||||
| * | AS1.4, | kruall | 2022-12-08 | 18 | -22/+579 |
| | | |||||
| * | TContiguousData reimplement backend | innokentii | 2022-12-07 | 5 | -199/+274 |
| | | | | replace shared_data controlling backend with internal one | ||||
| * | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 2 | -62/+0 |
| | | |||||
| * | validate canons without yatest_common | qrort | 2022-11-30 | 2 | -0/+62 |
| | | |||||
| * | time providers in separated library for future refactoring | ivanmorozov | 2022-11-29 | 5 | -142/+11 |
| | | |||||
| * | Fill 'created_at' field of scheme entry | ilnaz | 2022-11-28 | 1 | -6/+6 |
| | | |||||
| * | Add reserve to TContiguousData | innokentii | 2022-11-22 | 2 | -0/+79 |
| | | | | add reserve to TContiguousData | ||||
| * | Log correct actor type name in lwtrace | snaury | 2022-11-18 | 1 | -14/+16 |
| | | |||||
| * | Improve IC packet slicing | alexvru | 2022-11-17 | 4 | -19/+21 |
| | | |||||
| * | fix node crash on bad content length parsing | xenoxeno | 2022-11-17 | 1 | -8/+20 |
| | | |||||
| * | Improve semaphore, | kruall | 2022-11-15 | 3 | -313/+434 |
| | | |||||
| * | Improve TContiguouseData interface | innokentii | 2022-11-14 | 2 | -9/+40 |
| | | | | improve TContiguousData interface | ||||
| * | Add Detach to TSharedData | innokentii | 2022-11-11 | 5 | -6/+36 |
| | | | | add Detach to TSharedData | ||||
| * | guess socket type on creation | xenoxeno | 2022-11-09 | 2 | -7/+38 |
| | | |||||
| * | pass away guard | ivanmorozov | 2022-11-08 | 1 | -1/+30 |
| | | |||||
| * | Add owner-based shared_data backend impl for contiguous_data | innokentii | 2022-11-08 | 5 | -183/+213 |
| | | | | add owner-based shared_data backend impl for contiguous_data | ||||
| * | async send method | ivanmorozov | 2022-11-07 | 2 | -0/+5 |
| | | |||||
| * | Add msvc workaround for TContiguousData | innokentii | 2022-11-03 | 1 | -2/+2 |
| | | | | workaround for msvc compiler | ||||
| * | Add extra Y_VERIFY in PassAway | alexvru | 2022-10-28 | 8 | -4/+16 |
| | | |||||
| * | Enable linux-arm platform. | dcherednik | 2022-10-26 | 2 | -1/+61 |
| | | |||||
| * | fix NO_DEBUG_INFO() for OS_DARWIN | snermolaev | 2022-10-23 | 1 | -0/+181 |
| | | |||||
| * | fix namespace usage for tls variable | ivanmorozov | 2022-10-21 | 1 | -9/+9 |
| | | |||||
| * | actor logs usage simplification | ivanmorozov | 2022-10-21 | 1 | -0/+43 |
| | | |||||
| * | event for anything (temporary compatibility with simple events) | ivanmorozov | 2022-10-21 | 3 | -16/+30 |
| | | |||||
| * | use context constructor and sender guard instead of method with a lot of ↵ | ivanmorozov | 2022-10-21 | 2 | -5/+41 |
| | | | | | arguments | ||||
| * | optimize interfaces | ivanmorozov | 2022-10-19 | 5 | -24/+46 |
| | | |||||
| * | actors object model | ivanmorozov | 2022-10-18 | 15 | -65/+255 |
| | | |||||
