| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove incoming handshake broker, add inflight setting to IC common, | serg-belyakov | 2023-02-28 | 4 | -26/+30 |
| | | | | | | Fix Remove outgoing handshake broker | ||||
| * | Improve TActorCoro | alexvru | 2023-02-21 | 2 | -51/+26 |
| | | |||||
| * | Перенос yc public yq events api в oss | auzhegov | 2023-02-17 | 7 | -0/+137 |
| | | | | Initial version | ||||
| * | fix threads count determination for kqp tasks calculation | ivanmorozov | 2023-02-15 | 3 | -13/+22 |
| | | | | fix threads count | ||||
| * | attempt to stabilize perf test in different environments | xenoxeno | 2023-02-09 | 2 | -47/+48 |
| | | |||||
| * | Correct mem limit detection in mk8s | hor911 | 2023-02-09 | 1 | -7/+12 |
| | | |||||
| * | tasks calculation improve | ivanmorozov | 2023-02-09 | 1 | -0/+15 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 42 | -347/+359 |
| | | |||||
| * | Add metrics about thread count in pool, | kruall | 2023-02-07 | 5 | -0/+23 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 42 | -359/+347 |
| | | |||||
| * | Allow using TlsActivationContext inside coroutine | alexvru | 2023-02-02 | 2 | -6/+6 |
| | | |||||
| * | Parse old IC version record, when new one is not present, | serg-belyakov | 2023-01-31 | 2 | -1/+14 |
| | | | | | | | | | | UT initial optional minor tag Initial | ||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 14 | -14/+14 |
| | | | | Update tools: yexport | ||||
| * | Add UT for IC version control, | serg-belyakov | 2023-01-26 | 2 | -0/+9 |
| | | | | initial | ||||
| * | Fix ubsan errors in VDisk | alexvru | 2023-01-25 | 1 | -3/+4 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-01-25 | 1 | -1/+1 |
| | | |||||
| * | Add forgotten return in send method, | kruall | 2023-01-24 | 1 | -1/+1 |
| | | |||||
| * | Get rid of IActorVirtual | va-kuznecov | 2023-01-23 | 2 | -11/+3 |
| | | |||||
| * | Fix serialization for external data channel, | alexvru | 2023-01-23 | 12 | -48/+88 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-01-23 | 1 | -2/+2 |
| | | |||||
| * | Revert "Support interface part for ExternalDataChannel feature" | gvit | 2023-01-23 | 12 | -81/+43 |
| | | | | | This reverts commit 0a05f95e826bc5416a494ba7822d7d7eaa8ce52c, reversing changes made to 1c58d6c48d9dc449c72880696f23217d19595db1. | ||||
| * | Fix valgrind build TRcBuf calls, | innokentii | 2023-01-19 | 1 | -22/+36 |
| | | | | fix valgrind build | ||||
| * | Use monotonic clock for time interval measurements in Interconnect | alexvru | 2023-01-18 | 6 | -44/+54 |
| | | |||||
| * | BS version control, Interconnect, | serg-belyakov | 2023-01-18 | 3 | -3/+35 |
| | | | | BS version control, Interconnect, | ||||
| * | Support interface part for ExternalDataChannel feature | alexvru | 2023-01-18 | 12 | -43/+81 |
| | | |||||
| * | Introduce ExternalDataChannel setting | alexvru | 2023-01-17 | 8 | -1/+15 |
| | | |||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 57 | -57/+57 |
| | | | | Update tools: yexport | ||||
| * | add file:line into ALS logs | ivanmorozov | 2023-01-16 | 1 | -1/+4 |
| | | |||||
| * | 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 |
| | | |||||
