Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix coverity issue: resource leak | uzhas | 2023-10-17 | 1 | -2/+4 |
| | |||||
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 2 | -6/+6 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 1 | -7/+7 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 3 | -3/+3 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | KIKIMR-19627: Exclude logging for responses with status 2xx | molotkov-and | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | KIKIMR-19463: Increase url perform size in http actor lib | molotkov-and | 2023-09-29 | 1 | -1/+1 |
| | |||||
* | switch web login service to http handlers to avoid promise lock-out KIKIMR-19359 | xenoxeno | 2023-09-15 | 2 | -2/+2 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-09-06 | 4 | -16/+8 |
| | |||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 9 | -0/+291 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 9 | -291/+0 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+52 |
| | |||||
* | more detailed logging; | qkrorlqr | 2023-05-24 | 1 | -1/+14 |
| | |||||
* | Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl options | molotkov-and | 2023-05-16 | 1 | -0/+2 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 2 | -2/+2 |
| | | | Update tools: yexport | ||||
* | YDB support OpenID Connect | molotkov-and | 2023-04-11 | 2 | -8/+12 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-04-10 | 4 | -5/+13 |
| | |||||
* | Switch to lld64.ld on darwin target platform | hiddenpath | 2023-04-01 | 1 | -2/+1 |
| | |||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -52/+0 |
| | |||||
* | revert light events | xenoxeno | 2023-03-28 | 2 | -16/+16 |
| | |||||
* | Mandate sdk_version 11.0 when targeting MacOS | thegeorg | 2023-03-23 | 1 | -1/+1 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 2 | -6/+6 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 11 | -0/+336 |
| | |||||
* | Add SSL_set_tlsext_host_name ssl option | molotkov-and | 2023-03-09 | 4 | -14/+19 |
| | |||||
* | light events for actor system | xenoxeno | 2023-03-09 | 2 | -16/+16 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+35 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Add capability to set headers to outgoing response | molotkov-and | 2023-03-06 | 3 | -8/+120 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -24/+24 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -24/+24 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | Update tools: yexport | ||||
* | [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`. Вероятно это произошло после рефакторинга. | ||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -25/+108 |
| | |||||
* | fix node crash on bad content length parsing | xenoxeno | 2022-11-17 | 1 | -8/+20 |
| | |||||
* | guess socket type on creation | xenoxeno | 2022-11-09 | 2 | -7/+38 |
| | |||||
* | support content-type in GET | uzhas | 2022-10-04 | 2 | -1/+26 |
| | |||||
* | Library/cpp/actors Activities | hor911 | 2022-08-19 | 6 | -0/+14 |
| | |||||
* | fix content-length 0 in requests | xenoxeno | 2022-08-15 | 2 | -3/+23 |
| | |||||
* | fix ut | xenoxeno | 2022-07-11 | 1 | -0/+1 |
| | |||||
* | Create kesuses for rate limiting in YQ | galaxycrab | 2022-07-08 | 3 | -19/+32 |
| | | | | | | | | | Fill config in kikimr runner Create coordination nodes Pass to config Protos | ||||
* | intermediate changes | arcadia-devtools | 2022-07-01 | 1 | -2/+39 |
| | | | | ref:090632378b7b7874f8203fa4877f372f9e3bf51e | ||||
* | intermediate changes | arcadia-devtools | 2022-06-10 | 1 | -1/+3 |
| | | | | ref:cf978a76bc6d73679fd0ad941e177bc593e90f52 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-09 | 1 | -1/+6 |
| | | | | ref:867b363c3b1b55cb4589971a77303a6d0d3e1dbe | ||||
* | intermediate changes | arcadia-devtools | 2022-06-02 | 1 | -1/+1 |
| | | | | ref:897f95916cd29fcdf9f1223e0fcd35d4781a3b5f | ||||
* | intermediate changes | arcadia-devtools | 2022-06-01 | 5 | -10/+102 |
| | | | | ref:c234234dab27a004d8ea6b9fa34ee745cc4736a1 | ||||
* | add https support to builtin monitoring KIKIMR-14868 | Alexey Efimov | 2022-05-23 | 1 | -2/+3 |
| | | | | ref:1350d4933ca320aa0d84b8e7aac2a1e957942567 | ||||
* | fixes for redirections KIKIMR-14742 | Alexey Efimov | 2022-05-20 | 1 | -1/+8 |
| | | | | ref:1c576bf8c00f29291ab91c1039b8ad64798ba93d | ||||
* | add support for mixed and ipv4-only environment KIKIMR-14869 | Alexey Efimov | 2022-05-18 | 9 | -53/+250 |
| | | | | ref:ec57c92c9ef01b8aad21861c915e620ec8823586 | ||||
* | add http-mon via ic proxy KIKIMR-14742 | Alexey Efimov | 2022-05-17 | 2 | -2/+12 |
| | | | | ref:b3a758f33f4578f7f8ce2e822783faf41a5ab6cd |