<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/string_utils/url, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2024-09-16T18:13:10Z</updated>
<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>Move code to library</title>
<updated>2024-07-27T11:41:30Z</updated>
<author>
<name>vmordovin</name>
<email>vmordovin@yandex-team.com</email>
</author>
<published>2024-07-27T11:31:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=72c283db0b8f30e61ac1e4643ad530f7c027dac0'/>
<id>urn:sha1:72c283db0b8f30e61ac1e4643ad530f7c027dac0</id>
<content type='text'>
Начал с того, что просто унес ```url.*``` из ```search/meta``` в ```search/meta/generic```. Закончилось тем, что еще и поотпиливал странные зависимости ```kernel/facts/credibility/database-&gt;search/meta``` и ```quality/functionality/facts/credibility/url_trie_map_lib-&gt;search/meta``` : общие библитотеки не имеют права зависеть от ```search/meta/*```
c1e3dbc38eff7073949a371f5fc59714eeb9306e
</content>
</entry>
<entry>
<title>feat contrib: aiogram 3</title>
<updated>2024-01-19T10:10:03Z</updated>
<author>
<name>armenqa</name>
<email>armenqa@yandex-team.com</email>
</author>
<published>2024-01-19T09:23:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2de0149d0151c514b22bca0760b95b26c9b0b578'/>
<id>urn:sha1:2de0149d0151c514b22bca0760b95b26c9b0b578</id>
<content type='text'>
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
</content>
</entry>
<entry>
<title>External build system generator release 65</title>
<updated>2023-12-05T09:25:06Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2023-12-05T08:10:55Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=96458ea3c773a8a3edb707f73db0cdedbfcfad90'/>
<id>urn:sha1:96458ea3c773a8a3edb707f73db0cdedbfcfad90</id>
<content type='text'>
Update tools: yexport, os-yexport
</content>
</entry>
<entry>
<title>add  darwin-arm64 CMakeLists</title>
<updated>2023-11-20T11:34:20Z</updated>
<author>
<name>dcherednik</name>
<email>dcherednik@ydb.tech</email>
</author>
<published>2023-11-20T10:23:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ffff7a34e41bf0dd7d5e0f3d78aeaebbf56200e6'/>
<id>urn:sha1:ffff7a34e41bf0dd7d5e0f3d78aeaebbf56200e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[library] Fix ub-sanitizer error 'applying non-zero offset to null pointer'</title>
<updated>2023-10-20T19:42:43Z</updated>
<author>
<name>vmordovin</name>
<email>vmordovin@yandex-team.com</email>
</author>
<published>2023-10-20T19:23:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fd7709f6311e96568ae3b25b1d2ce4bcc7322243'/>
<id>urn:sha1:fd7709f6311e96568ae3b25b1d2ce4bcc7322243</id>
<content type='text'>
```
   #0 0x23d0d55b in GetSchemePrefixSize(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:111:11
    #1 0x23d0ce99 in GetSchemeHostAndPort(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, bool, bool) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:173:31
    #2 0x23d0da8b in NUrl::SplitUrlToHostAndPath(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:68:27
    #3 0x23d0da8b in SplitUrlToHostAndPath(TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;&amp;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;&amp;) /hom
e/vmordovin/src/arcadia/fuse/arcadia/library/cpp/string_utils/url/url.cpp:201:31
    #4 0x2c0d8715 in NReportSnippets::SplitGreenUrl(NSc::TValue&amp;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;, TBasicStringBuf&lt;char, std::__y1::char_traits&lt;char&gt; &gt;) /home/vmordovin/src/arcadia/fuse/arca
dia/search/web/util/report_snippets/report_snippets.cpp:50:5
    #5 0x2363d63b in (anonymous namespace)::TReportSnippetGenericContext::ProcessGrouping(TMetaGrouping&amp;, TGroupingIndex const&amp;, IMetaRearrangeContext::TRearrangeParams const&amp;) /home/vmordovin/src/arcadia/fuse/a
rcadia/search/web/rearrange/rep_snip_generic/generic.cpp:129:21
...
```
</content>
</entry>
<entry>
<title>add ymake export to ydb</title>
<updated>2023-06-13T08:05:01Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-06-13T08:05:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0'/>
<id>urn:sha1:bf0f13dd39ee3e65092ba3572bb5b1fcd125dcd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>External build system generator release 29</title>
<updated>2023-04-19T11:10:48Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2023-04-19T11:10:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=887be65957040bac40fa22a2af242de88920eba7'/>
<id>urn:sha1:887be65957040bac40fa22a2af242de88920eba7</id>
<content type='text'>
Update tools: yexport</content>
</entry>
<entry>
<title>Revert ymake build from ydb oss export</title>
<updated>2023-03-28T19:25:04Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-03-28T19:25:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b8a17f9b1c166d2e9a26b99348a4c29d972caf55'/>
<id>urn:sha1:b8a17f9b1c166d2e9a26b99348a4c29d972caf55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>External build system generator release 21</title>
<updated>2023-03-17T16:38:27Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2023-03-17T16:38:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=26147c4e01ae75f397d4dd999da238bf2c61c851'/>
<id>urn:sha1:26147c4e01ae75f397d4dd999da238bf2c61c851</id>
<content type='text'>
Update tools: yexport</content>
</entry>
</feed>
