Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Row digests for store compactor | ifsmirnov | 2022-12-26 | 2 | -5/+40 |
| | |||||
* | 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). | ||||
* | Cosmetics in ref counted | lukyan | 2022-12-26 | 3 | -7/+7 |
| | |||||
* | [yql] FuzzyEquals doc | udovichenko-r | 2022-12-23 | 2 | -31/+30 |
| | |||||
* | parse line on deploy by option | ivanmorozov | 2022-12-23 | 7 | -0/+215 |
| | |||||
* | . move strings instead of copy | alex-ersh | 2022-12-23 | 1 | -2/+2 |
| | |||||
* | Allow to use std::vector in AppendTo | ar7is7 | 2022-12-23 | 2 | -4/+10 |
| | |||||
* | Add settings for converting float to string in TProto2JsonConfig | maxfed | 2022-12-22 | 3 | -0/+51 |
| | | | init | ||||
* | Add additional SendWithContinuousExecution | va-kuznecov | 2022-12-22 | 2 | -0/+30 |
| | |||||
* | BlockExpandChunked: add forgotten file | aneporada | 2022-12-21 | 2 | -19/+24 |
| | |||||
* | Added missing content-type to struct in mime library. | zagevalo | 2022-12-21 | 1 | -2/+2 |
| | |||||
* | [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 |
| | |||||
* | Add move ctor to TMetricRegistry | chegoryu | 2022-12-19 | 2 | -0/+4 |
| | |||||
* | Do not print missing oneof field in proto2json even MissingKeyDefault is ↵ | bulatman | 2022-12-16 | 3 | -3/+27 |
| | | | | specified | ||||
* | add one more method overload | conterouz | 2022-12-16 | 1 | -0/+6 |
| | |||||
* | Добавил в библиотеку метод для создания ↵ | conterouz | 2022-12-16 | 3 | -16/+100 |
| | | | | Base64 строки url-friendly | ||||
* | Port gen_tld to py3 | svidyuk | 2022-12-16 | 4 | -18/+18 |
| | |||||
* | Port build_info to py3 | svidyuk | 2022-12-16 | 3 | -6/+6 |
| | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 942 | -3557/+18347 |
| | |||||
* | Restrict max length of learned prefixes and fix solar codec | alzobnin | 2022-12-15 | 3 | -8/+11 |
| | |||||
* | GTEST support for tests with YT recipe | eak1mov | 2022-12-15 | 1 | -1/+1 |
| | | | | | Добавил хук `mapreduce/yt/tests/yt_initialize_hook` для вызова `NYT::Initialize`. Перенес `YT_UNITTEST` на использование хука вместо кастомной `main`. Обновил документацию и примеры использования UNITTEST и GTEST для YT. | ||||
* | Support non-http scheme in Url::GetSchemeHostPort and Url::GetSchemeHost | alexromanov | 2022-12-15 | 3 | -0/+105 |
| | |||||
* | 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 | ||||
* | Fix static type hints for LazyIntGauge: GAUGE -> IGAUGE | borman | 2022-12-09 | 2 | -11/+25 |
| | | | | | | This would previously break repeated metric access. Should not affect production code, since the static type hint is only used for checking against an already-present metric at creation time. Also, added idempotency checks to registry unit tests. | ||||
* | 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 |
| | |||||
* | Node maintenance requests | kvk1920 | 2022-12-08 | 2 | -4/+10 |
| | |||||
* | TContiguousData reimplement backend | innokentii | 2022-12-07 | 6 | -201/+276 |
| | | | replace shared_data controlling backend with internal one | ||||
* | Improve error handling: add counters for internal, other and because of ban ↵ | nocomer | 2022-12-07 | 2 | -9/+20 |
| | | | | errors/fails, provide source of errors and reasons of coroutine cancellations | ||||
* | Fix nallocx redefinition when using lf allocator on windows | aleexfi | 2022-12-06 | 3 | -13/+18 |
| | |||||
* | Add TSharedRefArray::ToString | babenko | 2022-12-04 | 2 | -0/+22 |
| | |||||
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 455 | -108723/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 455 | -0/+108723 |
| | |||||
* | Add C++20 compatible 'contains'. | a-romanov | 2022-11-30 | 1 | -0/+5 |
| | |||||
* | time providers in separated library for future refactoring | ivanmorozov | 2022-11-29 | 13 | -142/+243 |
| | |||||
* | Fill 'created_at' field of scheme entry | ilnaz | 2022-11-28 | 1 | -6/+6 |
| | |||||
* | additional checkers | ivanmorozov | 2022-11-25 | 1 | -1/+1 |
| | | | | | ask snapshot concrete checker different wayt for different modification types validation secret<->tier<->tiering | ||||
* | Use flat table driven FSM on x86_64 only. | dcherednik | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | Build hyperscan udf on x86_64 only. | dcherednik | 2022-11-22 | 7 | -17/+88 |
| | |||||
* | add copy assignment operator | tobo | 2022-11-22 | 2 | -0/+29 |
| | |||||
* | Add reserve to TContiguousData | innokentii | 2022-11-22 | 2 | -0/+79 |
| | | | add reserve to TContiguousData |