aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix data races,kruall2022-12-294-9/+10
|
* add cookie argumentxenoxeno2022-12-282-3/+3
|
* Remove needless template in send methods,kruall2022-12-262-14/+9
|
* Row digests for store compactorifsmirnov2022-12-262-5/+40
|
* schemeshard: make reboot tests run fasterijon2022-12-261-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 countedlukyan2022-12-263-7/+7
|
* [yql] FuzzyEquals docudovichenko-r2022-12-232-31/+30
|
* parse line on deploy by optionivanmorozov2022-12-237-0/+215
|
* . move strings instead of copyalex-ersh2022-12-231-2/+2
|
* Allow to use std::vector in AppendToar7is72022-12-232-4/+10
|
* Add settings for converting float to string in TProto2JsonConfigmaxfed2022-12-223-0/+51
| | | init
* Add additional SendWithContinuousExecutionva-kuznecov2022-12-222-0/+30
|
* BlockExpandChunked: add forgotten fileaneporada2022-12-212-19/+24
|
* Added missing content-type to struct in mime library.zagevalo2022-12-211-2/+2
|
* [actors/http] Fixed inactivity event handlinguranix2022-12-211-8/+8
| | | Проверка `if (ev->Get() == InactiveEvent)` была вложена в проверку `if (ev->Get()->Read)`, но у `InactiveEvent` поля `Read`, `Write` всегда `false`. Вероятно это произошло после рефакторинга.
* Add sensors about AS,kruall2022-12-215-13/+48
|
* Send with continuous execution msg after registration,kruall2022-12-211-1/+1
|
* Improve SendWithContinuousExecution,kruall2022-12-201-5/+8
|
* Add move ctor to TMetricRegistrychegoryu2022-12-192-0/+4
|
* Do not print missing oneof field in proto2json even MissingKeyDefault is ↵bulatman2022-12-163-3/+27
| | | | specified
* add one more method overloadconterouz2022-12-161-0/+6
|
* Добавил в библиотеку метод для создания ↵conterouz2022-12-163-16/+100
| | | | Base64 строки url-friendly
* Port gen_tld to py3svidyuk2022-12-164-18/+18
|
* Port build_info to py3svidyuk2022-12-163-6/+6
|
* Sync linux-headers instead of using system onesthegeorg2022-12-15942-3557/+18347
|
* 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