aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Restrict max length of learned prefixes and fix solar codecalzobnin2022-12-153-8/+11
|
* GTEST support for tests with YT recipeeak1mov2022-12-151-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::GetSchemeHostalexromanov2022-12-153-0/+105
|
* Add sensors,kruall2022-12-157-29/+76
|
* Add TStringBuf conversion operator for TRcBufinnokentii2022-12-133-16/+36
| | | | | add TStringBuf conversion operator add TStringBuf conversion operator
* Add TStringBuf conversion operator for TSharedDatainnokentii2022-12-132-0/+5
| | | add TStringBuf conversion operator
* Fix static type hints for LazyIntGauge: GAUGE -> IGAUGEborman2022-12-092-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 TRcBufinnokentii2022-12-097-111/+111
| | | rename TContiguousData to TRcBuf
* Improve AS14,kruall2022-12-0811-62/+215
|
* AS1.4,kruall2022-12-0818-22/+579
|
* Node maintenance requestskvk19202022-12-082-4/+10
|
* TContiguousData reimplement backendinnokentii2022-12-076-201/+276
| | | replace shared_data controlling backend with internal one
* Improve error handling: add counters for internal, other and because of ban ↵nocomer2022-12-072-9/+20
| | | | errors/fails, provide source of errors and reasons of coroutine cancellations
* Fix nallocx redefinition when using lf allocator on windowsaleexfi2022-12-063-13/+18
|
* Add TSharedRefArray::ToStringbabenko2022-12-042-0/+22
|
* remove kikimr/driver DEPENDSqrort2022-12-02455-108723/+0
|
* validate canons without yatest_commonqrort2022-11-30455-0/+108723
|
* Add C++20 compatible 'contains'.a-romanov2022-11-301-0/+5
|
* time providers in separated library for future refactoringivanmorozov2022-11-2913-142/+243
|
* Fill 'created_at' field of scheme entryilnaz2022-11-281-6/+6
|
* additional checkersivanmorozov2022-11-251-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.dcherednik2022-11-241-1/+1
|
* Build hyperscan udf on x86_64 only.dcherednik2022-11-227-17/+88
|
* add copy assignment operatortobo2022-11-222-0/+29
|
* Add reserve to TContiguousDatainnokentii2022-11-222-0/+79
| | | add reserve to TContiguousData
* Fix ya-bin crashes on win when yt-store is enabledsvidyuk2022-11-211-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_deallocatetobo2022-11-191-10/+3
|
* Log correct actor type name in lwtracesnaury2022-11-181-14/+16
|
* Authorization of registration nodemolotkov-and2022-11-186-6/+29
|
* Improve IC packet slicingalexvru2022-11-174-19/+21
|
* fix node crash on bad content length parsingxenoxeno2022-11-171-8/+20
|
* Switch to modern std::memory_order enumbabenko2022-11-168-42/+42
|
* Improve semaphore,kruall2022-11-153-317/+438
|
* Some more tests for SS consistency over topic movekomels2022-11-151-0/+2
|
* Improve TContiguouseData interfaceinnokentii2022-11-142-9/+40
| | | improve TContiguousData interface
* rework pom generation to support EXCLUDESsvidyuk2022-11-142-31/+21
|
* Fix std implementation based unescaping ()cerevra2022-11-131-2/+2
|
* Move TChunkedOutputStream to library and make it zero-copy awarebabenko2022-11-134-43/+189
|
* make class more compatible with std::vectortobo2022-11-112-5/+72
|
* Add Detach to TSharedDatainnokentii2022-11-115-6/+36
| | | add Detach to TSharedData
* add move operations, more constructors, fit memory blocks to power-of-two sizetobo2022-11-112-5/+107
|
* guess socket type on creationxenoxeno2022-11-092-7/+38
|
* pass away guardivanmorozov2022-11-081-1/+30
|
* Add owner-based shared_data backend impl for contiguous_datainnokentii2022-11-085-183/+213
| | | add owner-based shared_data backend impl for contiguous_data
* async send methodivanmorozov2022-11-072-0/+5
|
* ,completely remove combined pollerkulikov2022-11-033-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 TContiguousDatainnokentii2022-11-031-2/+2
| | | workaround for msvc compiler
* Properly use std::max_align_tbabenko2022-11-031-2/+2
|
* fix hang on invalid urlxenoxeno2022-11-031-3/+3
|
* Introduce aligned_malloc; drop more YTAlloc dependenciesbabenko2022-11-038-38/+37
|