<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/network, branch get_cmakelists2</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=get_cmakelists2</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=get_cmakelists2'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-06-13T08:05:01Z</updated>
<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>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>add library/cpp/actors, ymake build to ydb oss export</title>
<updated>2023-03-15T16:59:12Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-03-15T16:59:12Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11'/>
<id>urn:sha1:056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more information in TEpollPoller::SetImpl error messages</title>
<updated>2022-11-14T13:35:19Z</updated>
<author>
<name>kulikov</name>
<email>kulikov@yandex-team.com</email>
</author>
<published>2022-11-14T13:35:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=7c3d98b1daa4cb8b077d748f4e2d1d5ab042a9c1'/>
<id>urn:sha1:7c3d98b1daa4cb8b077d748f4e2d1d5ab042a9c1</id>
<content type='text'>
- don't hide epoll_ctl add errors;
 - print "fd" and "what" args.</content>
</entry>
<entry>
<title>fix coveriy issue 16907: Uninitialized pointer field</title>
<updated>2022-10-28T16:14:06Z</updated>
<author>
<name>uzhas</name>
<email>uzhas@ydb.tech</email>
</author>
<published>2022-10-28T16:14:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6bbe00187e61d0039d6f8dbc103a438594411983'/>
<id>urn:sha1:6bbe00187e61d0039d6f8dbc103a438594411983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[http/client] Support unix domain sockets as a backend</title>
<updated>2022-08-26T07:45:09Z</updated>
<author>
<name>ivanzhukov</name>
<email>ivanzhukov@ydb.tech</email>
</author>
<published>2022-08-26T07:45:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=89cae858a59ecae5378edcd229962b6d1be5e5f8'/>
<id>urn:sha1:89cae858a59ecae5378edcd229962b6d1be5e5f8</id>
<content type='text'>
Предыдущий заход: https://a.yandex-team.ru/review/2811077/details#comment--4489184

После изменений можно будет обращаться к HTTP серверу, слушающему на unix domain socket. Пример такого сервера:
```js
require('http').createServer((req, res) =&gt; {
    console.log(req);

    res.writeHead(200, {'Content-Type': 'application/json'});
    res.end(JSON.stringify({
        'metrics': [
            {
                'labels': {
                    'name': 'metric',
                    'some_key': 'some_value'
                },
                'type': 'GAUGE',
                'value': 123
            }
        ]
    }, null, 4));
})
.listen('/home/ivanzhukov/test_ua/ua.sock');
// вместо .listen(7777);
```</content>
</entry>
<entry>
<title>remove unused includes</title>
<updated>2022-04-07T05:59:43Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.ru</email>
</author>
<published>2022-04-07T05:59:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8d0bed04edbd809859fe349779c07ef122fdeca2'/>
<id>urn:sha1:8d0bed04edbd809859fe349779c07ef122fdeca2</id>
<content type='text'>
ref:f8c119cf3a796a59ab5be4424e5364ba6a201d40
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-03-15T10:35:56Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-03-15T10:35:56Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=094638589de6a6c9f91fad0005843fc1c1adc957'/>
<id>urn:sha1:094638589de6a6c9f91fad0005843fc1c1adc957</id>
<content type='text'>
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
</content>
</entry>
<entry>
<title>clang-cl: Enable yet another warning with the very long name</title>
<updated>2022-02-23T08:43:35Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.ru</email>
</author>
<published>2022-02-23T08:43:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dc607d4bdea3e3fd300a1b96c14989024ae4370b'/>
<id>urn:sha1:dc607d4bdea3e3fd300a1b96c14989024ae4370b</id>
<content type='text'>
ref:878ef48a386627a1eb0325b0ccff820b1d627900
</content>
</entry>
<entry>
<title>Restoring authorship annotation for &lt;fkuharenok@yandex-team.ru&gt;. Commit 2 of 2.</title>
<updated>2022-02-10T13:52:02Z</updated>
<author>
<name>fkuharenok</name>
<email>fkuharenok@yandex-team.ru</email>
</author>
<published>2022-02-10T13:52:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3c5791414a54ef78b12c0c57361aa20f58161f1d'/>
<id>urn:sha1:3c5791414a54ef78b12c0c57361aa20f58161f1d</id>
<content type='text'>
</content>
</entry>
</feed>
