Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Fix ya-bin crashes on win when yt-store is enabled | svidyuk | 2022-11-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | yt-store is enabled by default on all platforms including windows PR:2997752 https://a.yandex-team.ru/review/2997752 adds ifdedfs for windows to enforce MSDN requirement that memory allocated with _alligned_allocate must be deallocated with _aligned_free. PR:3110888 https://a.yandex-team.ru/review/3110888 removes 2 of 3 ifdefs added and introduces inconsistency between allc/free functions on windows. Types with alignment requiremens less then std::max_allign_t are allocated with malloc and freed with _alligned_free. ya-bin release with this commit crashes on windows unless user explicitelly disable yt-store. Restore ifdefs which were removed in PR:3110888 in order to fix the problem. | |||||
* | use y_allocate / y_deallocate | tobo | 2022-11-19 | 1 | -10/+3 | |
| | ||||||
* | Log correct actor type name in lwtrace | snaury | 2022-11-18 | 1 | -14/+16 | |
| | ||||||
* | Authorization of registration node | molotkov-and | 2022-11-18 | 6 | -6/+29 | |
| | ||||||
* | 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 | |
| | ||||||
* | Switch to modern std::memory_order enum | babenko | 2022-11-16 | 8 | -42/+42 | |
| | ||||||
* | Improve semaphore, | kruall | 2022-11-15 | 3 | -317/+438 | |
| | ||||||
* | Some more tests for SS consistency over topic move | komels | 2022-11-15 | 1 | -0/+2 | |
| | ||||||
* | Improve TContiguouseData interface | innokentii | 2022-11-14 | 2 | -9/+40 | |
| | | | improve TContiguousData interface | |||||
* | rework pom generation to support EXCLUDES | svidyuk | 2022-11-14 | 2 | -31/+21 | |
| | ||||||
* | Fix std implementation based unescaping () | cerevra | 2022-11-13 | 1 | -2/+2 | |
| | ||||||
* | Move TChunkedOutputStream to library and make it zero-copy aware | babenko | 2022-11-13 | 4 | -43/+189 | |
| | ||||||
* | make class more compatible with std::vector | tobo | 2022-11-11 | 2 | -5/+72 | |
| | ||||||
* | Add Detach to TSharedData | innokentii | 2022-11-11 | 5 | -6/+36 | |
| | | | add Detach to TSharedData | |||||
* | add move operations, more constructors, fit memory blocks to power-of-two size | tobo | 2022-11-11 | 2 | -5/+107 | |
| | ||||||
* | 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 | |
| | ||||||
* | ,completely remove combined poller | kulikov | 2022-11-03 | 3 | -44/+19 | |
| | | | | | | | - no significant perfomance gain by now; - balancer doesn't use combined poller; - tests over combined poller normally check only one part; - poll and epoll have some differences in behaivor; - there is probably a bug somewhere (uncaught exception on switch from poll to epoll). | |||||
* | Add msvc workaround for TContiguousData | innokentii | 2022-11-03 | 1 | -2/+2 | |
| | | | workaround for msvc compiler | |||||
* | Properly use std::max_align_t | babenko | 2022-11-03 | 1 | -2/+2 | |
| | ||||||
* | fix hang on invalid url | xenoxeno | 2022-11-03 | 1 | -3/+3 | |
| | ||||||
* | Introduce aligned_malloc; drop more YTAlloc dependencies | babenko | 2022-11-03 | 8 | -38/+37 | |
| |