aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* improve code navigation for flags usageivanmorozov2023-04-172-24/+27
|
* Intermediate changesrobot-piglet2023-04-171-3/+3
|
* log formattingivanmorozov2023-04-171-0/+52
|
* getting rid of TActorContext in state functionsxenoxeno2023-04-1421-49/+66
|
* Report stuck actorsalexvru2023-04-148-0/+87
|
* Intermediate changesrobot-piglet2023-04-143-10/+10
|
* Remove TEventDescr1 support from ICalexvru2023-04-146-73/+30
|
* [library/cpp/logger] Support meta flags with TLogElementm-milkin2023-04-145-12/+76
| | | | | | | | Support opportunity to use TMetaFlags with TLogElement. **Use example:** `Log().With("Property", "Value").With("Code", "Code") << LogMessage` Such interface allows to not parse required by TLogBackend properties from raw string.
* Remove TTcpPacketHeader_v1 support from ICalexvru2023-04-147-128/+50
|
* Forward libfyaml node styles to fyamlcppinnokentii2023-04-133-13/+38
| | | forward libfyaml node styles to fyamlcpp
* Implement external data channel: connectionalexvru2023-04-139-14/+206
|
* Refactor backtrace cursorsbabenko2023-04-138-0/+133
|
* Remove excessive reading from the pipealexvru2023-04-134-30/+48
|
* use 200 chars solomon-tag-limitivanmorozov2023-04-112-4/+15
|
* Prepare for XDC supportalexvru2023-04-111-224/+232
|
* Intermediate changesrobot-piglet2023-04-111-7/+0
|
* YDB support OpenID Connectmolotkov-and2023-04-112-8/+12
|
* Intermediate changesrobot-piglet2023-04-113-11/+119
|
* jemalloc handler: add stats commandjoker2k2023-04-101-0/+2
| | | jemalloc handler: add stats command
* Don't allow 1043 to become fakes [mergeto:jupiter]alexromanov2023-04-101-0/+1
|
* Intermediate changesrobot-piglet2023-04-1055-69/+175
|
* YT-18707: Move LLVM out of ytlibdtorilov2023-04-071-0/+16
|
* YT-18375: Get rid of zero size paddingaleexfi2023-04-072-1/+23
|
* Fix channel scheduleralexvru2023-04-071-10/+6
|
* Intermediate changesrobot-piglet2023-04-072-0/+7
|
* [library/cpp/testing/common/ut/env] Added GetGlobalResource function to ↵prettyboy2023-04-063-0/+32
| | | | obtain global resources from context file
* Intermediate changesrobot-piglet2023-04-061-0/+4
|
* avoiding recursion on some buildsxenoxeno2023-04-031-6/+1
|
* Fix ThreadSanitizer for coroutine actorsalexvru2023-04-032-34/+87
|
* general actor id constructor for signals and statsivanmorozov2023-04-022-16/+29
| | | remove useless method necessary
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-0113-26/+13
|
* coro allocator by defaultalexeylaptev2023-03-311-2/+2
|
* Swith flake8 to custom lint schemasay2023-03-3120-3847/+0
|
* Improve coroutine actors with pre-leave and pre-enter hooksalexvru2023-03-302-0/+43
|
* 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
|