aboutsummaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Do not start processing reques in case of client disconnect or client timeout.dcherednik2023-01-252-0/+9
|
* Fix ubsan errors in VDiskalexvru2023-01-251-3/+4
|
* Intermediate changesrobot-piglet2023-01-251-1/+1
|
* [library/python/pytest/plugins/ya] Added xfaildiff markerprettyboy2023-01-241-6/+17
|
* Add forgotten return in send method,kruall2023-01-241-1/+1
|
* Add assert to check empty entryromakudlakov2023-01-241-1/+2
| | | Add assert that entry is not empty
* Get rid of IActorVirtualva-kuznecov2023-01-232-11/+3
|
* Fix serialization for external data channel,alexvru2023-01-2312-48/+88
|
* Intermediate changesrobot-piglet2023-01-231-2/+2
|
* Revert "Support interface part for ExternalDataChannel feature"gvit2023-01-2312-81/+43
| | | | This reverts commit 0a05f95e826bc5416a494ba7822d7d7eaa8ce52c, reversing changes made to 1c58d6c48d9dc449c72880696f23217d19595db1.
* Refactor and improve TSharedRangeHolderbabenko2023-01-207-28/+128
|
* [library/python/pytest] Better py3 colorizationprettyboy2023-01-209-12/+130
|
* [library/python/pytest/yatest_tools] Fixed unify_path for path that fully ↵prettyboy2023-01-202-1/+4
| | | | matches module name
* Fix valgrind build TRcBuf calls,innokentii2023-01-191-22/+36
| | | fix valgrind build
* Use monotonic clock for time interval measurements in Interconnectalexvru2023-01-186-44/+54
|
* BS version control, Interconnect,serg-belyakov2023-01-183-3/+35
| | | BS version control, Interconnect,
* Support interface part for ExternalDataChannel featurealexvru2023-01-1812-43/+81
|
* Introduce ExternalDataChannel settingalexvru2023-01-178-1/+15
|
* External build system generator release 8robot-ya-builder2023-01-171015-1015/+1015
| | | Update tools: yexport
* add file:line into ALS logsivanmorozov2023-01-161-1/+4
|
* flag for write protobuf error to exception message instead of cerrulanovgeorgiy2023-01-132-19/+74
|
* Add Lazy and Tail sends,kruall2023-01-1314-81/+248
|
* join-reduce optimization.orlovorlov2023-01-131-0/+6
|
* Refactor sending and registration methods,kruall2023-01-1229-425/+586
|
* Add nallocx impl on windows; Remove dependence on allocator coz it doesn't workaleexfi2023-01-106-20/+16
|
* Update README.md.yuryalekseev2023-01-092-2/+6
|
* Fix failed tests with united pool,kruall2023-01-092-1/+3
|
* Update contrib/python/exceptiongroup to 1.1.0robot-contrib2023-01-078-260/+314
|
* More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput ↵babenko2023-01-0316-0/+984
| | | | | | | to library More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library wip
* Preserve original predicate order in rest lambdaaneporada2022-12-301-11/+0
|
* Fix data races,kruall2022-12-294-9/+10
|
* add cookie argumentxenoxeno2022-12-282-3/+3
|
* [devtools/ya/yalibrary/formatter] Moved string method to library/python/stringsprettyboy2022-12-273-0/+314
|
* Fix good results contain empty commentromakudlakov2022-12-271-4/+1
| | | Fix comment for good results
* 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
|
* [library/python/pytest/yatest_tools] Fixed module discovering for tests with ↵prettyboy2022-12-223-24/+116
| | | | CONFTEST_LOAD_POLICY_LOCAL()
* 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 static credentials man + fix linksasmyasnikov2022-12-211-10/+25
| | | added static credentials man + fix links
* 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
|