<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library, branch CLI_2.13.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.13.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.13.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-09-18T07:59:56Z</updated>
<entry>
<title>Merge branch 'rightlib' into mergelibs-240918-0758</title>
<updated>2024-09-18T07:59:56Z</updated>
<author>
<name>Alexander Smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2024-09-18T07:59:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=636052a9303f0f4e894dcbb7859ecd65cc510009'/>
<id>urn:sha1:636052a9303f0f4e894dcbb7859ecd65cc510009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix dereferencing of temporary string value in the default constructed  TZtStringBuf. Enable check lifetime bounds of the TZtStringBuf</title>
<updated>2024-09-18T02:07:56Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-09-18T01:57:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=64478a9ae0190bb2d5839302b0f12c8b26146509'/>
<id>urn:sha1:64478a9ae0190bb2d5839302b0f12c8b26146509</id>
<content type='text'>
commit_hash:4aa9319e8b2d685402a8ea68fdc24fa07af82d1b
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-09-18T02:05:50Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-09-18T01:56:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=04143505e98a1991b1607eccc47ce3cf2e1c7ea4'/>
<id>urn:sha1:04143505e98a1991b1607eccc47ce3cf2e1c7ea4</id>
<content type='text'>
commit_hash:3ef81205ed4cf9360829f834baa07c2fbf69b999
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-09-17T15:09:02Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-09-17T14:46:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7c4e4744ae44dd94daa179458190817615f9e8a1'/>
<id>urn:sha1:7c4e4744ae44dd94daa179458190817615f9e8a1</id>
<content type='text'>
commit_hash:3f84b1767987cbb9253143868a0b58a0ad1b0540
</content>
</entry>
<entry>
<title>New version of the tld SKIP_CHECK SKIP_REVIEW</title>
<updated>2024-09-16T23:17:22Z</updated>
<author>
<name>robot-ratatosk</name>
<email>robot-ratatosk@yandex-team.com</email>
</author>
<published>2024-09-16T23:08:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fe392a79d901ca1eb869064eb5cdd7deb463dd4f'/>
<id>urn:sha1:fe392a79d901ca1eb869064eb5cdd7deb463dd4f</id>
<content type='text'>
commit_hash:631b638df5e15b9735b2b32cb6449d0ed952fcf6
</content>
</entry>
<entry>
<title>check lifetime bounds in the url library</title>
<updated>2024-09-16T18:13:10Z</updated>
<author>
<name>swarmer</name>
<email>swarmer@yandex-team.com</email>
</author>
<published>2024-09-16T17:56:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=701f0ceecf624ac39ed167f69657ffc90a7f821b'/>
<id>urn:sha1:701f0ceecf624ac39ed167f69657ffc90a7f821b</id>
<content type='text'>
commit_hash:a13b2b608cf10b63726c06e1ece6405e92c41377
</content>
</entry>
<entry>
<title>Merge branch 'rightlib' into mergelibs-240913-0843</title>
<updated>2024-09-13T08:44:29Z</updated>
<author>
<name>Alexander Smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2024-09-13T08:44:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2e6cb77e04b736082e5706f31bdd92bffdcbdc28'/>
<id>urn:sha1:2e6cb77e04b736082e5706f31bdd92bffdcbdc28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix tsan warnings in library/cpp/threading unit tests</title>
<updated>2024-09-12T16:43:48Z</updated>
<author>
<name>kulikov</name>
<email>kulikov@yandex-team.com</email>
</author>
<published>2024-09-12T16:28:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=20a8c1bdb3377f5cb86adc3173d7a329245ebaa1'/>
<id>urn:sha1:20a8c1bdb3377f5cb86adc3173d7a329245ebaa1</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-09-12T15:07:16Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-09-12T14:58:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2b2b6fa043ca5a719cc65d473a5fc52cbbcf81ee'/>
<id>urn:sha1:2b2b6fa043ca5a719cc65d473a5fc52cbbcf81ee</id>
<content type='text'>
commit_hash:ecafab280d4dfb52401ab81932e10a8d434b1999
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2024-09-11T21:10:05Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2024-09-11T21:00:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0c97333b51caf4a002d434eb910d31973af319cc'/>
<id>urn:sha1:0c97333b51caf4a002d434eb910d31973af319cc</id>
<content type='text'>
</content>
</entry>
</feed>
