| Commit message (Expand) | Author | Age | Files | Lines |
* | metrics have been added | hcpp | 2023-11-08 | 400 | -0/+31360 |
* | FQ Runner FrameWork | hor911 | 2023-11-07 | 4 | -0/+633 |
* | added switch secure/insecure grpc channel for wilson uploader | asmyasnikov | 2023-11-07 | 1 | -2/+2 |
* | Make thread local variables fiber friendly | lukyan | 2023-11-07 | 2 | -0/+40 |
* | Intermediate changes | robot-piglet | 2023-11-03 | 1 | -7/+1 |
* | Default to clang-cl when targeting Windows | thegeorg | 2023-11-03 | 4 | -5/+7 |
* | YT-20376: Removed some of the std overloads | arkady-e1ppa | 2023-11-03 | 3 | -42/+42 |
* | YT-20376: TAsyncSignalsHandler improved thread safety | arkady-e1ppa | 2023-11-03 | 1 | -5/+16 |
* | Added 'report_path' param to y_benchmark | daniel-march | 2023-11-02 | 1 | -20/+48 |
* | Stacktraces add line numbers | maksim-kita | 2023-11-02 | 11 | -0/+174 |
* | (no commit message) | zhukoff-pavel | 2023-11-02 | 1 | -2/+6 |
* | Throttle datashard log messages | azevaykin | 2023-11-01 | 1 | -0/+7 |
* | KIKIMR-19066 added hc optimal clock skew calculation | andrew-rykov | 2023-10-30 | 2 | -4/+29 |
* | Make TInputMappedRange::const_reference really const | imsemenov00 | 2023-10-30 | 1 | -1/+2 |
* | YTORM-214: Add unittests for pr-4688904 | kmokrov | 2023-10-27 | 2 | -0/+33 |
* | Code style | azevaykin | 2023-10-25 | 2 | -3/+5 |
* | templated AddObserver | azevaykin | 2023-10-25 | 2 | -19/+82 |
* | Optimize Json2Proto | vadim-xd | 2023-10-24 | 1 | -8/+12 |
* | move version of SetContent | aykeron | 2023-10-23 | 1 | -0/+6 |
* | Intermediate changes | robot-piglet | 2023-10-23 | 5 | -227/+244 |
* | [library] Fix ub-sanitizer error 'applying non-zero offset to null pointer' | vmordovin | 2023-10-20 | 1 | -1/+4 |
* | add log macros | ivanmorozov | 2023-10-20 | 2 | -5/+24 |
* | Remove 'runtime' from TEventObserver | azevaykin | 2023-10-20 | 2 | -6/+5 |
* | Move swag from devtools/ to library/python/testing/ | alexv-smirnov | 2023-10-18 | 6 | -0/+506 |
* | Remove copy of json map | vadim-xd | 2023-10-18 | 1 | -1/+1 |
* | fix coverity issue: resource leak | uzhas | 2023-10-17 | 1 | -2/+4 |
* | YTORM-214: Add parsing enum from yson integer | kmokrov | 2023-10-17 | 1 | -5/+21 |
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 122 | -302/+302 |
* | Exclude libiconv and dictutil unicode at compile time for iOs/Android targets | shokhor | 2023-10-16 | 5 | -6/+17 |
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 67 | -220/+220 |
* | Speed up TPercentileTracker/TPercentileTrackerLg | dcherednik | 2023-10-16 | 2 | -6/+3 |
* | Fix memory leak in TRopeArena KIKIMR-19632 | alexvru | 2023-10-16 | 1 | -15/+0 |
* | KIKIMR-19589 add local boostrap jquery resources | andrew-rykov | 2023-10-16 | 30 | -13/+594 |
* | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 2 | -0/+4 |
* | Add missed #include <functional> | mikhnenko | 2023-10-12 | 2 | -0/+3 |
* | Add THash<TZtStringBuf> | vadim-xd | 2023-10-11 | 1 | -0/+5 |
* | add sanitizers dependencies | nkozlovskiy | 2023-10-11 | 10 | -0/+205 |
* | Set request unit trailing header for ScanQuery/ScanYql sctipts. KIKIMR-19243 | dcherednik | 2023-10-11 | 1 | -0/+11 |
* | Y_VERIFY->Y_ABORT_UNLESS tail2 | ilnurkh | 2023-10-11 | 2 | -2/+2 |
* | port all tests to py3 | zhukoff-pavel | 2023-10-10 | 1 | -5/+9 |
* | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 263 | -1014/+1014 |
* | KIKIMR-19627: Exclude logging for responses with status 2xx | molotkov-and | 2023-10-09 | 1 | -1/+1 |
* | Cleared the iterator value type from references and modifiers | mikhnenko | 2023-10-05 | 1 | -4/+5 |
* | heterogeneous lookup in IObjectFactory | svshevtsov | 2023-10-05 | 1 | -6/+12 |
* | Allow other types in GetBucketForKey | vadim-xd | 2023-10-05 | 1 | -2/+11 |
* | Intermediate changes | robot-piglet | 2023-10-03 | 44 | -5276/+0 |
* | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 45 | -1/+5277 |
* | YT-19578: Move user_job_statistics to yt/cpp/mapreduce/library | ermolovd | 2023-10-02 | 9 | -294/+0 |
* | Fix: почему InsertTo и EmplaceTo ограничиваются опре... | tema-m | 2023-10-02 | 1 | -0/+12 |
* | KIKIMR-19463: Increase url perform size in http actor lib | molotkov-and | 2023-09-29 | 1 | -1/+1 |