aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-03-291-5/+4
|
* Fix is starved with no working threads,kruall2023-03-291-2/+5
|
* Add burst metrics,kruall2023-03-2910-25/+209
|
* solve recursion problemxenoxeno2023-03-291-3/+3
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-28533-7971/+0
|
* Intermediate changesrobot-piglet2023-03-281-5/+15
|
* Intermediate changesrobot-piglet2023-03-281-2/+16
|
* Added mp4 and avi types to mime detector and some counters fixes in dns-proxyzagevalo2023-03-282-0/+7
|
* revert light eventsxenoxeno2023-03-2858-1375/+364
|
* Fix memory leakage in TSyncPageCacheFileLogBackendsrx642023-03-281-4/+10
| | | | Memleak occurred when the storage was running out of space and a TFileError exception was thrown. In this case, the buffer was not cleared after writing.
* Fix asan problem with coro txalexvru2023-03-271-6/+10
|
* Fix several small sins of junit xml report generatorgalaxycrab2023-03-272-23/+139
| | | | | | | 1. Закэпчуренный вывод в stderr/stdout после прогона теста вывожу в stderr/stdout полностью 2. Для xml-отчёта он обрезается, но теперь не по случайному символу, а по возможности по символу конца строки 3. Также теперь вывод печатается не первые 10 KB, а первые и последние 5 KB 4. При возникновении каких-то ошибок парсинга теста из xml-отчёта дочернего процесса текст этих ошибок трансформируется в failures теста, чтобы не пропускать их. 5. Добавлена валидация и экранирование строк для xml. Так как не все символы разрешается записывать в xml, приходится вместо запрещённых вставлять разрешённые ('?')
* [devtools/ya/package] Populate custom-version to vcs infoprettyboy2023-03-271-0/+1
|
* Fix TEventType::Load for null input bufferalexvru2023-03-253-4/+5
|
* Revert commit rXXXXXXinnokentii2023-03-242-285/+0
|
* Add not enough execution metrics,kruall2023-03-2410-3/+40
|
* Add yaml config utils:innokentii2023-03-242-0/+285
| | | add yaml config utils
* Filter searcher props by black list. Add NResource::Has()m-milkin2023-03-245-1/+16
|
* Fix leaks on fyamlcpp misuseinnokentii2023-03-233-16/+81
| | | fix possible leaks on misuse
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-2313-13/+13
|
* Intermediate changesrobot-piglet2023-03-221-0/+11
|
* Fix pp results parse in pmuscazagevalo2023-03-222-0/+2
|
* unittest junitxml add suite name to classnamealexv-smirnov2023-03-221-0/+3
|
* Allow to AddOrReplace headers from THttpResponseav-koshkin2023-03-222-0/+36
|
* Intermediate changesrobot-piglet2023-03-211-1/+2
|
* Don't use standalone GNU iconv in opensourcesvidyuk2023-03-215-9/+9
|
* Support --fork-tests in JUnitProcessor. Support more than one trace ↵galaxycrab2023-03-205-118/+483
| | | | processor. Capture stderr/stdout logs, backtrace and time in JUnitProcesor
* fixup: now AllowComments worked prepertly when using non-stream prototype of ↵yurial2023-03-201-4/+5
| | | | Json2Proto
* Intermediate changesrobot-piglet2023-03-201-1/+4
|
* Поправить ошибку MemorySanitizer: use-of-uninitialized-valuetesseract2023-03-201-4/+4
|
* Intermediate changesrobot-piglet2023-03-182-2/+17
|
* YT-18571: fix YT enums' uniqueness checkignatloskutov2023-03-171-9/+1
| | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ```
* External build system generator release 21robot-ya-builder2023-03-17270-799/+799
| | | Update tools: yexport
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-03-179-94/+342
|
* Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests,serg-belyakov2023-03-173-48/+35
| | | Remove redundant LeaseHolder resets
* fix writing to junitxml set by an env var from a forked testalexv-smirnov2023-03-172-10/+22
|
* Fix coroutine actor destructoralexvru2023-03-162-2/+9
|
* JUnitXML output for unittestalexv-smirnov2023-03-168-0/+218
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-15645-0/+12684
|
* Add all-to-one UT, add handshake broker to test environment,serg-belyakov2023-03-154-66/+132
| | | | | | | | | Decrease HandshakeBroker inflight limit Add HandshakeBroker to test environment Setup Handshake broker in test environment Increase timeout, decrease cluster size
* [http/server] Add epoll max events optionsskvor2023-03-142-1/+2
|
* Fix cpu count metric,kruall2023-03-142-2/+2
|
* Fix overbooking reaction,kruall2023-03-141-24/+27
|
* Fix false starving state,kruall2023-03-149-31/+24
|
* Intermediate changesrobot-piglet2023-03-145-26/+170
|
* YT-18571: Refactor YT enums to make them Arcadia-friendlybabenko2023-03-145-234/+258
|
* YTORM-666: Fix linear lookups for composite history or watch attributesdgolear2023-03-131-3/+2
|
* Disable lfalloc for 32-bit ARM architecturesogladov2023-03-131-0/+5
| | | Disable lfalloc for ARM archtectures
* Add different next permission selection strategies for handshake broker,serg-belyakov2023-03-131-3/+38
| | | Add different selection strategies for handhsake broker
* default allocator for 32bit arch: LF -> Jsnermolaev2023-03-132-4/+9
|