Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rightlib' into mergelibs-240926-1443 | Alexander Smirnov | 2024-09-26 | 23 | -218/+310 |
|\ | |||||
| * | Add an option to disable refcounted tracking | nastprol | 2024-09-25 | 3 | -3/+13 |
| | | | | | | | | commit_hash:ceb575c0377d4a48c0507590d878e690e92f5c63 | ||||
| * | add remaining web_pages udfs&nodes | akhovrychev | 2024-09-25 | 1 | -0/+1 |
| | | | | | | | | | | copy of [https://a.yandex-team.ru/review/6244248](https://a.yandex-team.ru/review/6244248/details) with additions commit_hash:ba2944673c9f5a8d75bb628c2febb6d23eff1cbd | ||||
| * | Intermediate changes | robot-piglet | 2024-09-23 | 1 | -38/+53 |
| | | | | | | | | commit_hash:9da3eb91ac1626625fafab7ae80b22f3f3b75821 | ||||
| * | Fix TAtomicIntrusivePtr::Reset for lsan | babenko | 2024-09-23 | 1 | -1/+0 |
| | | | | | | | | commit_hash:7db063d2838aac3ab4a0c681ca1744361cfbb31e | ||||
| * | Make TAtomicIntrusivePtr lsan-friendly | babenko | 2024-09-23 | 3 | -26/+134 |
| | | | | | | | | commit_hash:c4a4db14dd6f9b82fb65377014112bf0a131d3e0 | ||||
| * | Fix typo in library/cpp/yt/memory | ponasenko-rs | 2024-09-23 | 2 | -3/+3 |
| | | | | | | | | commit_hash:7b3f45fc7a89f88cb3f5609ab96fe1951290bfa4 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-23 | 1 | -1/+1 |
| | | | | | | | | commit_hash:2b9516db9387ad85e62b08511c52f7bd73f1cf64 | ||||
| * | Intermediate changes | robot-piglet | 2024-09-22 | 1 | -2/+5 |
| | | | | | | | | commit_hash:fd1105c7e74e7daa1ed746cc2f82c5a37e3a946c | ||||
| * | Increase RC size to 64 bits | babenko | 2024-09-21 | 3 | -14/+13 |
| | | | | | | | | commit_hash:31d021c482ac2a3f99e86bf1a2aca7231c86c11d | ||||
| * | More assertions in refcounters | babenko | 2024-09-21 | 3 | -8/+32 |
| | | | | | | | | commit_hash:0c6147f498fdf817921889ac84a321f84f2d1059 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-21 | 1 | -1/+1 |
| | | | | | | | | commit_hash:9714f9b847c397d02c23f220e3d09b59b7d50e78 | ||||
| * | Remove usages of nullptr_t TString ctor (library/) | dgolear | 2024-09-19 | 1 | -1/+1 |
| | | | | | | | | | | library/ commit_hash:38b8e7afe8e2e7fd377997abd8aea6e33171cdb7 | ||||
| * | std::variant formatter: require that arguments are formattable | pavook | 2024-09-19 | 2 | -0/+2 |
| | | | | | | | | commit_hash:f3123d7cb2022bdc565cc9aadd347deb2cd235d3 | ||||
| * | init pid field | uzhas | 2024-09-18 | 1 | -1/+1 |
| | | | | | | | | commit_hash:018112cc71f6f4d8bb32bb04a09e8741ba4f8d3d | ||||
| * | remove cpp/yt/misc no longer depends on cpp/yt/string | arkady-e1ppa | 2024-09-18 | 7 | -125/+56 |
| | | | | | | | | commit_hash:429a843ed1a0e0fe3a5bc7d237f586b6671b8997 | ||||
* | | Merge branch 'rightlib' into mergelibs-240918-0758 | Alexander Smirnov | 2024-09-18 | 10 | -121/+108 |
|\| | |||||
| * | fix dereferencing of temporary string value in the default constructed ↵ | swarmer | 2024-09-18 | 4 | -5/+47 |
| | | | | | | | | | | | | TZtStringBuf. Enable check lifetime bounds of the TZtStringBuf commit_hash:4aa9319e8b2d685402a8ea68fdc24fa07af82d1b | ||||
| * | Intermediate changes | robot-piglet | 2024-09-18 | 1 | -11/+13 |
| | | | | | | | | commit_hash:3ef81205ed4cf9360829f834baa07c2fbf69b999 | ||||
| * | Intermediate changes | robot-piglet | 2024-09-17 | 2 | -57/+0 |
| | | | | | | | | commit_hash:3f84b1767987cbb9253143868a0b58a0ad1b0540 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-17 | 1 | -1/+1 |
| | | | | | | | | commit_hash:631b638df5e15b9735b2b32cb6449d0ed952fcf6 | ||||
| * | check lifetime bounds in the url library | swarmer | 2024-09-16 | 2 | -47/+47 |
| | | | | | | | | commit_hash:a13b2b608cf10b63726c06e1ece6405e92c41377 | ||||
* | | Merge branch 'rightlib' into mergelibs-240913-0843 | Alexander Smirnov | 2024-09-13 | 4 | -5/+17 |
|\| | |||||
| * | fix tsan warnings in library/cpp/threading unit tests | kulikov | 2024-09-12 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | - blocking_counter: fix destroy order; - thread_local: Head_.load must use std::memory_order_acquire to match memory_order_release in compare_exchange and ensure all writes are visible; also fix always null node value in first compare_exchange call; - work_stealing: use atomics. commit_hash:53f01a16bb40dd3eb890b0eb60388ecb0ce9c908 | ||||
| * | Intermediate changes | robot-piglet | 2024-09-12 | 1 | -0/+6 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-09-11 | 2 | -0/+6 |
| | | |||||
* | | Merge branch 'rightlib' into mergelibs-240911-0600 | Alexander Smirnov | 2024-09-11 | 7 | -3/+78 |
|\| | |||||
| * | YT-22593: Switch (some) trace context tags to std::string and refactor code ↵ | babenko | 2024-09-09 | 4 | -0/+67 |
| | | | | | | | | | | | | around [TRIVIAL] 643d86a500b7db9df11009f54364b468b29a409a | ||||
| * | Fix indent | dgolear | 2024-09-09 | 1 | -1/+1 |
| | | | | | | | | 9d68586af8dfca759270be14dad2e1c5a97a7891 | ||||
| * | Поддержка автопартиционирования топиков ↵ | tesseract | 2024-09-09 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | в MVP (перенос из mvp/stable-2024-07) fix create stream without autopartitioning Add topics autopartitioning for MVP fix add support apply datastreams patch Fix empty result of datastreams if kinesisEndpoint is not set 2a51beea2bab550e743f19ec7ee8c5c5eb27ed15 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-08 | 1 | -1/+1 |
| | | | | | | | | 76d2086f08dad8f8b84fd14098837b5ab5d3b16e | ||||
* | | Merge branch 'rightlib' into mergelibs-240905-0836 | Alexander Smirnov | 2024-09-05 | 15 | -51/+377 |
|\| | |||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-05 | 1 | -1/+1 |
| | | | | | | | | 3100b1d55d1494429bcc50c0a4dbcd259cb2b4ca | ||||
| * | fisco -> fiasco | Maxim Akhmedov | 2024-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | No description --- b181413931eab2909c605b373dc858657e8bcb14 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/816 | ||||
| * | Intermediate changes | robot-piglet | 2024-09-04 | 9 | -49/+147 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2024-09-03 | 4 | -0/+228 |
| | | |||||
* | | Merge branch 'rightlib' into mergelibs-240903-1104 | Alexander Smirnov | 2024-09-03 | 7 | -123/+194 |
|\| | |||||
| * | YT: Allow heterogeneous lookup for TCompactFlatMap | dgolear | 2024-09-03 | 4 | -122/+139 |
| | | | | | | | | b7397bff929c40b73c27256bbf9be5a5594ebafa | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-09-02 | 1 | -1/+1 |
| | | | | | | | | 07fc1a60b52cd39df10b46a67b5b86455ffd1222 | ||||
| * | YT-22642: Fix unaligned access UB | babenko | 2024-08-31 | 2 | -0/+54 |
| | | | | | | | | 378099ca41e7698fba0ceda68b8d2b554e61b6ea | ||||
* | | Merge branch 'rightlib' into mergelibs-240830-1442 | Alexander Smirnov | 2024-08-30 | 2 | -31/+82 |
|\| | |||||
| * | Check malloc result for null; add TryNew* for overloads involving custom ↵ | babenko | 2024-08-30 | 2 | -31/+82 |
| | | | | | | | | | | | | allocator 86ad7067e751c73259ce60432651ce3ecd0d057e | ||||
* | | Merge branch 'rightlib' into manual_import | Maxim Yurchuk | 2024-08-30 | 4 | -4/+3 |
|\| | |||||
| * | Update cpp-protobuf to 22.5 | nechda | 2024-08-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Привет!\ Этот PR переключат cpp & python библиотеки protobuf на версию 22.5 Если у вас возникли проблемы после влития этого PR: 1. Если начали падать канон тесты, то проведите их переканонизацию 2. Прочитайте <https://wiki.yandex-team.ru/users/nechda/obnovlenie-cpp-protobuf-22.5/> страничку с основными изменениями 3. Если страничка в вики не помогла, то пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT) 7fecade616c20a841b9e9af7b7998bdfc8d2807d | ||||
| * | YT-22603 Improve error message when all replicas are banned | gryzlov-ad | 2024-08-27 | 1 | -1/+1 |
| | | | | | | | | 9da49d54d0eb5009874c090d094aac3117ca77b7 | ||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-08-26 | 1 | -1/+1 |
| | | | | | | | | d09193f6d3a62d7b7603c955985d21aae4f7c3e9 | ||||
| * | Fix TSAN warning | vmordovin | 2024-08-23 | 1 | -1/+1 |
| | | | | | | | | e2f99a0432865120bc478a3fb91956424c374445 | ||||
* | | Fix LWTrace HTML page generation (#8158) | Semyon Danilov | 2024-08-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'rightlib' into mergelibs-240823-1155 | Alexander Smirnov | 2024-08-23 | 3 | -15/+14 |
|\| | |||||
| * | New version of the tld SKIP_CHECK SKIP_REVIEW | robot-ratatosk | 2024-08-23 | 1 | -1/+1 |
| | | | | | | | | 4fbdf2c6326bb76d9e4f3f771383bc2b00a8d3e2 |